Skip to content

Commit 78d0020

Browse files
version bump and update changelog
1 parent 9c4367b commit 78d0020

File tree

3 files changed

+30
-20
lines changed

3 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,44 @@ 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-
## [2.6.0-rc.4] - 2025-12-02
8+
## [2.6.0] - 2025-12-05
99

10-
### Fixed
11-
- Handle "lease not found" etcd error without infinite retry [#1519](https://github.com/cloudamqp/lavinmq/pull/1519)
10+
This release introduces Geographic Information System (GIS) filtering for streams, enhanced performance testing capabilities, as well as many other improvements and bugfixes.
11+
12+
### Added
13+
- GIS filtering for streams [#1397](https://github.com/cloudamqp/lavinmq/pull/1397)
14+
- SystemD memory pressure monitoring support [#1484](https://github.com/cloudamqp/lavinmq/pull/1484)
15+
- Latency measurement support in `lavinmqperf amqp throughput --measure-latency` [#1474](https://github.com/cloudamqp/lavinmq/pull/1474)
16+
- Queue pattern support in `lavinmqperf amqp throughput` [#1471](https://github.com/cloudamqp/lavinmq/pull/1471)
17+
- ASCII art logo on boot [#1482](https://github.com/cloudamqp/lavinmq/pull/1482)
18+
- UI improvements [#1470](https://github.com/cloudamqp/lavinmq/pull/1470), [#1454](https://github.com/cloudamqp/lavinmq/pull/1454), [#1463](https://github.com/cloudamqp/lavinmq/pull/1463)
1219

13-
## [2.6.0-rc.3] - 2025-12-01
1420

1521
### Changed
1622
- Better default config - Enable amqps/mqtts/https by default if tls_cert/key is supplied [#1487](https://github.com/cloudamqp/lavinmq/pull/1487)
23+
- New name format for queues for delayed messages: `amq.delayed-<exchange name>` [#1461](https://github.com/cloudamqp/lavinmq/pull/1461)
1724

1825
### Fixed
19-
- Fix OpenAPI schema for bcrypt hashing_algorithm name [#1498](https://github.com/cloudamqp/lavinmq/pull/1498)
26+
- Regression in authorization for /metrics [#1521](https://github.com/cloudamqp/lavinmq/pull/1521)
27+
- Handle updated permissions while users are connected [#1526](https://github.com/cloudamqp/lavinmq/pull/1526)
28+
- Race condition when closing auto-delete queues [#1529](https://github.com/cloudamqp/lavinmq/pull/1529)
29+
- Handle "lease not found" etcd error without infinite retry [#1519](https://github.com/cloudamqp/lavinmq/pull/1519)
30+
- OpenAPI schema for bcrypt hashing_algorithm name [#1498](https://github.com/cloudamqp/lavinmq/pull/1498)
2031
- Overridden effective arguments not marked as active in UI [#1489](https://github.com/cloudamqp/lavinmq/pull/1489)
32+
- Vhosts with exchange to exchange bindings generated in v2.4.x could not be start [#1495](https://github.com/cloudamqp/lavinmq/pull/1495)
33+
- Sensible error message if trying to import definitions via the HTTP API with an invalid password_has field for users [#1496](https://github.com/cloudamqp/lavinmq/pull/1496)
2134

2235
### Removed
2336
- Don't save backups when failing over to new leader [#1508](https://github.com/cloudamqp/lavinmq/pull/1508)
2437

38+
## [2.6.0-rc.4] - 2025-12-02
39+
40+
See <https://github.com/cloudamqp/lavinmq/releases/tag/v2.6.0-rc.4> for changes in this pre-release
41+
42+
## [2.6.0-rc.3] - 2025-12-01
43+
44+
See <https://github.com/cloudamqp/lavinmq/releases/tag/v2.6.0-rc.3> for changes in this pre-release
45+
2546
## [2.5.5] - 2025-11-26
2647

2748
### Fixed
@@ -30,9 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3051

3152
## [2.6.0-rc.2] - 2025-11-22
3253

33-
### Fixed
34-
- Vhosts with exchange to exchange bindings generated in v2.4.x could not be start [#1495](https://github.com/cloudamqp/lavinmq/pull/1495)
35-
- Sensible error message if trying to import definitions via the HTTP API with an invalid password_has field for users [#1496](https://github.com/cloudamqp/lavinmq/pull/1496)
54+
See <https://github.com/cloudamqp/lavinmq/releases/tag/v2.6.0-rc.2> for changes in this pre-release
3655

3756
## [2.5.4] - 2025-11-22
3857

@@ -41,16 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4160

4261
## [2.6.0-rc.1] - 2025-11-19
4362

44-
### Added
45-
- GIS filtering for streams [#1397](https://github.com/cloudamqp/lavinmq/pull/1397)
46-
- SystemD memory pressure monitoring support [#1484](https://github.com/cloudamqp/lavinmq/pull/1484)
47-
- Latency measurement support in `lavinmqperf amqp throughput --measure-latency` [#1474](https://github.com/cloudamqp/lavinmq/pull/1474)
48-
- Queue pattern support in `lavinmqperf amqp throughput` [#1471](https://github.com/cloudamqp/lavinmq/pull/1471)
49-
- ASCII art logo on boot [#1482](https://github.com/cloudamqp/lavinmq/pull/1482)
50-
- UI improvements [#1470], [#1454], [#1463], [#1464], [#1476]
51-
52-
### Changed
53-
- New name format for queues for delayed messages: `amq.delayed-<exchange name>` (#1461)
63+
See <https://github.com/cloudamqp/lavinmq/releases/tag/v2.6.0-rc.1> for changes in this pre-release
5464

5565
## [2.5.3] - 2025-11-19
5666

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-rc.4
2+
version: 2.6.0
33

44
authors:
55
- Carl Hörberg <[email protected]>

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-rc.4
4+
version: v2.6.0
55
title: LavinMQ HTTP API
66
description: HTTP API to programmatically manage all aspects of LavinMQ.
77
contact:

0 commit comments

Comments
 (0)