Releases: Blizzard/node-rdkafka
Releases · Blizzard/node-rdkafka
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.
v2.2.0
Minor release
- Fixes with configuration to ensure all system library locations are used for include directories and library directories.
- Include js linting in build process for CI
- Support for Node 8
Consumer Changes
- Support for resume, pause, and offset store.
- Committed now takes an array of topic partitions to fetch committed offsets for. Defaults to the current assignment.
- Position now takes an array of topic partitions to get positions for, or defaults to current assignment.
v2.1.1
Minor release
- Fixes with configuration to ensure all system library features are used, as determined by
librdkafka
's make process. - Specify full source list and correctly use conditionals to determine what sources to compile
- Windows Support. See README.