Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Mar 26, 2024
1 parent e5f060d commit 85fbf81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [1.1.6] - 2024-03-26

- Fixed: Channel#wait_for_confirms now waits for all confirms, in a thread safe way
- Changed: When server sends Connection.blocked the client isn't write blocked anymore, and can continue consume for instance. However, the on_blocked/unblocked callbacks should be used and manually stop publishing as the server otherwise will stop reading from the client socket.

## [1.1.5] - 2024-03-15

- Fixed: Correctly reference the `UnexpectedFrameEnd` exception
Expand Down
2 changes: 1 addition & 1 deletion lib/amqp/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module AMQP
class Client
# Version of the client library
VERSION = "1.1.5"
VERSION = "1.1.6"
end
end

0 comments on commit 85fbf81

Please sign in to comment.