-
Notifications
You must be signed in to change notification settings - Fork 914
V2.9.0rc #1951
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
V2.9.0rc #1951
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
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.
Pull Request Overview
This PR bumps the version to 2.9.0 and updates the configuration to use Python 3.11 and the built-in tomllib module for TOML parsing. Key changes include:
- Replacing tomli with tomllib in the macOS wheel installation script.
- Updating version information in pyproject.toml, docs/conf.py, and CHANGELOG.md.
- Modifying the Semaphore CI configuration to ensure usage of Python 3.11.
Reviewed Changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
tools/wheels/install-macos-python-required-by-cibuildwheel.py | Updated TOML parser to use the built-in tomllib module. |
pyproject.toml | Updated project version to 2.9.0. |
docs/conf.py | Updated documentation version to 2.9.0. |
CHANGELOG.md | Added release notes for v2.9.0 with minor typo in description. |
.semaphore/semaphore.yml | Added commands to configure Python 3.11 for build jobs. |
Files not reviewed (2)
- src/confluent_kafka/src/confluent_kafka.h: Language not supported
- tools/wheels/build-wheels.sh: Language not supported
CHANGELOG.md
Outdated
v2.9.0 is a featureg release with the following fixes and enhancements: | ||
|
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.
Typo 'featureg' should be 'feature'.
v2.9.0 is a featureg release with the following fixes and enhancements: | |
v2.9.0 is a feature release with the following fixes and enhancements: |
Copilot uses AI. Check for mistakes.
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 found a typo, otherwise LGTM
What
Checklist
References
JIRA:
Test & Review
Open questions / Follow-ups