- Warn that this library is no longer maintained.
- Fix zeitwerk warning.
- Serialize timestamps as strings to prevent Sidekiq warnings (#135)
- Add
documentation_uri
and other links
- Add
rubygems_mfa_required
- Fix Hash#except usage (barthez)
- Ruby 3.1 support
- Drop support for Ruby 2.6
- Fix unsafe JSON serialization issued by Sidekiq (#122)
- Provide sub-second precision for data processed in Sidekiq
- Source code metadata url added to the gemspec
- Remove Ruby 2.5 support and update minimum Ruby requirement to 2.6
- Corrected interchanger documentation (Jack12816)
- Corrected the interchanger key reference (Jack12816)
- Update to match Karafka 1.4.0 params and batch metadata setup
- Ruby 2.6.5 support
- Ruby 2.7.1 support
- Change license to LGPL-3.0
- Drop Ruby 2.4 support
- Ruby 2.6.3 support
- Drop Ruby 2.3 support
- Sync with Karafka: metadata support
- Sync with Karafka #463 (Split parsers into serializers / deserializers)
- #26 - Make listeners as instances
- Zeitwerk integration
- drop jruby support
#load
and#parse
are renamed to#encode
and#decode
in interchangers- #274 - Rename controllers to consumers
- Karafka 1.2 support
- Ruby 2.4.2 support
- #235 - Rename perform to consume
- Karafka 1.1 support
- Ruby 2.5.0 support
- Gem init