Releases: karafka/waterdrop
Releases · karafka/waterdrop
v2.4.1
v2.4.0
- Small refactor of the DataDog/Statsd listener to align for future extraction to
karafka-common
. - Replace
dry-monitor
with home-brew notification layer (API compatible) and allow for usage withActiveSupport::Notifications
. - Remove all the common code into
karafka-core
and add it as a dependency.
v2.3.3
v2.3.2
v2.3.1
v2.3.0
v2.2.0
2.2.0 (2022-02-18)
- Add Datadog listener for metrics + errors publishing
- Add Datadog example dashboard template
- Update Readme to show Dd instrumentation usage
- Align the directory namespace convention with gem name (waterdrop => WaterDrop)
- Introduce a common base for validation contracts
- Drop CI support for ruby 2.6
- Require all
kafka
settings to have symbol keys (compatibility with Karafka 2.0 and rdkafka)
v2.1.0
v2.0.7
- Source code metadata url added to the gemspec
- Replace
:producer
with:producer_id
in events and updateStdoutListener
accordingly. This change aligns all the events in terms of not publishing the whole producer object in the events. - Add
error.emitted
into theStdoutListener
. - Enable
StdoutLogger
in specs for additional integration coverage.