Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
baelter committed Nov 16, 2023
1 parent 6283c29 commit 8dbcf07
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2023-11-16

### Changed

- `basic_publish_confirm` waits for all unconfirmed messages to be confirmed.
- `wait_for_confirm(msgid)` and `on_confirm(msgid)` and deprecated in favour of new `wait_for_confirms`.

### Added

- `no_wait` support for queue declare/delete/purge.

## [1.0.12] - 2023-07-05

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

### Fixed

- Update connection tune parameters after negotation (before eg. the frame_max wouldn't be respected if tuned to a lower value by the server)
- Update connection tune parameters after negotiation (before eg. the frame_max wouldn't be respected if tuned to a lower value by the server)

## [1.0.10] - 2022-12-05

Expand Down

0 comments on commit 8dbcf07

Please sign in to comment.