Skip to content

Releases: skroutz/rafka

v0.6.3-test

13 Apr 07:22
Compare
Choose a tag to compare
Create release workflow

Creates a release each time a new tag is pushed.

rafka 0.6.2

23 Oct 10:27
Compare
Choose a tag to compare
v0.6.2

rafka 0.6.2

rafka 0.6.1

09 Oct 10:26
Compare
Choose a tag to compare

This is a maintenance release with no changes.

rafka 0.6.0

09 Oct 10:25
Compare
Choose a tag to compare

This is a release refactoring the internal data structures of Rafka as detailed in Rafka Rethinking design doc.

Changed

rafka 0.5.0

30 Aug 06:09
Compare
Choose a tag to compare

Added

  • Add support for the MONITOR command [#80]

Changed

  • [BREAKING] Drop support for librdkafka 0.11.4 and before. librdkafka 0.11.5 or later
    is now required [#76]

  • The consumer will now strip "unset" offsets (aka those of OffsetInvalid type) from the logging
    output [#79]

rafka 0.4.0

24 May 07:31
v0.4.0
Compare
Choose a tag to compare

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

  • If there are no messages to be consumed, BLPOP returns a "null array" instead
    of a "null string", adhering to the Redis protocol. This is an internal change
    that shouldn't affect clients [adf3650]

  • Connection write/flush errors are not logged anymore [686af22]

rafka 0.3.0

14 May 14:58
v0.3.0
Compare
Choose a tag to compare

This is a maintenance release.

Added

  • The server now logs errors during writing or flushing a response to the
    client [71aacf5]

Changed

  • Incoming message size limit is bumped from 64kB to 32MB [75fa7ef]

Fixed

  • Properly return all parse errors to clients [db39b5f]

rafka 0.2.0

04 Oct 07:04
Compare
Choose a tag to compare

Added

  • Support for listing topics [#66]
  • Flag for displaying the rafka version (--version/-v) [c650dd0]

Changed

  • Shutdown process is more robust with less downtime for producers [#68]

rafka 0.1.0

24 Sep 10:04
Compare
Choose a tag to compare

This is a backwards incompatible release.

Fixed

  • Ignore non-critical "Poll GroupCoordinator" errors [#69]

Changed

  • [BREAKING] --kafka/-k flag is renamed to --config/-c [9be4ea8]

rafka 0.0.16

07 Jun 14:48
Compare
Choose a tag to compare

Fixed

  • Consumers failed to start if librdkafka configuration provided from
    clients contained numeric values [118c36a]