Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jun 14, 2024
1 parent b51b0d2 commit 11aba93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lavinmq
version: 1.2.12
version: 1.2.13

authors:
- Carl Hörberg <carl@cloudamqp.com>
Expand Down

0 comments on commit 11aba93

Please sign in to comment.