You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add prebuilt binaries for node v24 and update for v1.4.0-rc0 (#337)
* feat: add support for Node v24
Updated `semaphore.yml ` to add support for Node.js v24. Used the ABI version as listed in the JSON file located at:
https://github.com/nodejs/node/blob/main/doc/abi_version_registry.json
* Update post-install and README for v24
* Add CHANGELOG, update SR tests to pass
* Revert testing only changes
* Update changelog
* Revert more testing-only changes
* Update 1.4.0 release candidate (#341)
* Bump version to 1.4.0-rc0
* Use publicly documented API to download librdkafka NuGet package
* Fix librdkafka version
* Conform to nuget API
* Update so that changes are not -dev
* Update to RC4 of librdkafka
* Add testing changes
* Revert testing changes
---------
Co-authored-by: Weyert de Boer <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@ v1.4.0 is a feature release. It is supported for all usage.
5
5
## Enhancements
6
6
7
7
1. References librdkafka v2.11.0. Refer to the [librdkafka v2.11.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.11.0) for more information.
8
-
2.[KIP-848]`describeGroups()` now supports KIP-848 introduced `consumer` groups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is a `classic` or `consumer` group. Target assignment is only valid for the `consumer` protocol and its defaults to being undefined (#329)
9
-
3.[KIP-848] Admin API for listing consumer groups now has an optional filter to return only groups of given types (#328)
8
+
2.[KIP-848]`describeGroups()` now supports KIP-848 introduced `consumer` groups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is a `classic` or `consumer` group. Target assignment is only valid for the `consumer` protocol and it defaults to being undefined (#329).
9
+
3.[KIP-848] Admin API for listing consumer groups now has an optional filter to return only groups of given types (#328).
10
+
4. Add support for Node v24 pre-built binaries (@weyert, #307, #337).
0 commit comments