Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Nov 13, 2024
1 parent dee6517 commit 30e5517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [2.0.1] - 2024-11-13

### Fixed

- etcd lease will no longer expire during slow startup [#834](https://github.com/cloudamqp/lavinmq/pull/834)
- leader node is no longer unresponsive while sending file_list/files to new followers [#838](https://github.com/cloudamqp/lavinmq/pull/838)
- leader node now waits for all data to be acked to all followers before shutting down on graceful shutdown [#835](https://github.com/cloudamqp/lavinmq/pull/835)
- Leader node is no longer unresponsive while sending file_list/files to new followers [#838](https://github.com/cloudamqp/lavinmq/pull/838)
- Leader node now waits for all data to be acked to all followers before shutting down on graceful shutdown [#835](https://github.com/cloudamqp/lavinmq/pull/835)
- Improve broker initiated client disconnects [#816](https://github.com/cloudamqp/lavinmq/pull/816)
- Fixed sorting on unacked messages [#836](https://github.com/cloudamqp/lavinmq/pull/836)

Expand All @@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added some indexing for streams, greatly increasing performance when looking up by offset or timestamp [#817](https://github.com/cloudamqp/lavinmq/pull/817)
- added buildstep for 'make rpm' [#840](https://github.com/cloudamqp/lavinmq/pull/840)
- Added buildstep for 'make rpm' [#840](https://github.com/cloudamqp/lavinmq/pull/840)

## [2.0.0] - 2024-10-31

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: 2.0.0
version: 2.0.1

authors:
- Carl Hörberg <[email protected]>
Expand Down

0 comments on commit 30e5517

Please sign in to comment.