Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@milindl milindl released this 16 Dec 13:03
· 4 commits to master since this release
3d8c258

v1.0.0 is a feature release. It is supported for all usage.

Enhancements

  1. Add support for an Admin API to fetch topic offsets (#156).
  2. Add support for Node v23 pre-built binaries (#158).
  3. Add KafkaJS-compatible errors to promisified Admin API (createTopics, deleteGroups, deleteTopicRecords) (#159).
  4. Include error types within Type definitions for promisified API (#210).

Fixes

  1. Fixes an issue where uv_async_init was being called off the event loop thread,
    causing the node process to hang (#190).