Skip to content

Releases: ruby-amqp/kicks

3.0.0

19 Oct 06:22
Compare
Choose a tag to compare

Changes Between 2.12.0 and 3.0.0 (Oct 19, 2024)

New Project Name and Major Version

Kicks was originally developed by @jondot under the name of Sneakers.

After a group of users and a RabbitMQ core team member have taken over maintenance, it was renamed
to Kicks and the version was bumped to 3.0 to clearly indicate the split.

Make Queue Binding Optional

It is now possible to opt out of binding of the Kicks-declared exchange and queue.

Contributed by @texpert.

GitHub issue: #13

Minimum Required Ruby Version

Kicks now requires Ruby 2.5 or later.

Content Encoding Support

Similar to already supported content type.

Contributed by @ansoncat.

GitHub issue: #449