v1.9.0-rc1#474
Merged
Emanuele Sabellico (emasab) merged 3 commits intomasterfrom Mar 31, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Emanuele Sabellico (emasab)
March 31, 2026 10:14
View session
There was a problem hiding this comment.
Pull request overview
Updates the Kafka JavaScript bindings and workspace packages for the 1.9.0-rc1 release candidate, including a librdkafka bump and regenerated TypeScript definitions.
Changes:
- Bump workspace/package versions to
1.9.0-rc1and updateutil.bindingVersion. - Update referenced librdkafka version to
2.14.0-RC1and refresh generated error/config typings (addssasl.oauthbearer.sub.claim.name). - Refresh lockfile metadata to reflect updated workspace/package state.
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
types/errors.d.ts |
Updates generated-from header to librdkafka 2.14.0-RC1. |
types/config.d.ts |
Updates generated-from header and adds new OIDC-related config key typing. |
lib/error.js |
Updates generated-from header to librdkafka 2.14.0-RC1. |
package.json |
Bumps package version to 1.9.0-rc1 and updates librdkafka version fields. |
lib/util.js |
Updates bindingVersion to 1.9.0-rc1. |
schemaregistry/package.json |
Bumps schemaregistry workspace version to 1.9.0-rc1. |
package-lock.json |
Updates lockfile to match new versions and dependency graph metadata. |
CHANGELOG.md |
Updates top section for 1.9.0 RC, but currently has consistency/content concerns (see comments). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b762c10 to
975c4cf
Compare
|
Pratyush Ranjan (PratRanj07)
requested changes
Mar 31, 2026
Pratyush Ranjan (PratRanj07)
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Will update the "Librdkafka Version" table on final release.