v1.0.0 is a feature release. It is supported for all usage.
Enhancements
- Add support for an Admin API to fetch topic offsets (#156).
- Add support for Node v23 pre-built binaries (#158).
- Add KafkaJS-compatible errors to promisified Admin API (createTopics, deleteGroups, deleteTopicRecords) (#159).
- Include error types within Type definitions for promisified API (#210).
Fixes
- Fixes an issue where
uv_async_init
was being called off the event loop thread,
causing the node process to hang (#190).