v1.9.0#475
Conversation
There was a problem hiding this comment.
Pull request overview
Promotes the project from the 1.9.0-rc1 release candidate to the final 1.9.0 release, aligning version metadata and documentation with the stable librdkafka 2.14.0 dependency.
Changes:
- Bump package versions from
1.9.0-rc1to1.9.0(root + schemaregistry + lockfile + runtime binding version). - Update referenced librdkafka version strings from
2.14.0-RC1to2.14.0across generated headers and metadata. - Document the new
1.9.0↔2.14.0mapping in README and update the changelog entry for the final release.
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| types/errors.d.ts | Update generated header to reference librdkafka 2.14.0 (final). |
| types/config.d.ts | Update generated header to reference librdkafka 2.14.0 (final). |
| schemaregistry/package.json | Release schemaregistry workspace version to 1.9.0. |
| README.md | Add 1.9.0 → 2.14.0 mapping entry. |
| package.json | Release root package version to 1.9.0 and update librdkafka version fields. |
| package-lock.json | Align lockfile versions with 1.9.0 for root and schemaregistry. |
| lib/util.js | Update util.bindingVersion to 1.9.0. |
| lib/error.js | Update generated header to reference librdkafka 2.14.0 (final). |
| CHANGELOG.md | Update top entry for 1.9.0 (final) and update librdkafka release-notes link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "@confluentinc/kafka-javascript", | ||
| "version": "1.9.0-rc1", | ||
| "version": "1.9.0", |
There was a problem hiding this comment.
PR description requests TypeScript PR titles be prefixed with [Typescript], but the current PR title is v1.9.0 (no prefix). If this guideline applies to this repo/PR, please update the PR title to match the requested format.
|




Please prefix all TypeScript pull-requests with
[Typescript]What
Checklist
References
JIRA:
Test & Review
Open questions / Follow-ups