Releases: Blizzard/node-rdkafka
Releases · Blizzard/node-rdkafka
v2.9.0
v2.8.0
v2.7.0
Minor release
Clients
- Add support for headers
High Level Producer
- Bug fix around the no-op serializers. Class should now work when one is not specified.
Windows
- Fixed a bug with windows not implicitly determining type of min
v2.5.0
Minor release
Build
- Windows now uses precompiled binaries for librdkafka rather than building from source
Admin Client
- Add support for
librdkafka
admin client methods, such ascreateTopic
,deleteTopic
, andcreatePartitions
.
v2.3.4
Patch release
Producer
- Delivery reports now include the timestamp.
v2.3.1
Patch release
Build
- Fix dylib loading on macs by using
--prefix
inlibrdkafka
's Makefile
v2.3.0
Minor release
Consumer Changes
- Add support for
offsetsForTimes
which queries offsets for timestamps. - Add support for assigning to "logical" offsets, such as "earliest" or "latest"
Build Changes
- Librdkafka now builds using its own makefile, akin to the way the windows build is working.
- Alpine linux examples have now been added.
v2.2.3
Patch release
Consumer Changes
- Add support for committing an array of topic partitions in one call.
v2.2.2
Patch release
Consumer Changes
- Fix rebalance after disconnect issue
v2.2.1
Patch release
- Add typescript bindings for many functions
Producer Changes
- Bug fix in producer stream when producing a group of objects where they would try to be produced as buffers.