Skip to content

Releases: Blizzard/node-rdkafka

v2.7.0

01 Jun 20:39
Compare
Choose a tag to compare

Minor release

Clients

  1. Add support for headers

High Level Producer

  1. Bug fix around the no-op serializers. Class should now work when one is not specified.

Windows

  1. Fixed a bug with windows not implicitly determining type of min

v2.5.0

10 Dec 21:16
Compare
Choose a tag to compare

Minor release

Build

  1. Windows now uses precompiled binaries for librdkafka rather than building from source

Admin Client

  1. Add support for librdkafka admin client methods, such as createTopic, deleteTopic, and createPartitions.

v2.3.4

22 Jun 21:03
Compare
Choose a tag to compare

Patch release

Producer

  1. Delivery reports now include the timestamp.

v2.3.1

15 Mar 01:55
Compare
Choose a tag to compare

Patch release

Build

  1. Fix dylib loading on macs by using --prefix in librdkafka's Makefile

v2.3.0

10 Mar 22:08
Compare
Choose a tag to compare

Minor release

Consumer Changes

  1. Add support for offsetsForTimes which queries offsets for timestamps.
  2. Add support for assigning to "logical" offsets, such as "earliest" or "latest"

Build Changes

  1. Librdkafka now builds using its own makefile, akin to the way the windows build is working.
  2. Alpine linux examples have now been added.

v2.2.3

12 Feb 20:33
Compare
Choose a tag to compare

Patch release

Consumer Changes

  1. Add support for committing an array of topic partitions in one call.

v2.2.2

09 Feb 22:33
Compare
Choose a tag to compare

Patch release

Consumer Changes

  1. Fix rebalance after disconnect issue

v2.2.1

27 Nov 18:03
Compare
Choose a tag to compare

Patch release

  1. Add typescript bindings for many functions

Producer Changes

  1. Bug fix in producer stream when producing a group of objects where they would try to be produced as buffers.

v2.2.0

09 Nov 20:56
Compare
Choose a tag to compare

Minor release

  1. Fixes with configuration to ensure all system library locations are used for include directories and library directories.
  2. Include js linting in build process for CI
  3. Support for Node 8

Consumer Changes

  1. Support for resume, pause, and offset store.
  2. Committed now takes an array of topic partitions to fetch committed offsets for. Defaults to the current assignment.
  3. Position now takes an array of topic partitions to get positions for, or defaults to current assignment.

v2.1.1

18 Oct 22:46
Compare
Choose a tag to compare

Minor release

  1. Fixes with configuration to ensure all system library features are used, as determined by librdkafka's make process.
  2. Specify full source list and correctly use conditionals to determine what sources to compile
  3. Windows Support. See README.