Skip to content

Commit

Permalink
Version v2.8.2rc1 (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claimundefine authored Mar 1, 2025
1 parent 95cb644 commit d6a4e08
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Confluent's Python client for Apache Kafka

## v2.8.1
## v2.8.2

v2.8.1 is a maintenance release with the following fixes and enhancements:

- Fixed caching to ensure cached schema matches input. (#1922)
- Fix handling of named Avro schemas (#1928)

confluent-kafka-python v2.8.1 is based on librdkafka v2.8.0, see the
confluent-kafka-python v2.8.2 is based on librdkafka v2.8.0, see the
[librdkafka release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.8.0)
for a complete list of changes, enhancements, fixes and upgrade considerations.

Note: Versioning is skipped due to breaking change in v2.8.1.
Do not run software with v2.8.1 installed.


## v2.8.0

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# built documents.
#
# The short X.Y version.
version = '2.8.1'
version = '2.8.2'
# The full version, including alpha/beta/rc tags.
release = version
######################################################################
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "confluent-kafka"
version = "2.8.1"
version = "2.8.2"
description = "Confluent's Python client for Apache Kafka"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
4 changes: 2 additions & 2 deletions src/confluent_kafka/src/confluent_kafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* 0xMMmmRRPP
* MM=major, mm=minor, RR=revision, PP=patchlevel (not used)
*/
#define CFL_VERSION 0x02080100
#define CFL_VERSION_STR "2.8.1"
#define CFL_VERSION 0x02080200
#define CFL_VERSION_STR "2.8.2"

/**
* Minimum required librdkafka version. This is checked both during
Expand Down

0 comments on commit d6a4e08

Please sign in to comment.