Skip to content

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

Merged
merged 15 commits into from
Mar 28, 2025
Merged

V2.9.0rc #1951

merged 15 commits into from
Mar 28, 2025

Conversation

Claimundefine
Copy link
Contributor

What

Checklist

  • Contains customer facing changes? Including API/behavior changes
  • Did you add sufficient unit test and/or integration test coverage for this PR?
    • If not, please explain why it is not required

References

JIRA:

Test & Review

Open questions / Follow-ups

@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

@sonarqube-confluent

This comment has been minimized.

1 similar comment
@sonarqube-confluent

This comment has been minimized.

@Claimundefine Claimundefine marked this pull request as ready for review March 28, 2025 20:14
@Copilot Copilot AI review requested due to automatic review settings March 28, 2025 20:14
@Claimundefine Claimundefine requested review from a team as code owners March 28, 2025 20:14
Copy link

@Copilot Copilot AI left a 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
Comment on lines 5 to 6
v2.9.0 is a featureg release with the following fixes and enhancements:

Copy link
Preview

Copilot AI Mar 28, 2025

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'.

Suggested change
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.

Copy link
Member

@rayokota rayokota left a 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

@sonarqube-confluent

This comment has been minimized.

1 similar comment
@sonarqube-confluent
Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage 0.00% Coverage (61.70% Estimated after merge)
  • Duplications No duplication information (1.00% Estimated after merge)

Project ID: confluent-kafka-python

View in SonarQube

@Claimundefine Claimundefine merged commit 9fe730c into master Mar 28, 2025
3 checks passed
@Claimundefine Claimundefine deleted the v2.9.0rc branch March 28, 2025 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants