Skip to content

v2.10.0rc3 release changes #1969

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 2 commits into from
Apr 17, 2025
Merged

Conversation

pranavrth
Copy link
Member

Relase v2.10.0rc3 changes

@pranavrth pranavrth requested review from a team as code owners April 17, 2025 12:38
@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.


/**
* Minimum required librdkafka version. This is checked both during
* build-time (just below) and runtime (see confluent_kafka.c).
* Make sure to keep the MIN_RD_KAFKA_VERSION, MIN_VER_ERRSTR and #error
* defines and strings in sync.
*/
#define MIN_RD_KAFKA_VERSION 0x020800ff
#define MIN_RD_KAFKA_VERSION 0x021000ff
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in hex, same for CFL_VERSION

Suggested change
#define MIN_RD_KAFKA_VERSION 0x021000ff
#define MIN_RD_KAFKA_VERSION 0x020a00ff

@sonarqube-confluent
Copy link

Passed

Analysis Details

0 Issues

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

Coverage and Duplications

  • Coverage 12.50% Coverage (62.00% Estimated after merge)
  • Duplications No duplication information (1.00% Estimated after merge)

Project ID: confluent-kafka-python

View in SonarQube

@emasab emasab merged commit 933e813 into dev_add_support_describegroup Apr 17, 2025
3 checks passed
@emasab emasab deleted the release_v2.10.0 branch April 17, 2025 13:09
PratRanj07 added a commit that referenced this pull request Apr 17, 2025
…l groups (#1873)

* Added support for describe consumer group for new protocol

* style fix

* removed session timeout

* style fix

* Simplifying test code

* target assignment declaration

* Protocol->group_protocol

* name change

* Changelog added

* removed test

* Changelog change

* v2.10.0rc3 release changes (#1969)

---------

Co-authored-by: Pranav Rathi <4427674+pranavrth@users.noreply.github.com>
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