Skip to content

Commit 631c58b

Browse files
v2.7.0-alpha.1
1 parent 5ba686f commit 631c58b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [2.7.0-alpha.1] - 2025-12-07
99

1010
This release introduces the ability to restart closed queues, enhanced TLS capabilities including SNI and mTLS support, improved stream performance, improved clustering and federation management, and various performance optimizations.
1111

@@ -23,6 +23,7 @@ This release introduces the ability to restart closed queues, enhanced TLS capab
2323
- Stream: Store offset only for first message per segment [#1479](https://github.com/cloudamqp/lavinmq/pull/1479)
2424
- Use parallel execution context for clustering followers [#1544](https://github.com/cloudamqp/lavinmq/pull/1544)
2525
- BCC remove on delivery [#1557](https://github.com/cloudamqp/lavinmq/pull/1557)
26+
- Reduce etcd lease keepalive renewal interval to 1/3rd of TTL [#1573](https://github.com/cloudamqp/lavinmq/pull/1573)
2627

2728
### Fixed
2829
- Dead lettering refactord to have proper routing and death cycle detection. [#1552](https://github.com/cloudamqp/lavinmq/pull/1552)

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lavinmq
2-
version: 2.6.0
2+
version: 2.7.0-alpha.1
33

44
authors:
55
- Carl Hörberg <carl@cloudamqp.com>

static/docs/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.0.3
33
info:
4-
version: v2.6.0
4+
version: v2.7.0-alpha.1
55
title: LavinMQ HTTP API
66
description: HTTP API to programmatically manage all aspects of LavinMQ.
77
contact:

0 commit comments

Comments
 (0)