-
Notifications
You must be signed in to change notification settings - Fork 23
Generate v1.8.0-rc1 release #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
| @@ -1,3 +1,17 @@ | |||
| # confluent-kafka-javascript 1.8.0-rc1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # confluent-kafka-javascript 1.8.0-rc1 | |
| # confluent-kafka-javascript 1.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We dont need to add Changelog for the RC version. Just add for the 1.8.0 version. Also remove the RC part from the Readme.md
|
Hey guys, Could #418 make it to 1.8.0 ? We had to fork the lib to be able to use it with one of our customers. Impact is the library is not usable (it crashes) without the patch for low message volumes with slow consumers. Thank you! |
|
🙄 |




This pull request prepares the codebase for the
1.8.0-rc1release candidate ofconfluent-kafka-javascript, updating dependencies, version numbers, and documentation to reflect the new release and its reliance onlibrdkafka v2.13.0-RC1.