Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to ramqp will be documented in this file.
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).

## [ramqp-broker 0.9.1] - 2026-07-28

Broker-only patch release; `ramqp` (0.8.2) and `ramqp-core` (0.2.5) are
unchanged.

### Changed
- **Dependency refresh.** Raised the broker's minimums to `openraft` 0.9.25,
`serde` 1.0.229, and `serde_json` 1.0.151, and regenerated `Cargo.lock`
(tokio 1.53.1, futures 0.3.33, thiserror 2.0.19, and other patch updates).
The lockfile ships inside the `ramqp-broker` package, so
`cargo install ramqp-broker --locked` now builds the daemon against these
versions. No code or API changes.

## [0.8.2] - 2026-07-17

### Added
Expand Down
Loading
Loading