CHANGELOG.md in rabbit_messaging-0.15.0 vs CHANGELOG.md in rabbit_messaging-1.0.0

- old
+ new

@@ -1,8 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.0.0] - 2024-10-23 +### Changed +- Remove `sneakers` gem in favour of [kicks](https://github.com/ruby-amqp/kicks) + ## [0.15.0] - 2024-06-05 ### Added - Support for custom reciving handler via `Rabbit.config.handler_resolver_callable` config; ## [0.14.0] - 2023-02-27 @@ -21,10 +25,10 @@ ## [0.12.0] - 2021-06-08 ### Added - `Gemfile.lock` added ### Fixed -- `unless Sneakers.logger` was never executed +- `unless Sneakers.logger` was never executed ## [0.11.0] - 2021-05-05 ### Added - `Rabbit.config.receiving_job_class_callable` now receives the full message context (with `message`, `delivery_info` and `arguments` (see the `Rabbit::Receiving::Receive`));