CHANGELOG.md in rabbit_messaging-0.13.0 vs CHANGELOG.md in rabbit_messaging-0.15.0
- old
+ new
@@ -1,7 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [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
+### Added
+- Exception notifier is required
+
+## [0.13.0] - 2021-12-23
+### Added
+- `Sleep 1` for handling receiving error to prevent queue overflow
+- `["2.7", "3.0", "3.1", "3.2"]` are used for specs
+
+## [0.12.1] - 2021-12-23
+### Added
+- `ExceptionNotifier` replaced with `Sentry`
+
+## [0.12.0] - 2021-06-08
+### Added
+- `Gemfile.lock` added
+
+### Fixed
+- `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`));
## [0.10.0] - 2021-03-05