Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Mar 9, 2024
1 parent 631652f commit 3be0713
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2] - 2024-03-09

### Added

- Connection#on_blocked/unblocked callbacks when when server is out of resources
- ConnectionInformation struct to the constructor for product name/version passing to the server
- Connection#update_secret for updating oauth secrets

### Changed

- The connection is not blocked when the server is out of resources, so that queues can still be purged/deleted or messages consumed to help the server. Make sure to use the new callbacks to limit your publishes though.

## [1.2.1] - 2024-01-05

### Changed
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: amqp-client
version: 1.2.1
version: 1.2.2

authors:
- Carl Hörberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/amqp-client/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class AMQP::Client
VERSION = "1.2.1"
VERSION = "1.2.2"
end

0 comments on commit 3be0713

Please sign in to comment.