File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11module RabbitMQ
22 module HTTP
33 class Client
4- VERSION = "2. 3.0.pre "
4+ VERSION = "3.0.0 "
55 end
66 end
77end
You can’t perform that action at this time.
0 commit comments