diff --git a/CHANGELOG.md b/CHANGELOG.md index 998b4908a8..59766a4ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.13] - 2024-06-14 + +### Fixed + +- Some prometheus metrics typing was mixed up, counter where it should be gauge +- Unmap memory mapped files on finalize, could cause segfaults in replication when files already deleted tired to be replicated +- Bug fix where followers who was synchronizing could miss some updates + +### Changed + +- Auto reconnect `lavinmqperf throughput` on disconnect +- Render HTTP API docs using Stoplight Elements + +### Added + +- HTTP API: /api/connections/:user, lists connections by a specific user ## [1.2.12] - 2024-05-24 diff --git a/shard.yml b/shard.yml index a0ef389f29..0847857e4a 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: lavinmq -version: 1.2.12 +version: 1.2.13 authors: - Carl Hörberg