CHANGELOG.md in sidekiq_publisher-1.6.4 vs CHANGELOG.md in sidekiq_publisher-1.7.0.rc0
- old
+ new
@@ -1,6 +1,12 @@
# sidekiq_publisher
+## v1.7.0 (unreleased)
+- Add instrumentation using `ActiveSupport::Notifications`.
+- Reimplement `metrics_reporter` and `exception_reporter` support using
+ `ActiveSupport::Subscriber`.
+- Add optional integration with Datadog APM.
+
## v1.6.4
- Expand sidekiq support to v5.0.x-v6.x.x.
## v1.6.3
- Handle client middleware that returns false.