Releases: skroutz/rafka
Releases · skroutz/rafka
v0.6.3-test
Create release workflow Creates a release each time a new tag is pushed.
rafka 0.6.2
v0.6.2 rafka 0.6.2
rafka 0.6.1
This is a maintenance release with no changes.
rafka 0.6.0
This is a release refactoring the internal data structures of Rafka as detailed in Rafka Rethinking design doc.
Changed
-
[BREAKING] Drop support for multiple Consumers per Client. From now on, only a single Consumer can be associated with a Client instance
-
[INTERNAL] The ConsumerManager module as well as the respective functionality for managing Consumers has been completely dropped from the source. Now, the handling of Consumers is split between the Server and the respective Client instances.
rafka 0.5.0
rafka 0.4.0
This is a maintenance release adding support for librdkafka 0.11.6 and beyond.
Fixed
- With librdkafka 0.11.6 and 1.0.0, consumers could block indefinitely in BLPOP,
resulting in rafka being unable to shutdown [#77]
Added
- "Unsupported command" errors now contain the actual command that was
attempted by the client [fa45217]
Changed
rafka 0.3.0
rafka 0.2.0
rafka 0.1.0
rafka 0.0.16
Fixed
- Consumers failed to start if librdkafka configuration provided from
clients contained numeric values [118c36a]