Skip to content

v0.1.12-devel

Pre-release
Pre-release
Compare
Choose a tag to compare
@milindl milindl released this 10 Apr 03:11
· 105 commits to dev_early_access_development_branch since this release

v0.1.12-devel is a pre-production, early-access release.

Features

  1. Add support for listTopics in the Admin API.
  2. Add support for OAUTHBEARER token refresh callback for both promisified and non promisified API.

Bug Fixes

  1. Fix aliasing bug between NodeKafka::Conf and RdKafka::ConfImpl.
  2. Fix issue where assign/unassign were called instead of incrementalAssign/incrementalUnassign while using
    the Cooperative Sticky assigner, and setting the rebalance_cb as a boolean rather than as a function.
  3. Fix memory leaks in Dispatcher and Conf (both leaked memory at client close).
  4. Fix type definitions and make KafkaJS and RdKafka separate namespaces, while maintaining compatibility
    with node-rdkafka's type definitions.