Releases: confluentinc/confluent-kafka-javascript
Releases · confluentinc/confluent-kafka-javascript
v1.3.1
v1.3.1 is a maintenance release. It is supported for all usage.
Fixes
- Avoid a race condition that causes 100% usage of a CPU core when consuming with
partitionsConsumedConcurrently > 1
and all messages are consumed (#300). - Fix type definition for
Kafka()
constructor and for passing topic configurations to theproducer()
andconsumer()
in the promisified API (@davidkhala, #297, #321).
v1.3.1-rc1
Bump up version to 1.3.1-rc1 (#324) * Bump version * Remove dev from version
v1.3.0
v1.3.0 is a feature release. It is supported for all usage.
Enhancements
- References librdkafka v2.10.0. Refer to the librdkafka v2.10.0 release notes for more information.
v1.3.0-rc1
Release candidate for 1.3.0
v1.2.0
v1.2.0 is a feature release. It is supported for all usage.
Enhancements
- Add support for an Admin API to fetch topic offsets by timestamp (#206).
- References librdkafka v2.8.0. Refer to the librdkafka v2.8.0 release notes for more information.
Fixes
v1.2.0-RC1
Version 1.2.0-rc1 (#242) * Add size reduction changes * Version bump for librdkafka and kafka-client
v1.0.0
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).
v1.0.0-RC1
Pre-release for v1.0.0
v0.5.2
v0.5.1
v0.5.1 is a limited availability maintenance release. It is supported for all usage.
Note: v0.5.0 was not released because of a bug. Instead, v0.5.1 was released with the fix directly.
Thus, these notes contain the changes for v0.5.0 as well.
Enhancements
- Add support for an Admin API to delete records.(#141).
- Add support for an Admin API to describe topics.(#155).
- Add support for dependent Admin client (#153).
- References librdkafka v2.6.1. Refer to the librdkafka v2.6.1 release notes for more information.