Skip to content

Commit 6affb5d

Browse files
3.0.0
1 parent 7cd9f37 commit 6affb5d

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

ChangeLog.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1-
## Changes Between 2.2.0 and 2.3.0 (unreleased)
1+
## Changes Between 2.2.0 and 3.0.0 (July 20, 2024)
22

3-
No changes yet.
3+
### Why the Major Version Bump?
4+
5+
This release adopts a new major version of Faraday and targets
6+
only [community supported RabbitMQ versions](https://www.rabbitmq.com/release-information),
7+
which at this time means `3.13.x`.
8+
9+
While there are no major breaking changes in the library itself,
10+
these two changes and more than two years that have passed since 2.0.0
11+
warrant a major version bump.
12+
13+
### Support for Faraday 2.x
14+
15+
Contributed by @shashankmehra.
16+
17+
GitHub issue: [#63](https://github.com/ruby-amqp/rabbitmq_http_api_client/pull/63)
18+
19+
### Queue Deletion: Support for if-unused and if-empty
20+
21+
Contributed by @shashankmehra.
22+
23+
GitHub issue: [#62](https://github.com/ruby-amqp/rabbitmq_http_api_client/pull/62)
424

525

626
## Changes Between 2.1.0 and 2.2.0 (May 19, 2022)

lib/rabbitmq/http/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RabbitMQ
22
module HTTP
33
class Client
4-
VERSION = "2.3.0.pre"
4+
VERSION = "3.0.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)