You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-18Lines changed: 28 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,44 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [2.6.0-rc.4] - 2025-12-02
8
+
## [2.6.0] - 2025-12-05
9
9
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)
- 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)
17
24
18
25
### 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)
20
31
- 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)
21
34
22
35
### Removed
23
36
- Don't save backups when failing over to new leader [#1508](https://github.com/cloudamqp/lavinmq/pull/1508)
24
37
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
+
25
46
## [2.5.5] - 2025-11-26
26
47
27
48
### Fixed
@@ -30,9 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
51
31
52
## [2.6.0-rc.2] - 2025-11-22
32
53
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
36
55
37
56
## [2.5.4] - 2025-11-22
38
57
@@ -41,16 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
60
42
61
## [2.6.0-rc.1] - 2025-11-19
43
62
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)
0 commit comments