Releases: karafka/karafka-core
Releases · karafka/karafka-core
v2.4.7
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
- [Enhancement] Provide fast-track for events without subscriptions to save on allocations.
- [Enhancement] Save memory allocation on each contract rule validation execution.
- [Enhancement] Save one allocation per
float_now
+ 2-3x performance by using the Posix clock instead ofTime.now.utc.to_f
. - [Enhancement] Use direct
float_millisecond
precision inmonotonic_now
not to multiply by 1000 (allocations and CPU savings). - [Enhancement] Save one array allocation on one instrumentation.
- [Enhancement] Allow clearing one event type (dorner).
v2.4.1.rc1
- [Enhancement] Provide fast-track for events without subscriptions to save on allocations.
- [Enhancement] Save memory allocation on each contract rule validation execution.
- [Enhancement] Save one allocation per
float_now
+ 2-3x performance by using the Posix clock instead ofTime.now.utc.to_f
. - [Enhancement] Use direct
float_millisecond
precision inmonotonic_now
not to multiply by 1000 (allocations and CPU savings). - [Enhancement] Save one array allocation on one instrumentation.
- [Enhancement] Allow clearing one event type (dorner).
v2.4.0
v2.4.0.rc2
- [Breaking] Drop Ruby
2.7
support. - [Enhancement] Provide necessary alterations for custom oauth token callbacks to operate.
- [Change] Set minimum
karafka-rdkafka
on0.15.0
to support new features.