diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 9d802ccb3..e119a2d98 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -8,7 +8,7 @@ execution_time_limit: global_job_config: env_vars: - name: LIBRDKAFKA_VERSION - value: v2.11.0-RC3 + value: v2.11.0 prologue: commands: - checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f135093..b5f8c123b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Confluent's Python client for Apache Kafka +## v2.11.0 + +v2.11.0 is a feature release with the following enhancements: + +confluent-kafka-python v2.11.0 is based on librdkafka v2.11.0, see the +[librdkafka release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.11.0) +for a complete list of changes, enhancements, fixes and upgrade considerations. + + ## v2.10.1 -v2.10.1 is a maintenance release with the following fixes +v2.10.1 is a maintenance release with the following fixes: - Handled `None` value for optional `ctx` parameter in `ProtobufDeserializer` (#1939) - Handled `None` value for optional `ctx` parameter in `AvroDeserializer` (#1973) diff --git a/docs/conf.py b/docs/conf.py index 4c383885e..decfdf63b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # built documents. # # The short X.Y version. -version = '2.11.0rc3' +version = '2.11.0' # The full version, including alpha/beta/rc tags. release = version ###################################################################### diff --git a/examples/docker/Dockerfile.alpine b/examples/docker/Dockerfile.alpine index f5848f4b9..08214da6a 100644 --- a/examples/docker/Dockerfile.alpine +++ b/examples/docker/Dockerfile.alpine @@ -30,7 +30,7 @@ FROM alpine:3.12 COPY . /usr/src/confluent-kafka-python -ENV LIBRDKAFKA_VERSION="v2.11.0-RC3" +ENV LIBRDKAFKA_VERSION="v2.11.0" ENV KCAT_VERSION="master" ENV CKP_VERSION="master" diff --git a/pyproject.toml b/pyproject.toml index 704b4021a..38e2604b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "confluent-kafka" -version = "2.11.0rc3" +version = "2.11.0" description = "Confluent's Python client for Apache Kafka" classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/confluent_kafka/src/confluent_kafka.h b/src/confluent_kafka/src/confluent_kafka.h index f0a817e3b..ac7474c9e 100644 --- a/src/confluent_kafka/src/confluent_kafka.h +++ b/src/confluent_kafka/src/confluent_kafka.h @@ -43,7 +43,7 @@ * MM=major, mm=minor, RR=revision, PP=patchlevel (not used) */ #define CFL_VERSION 0x020b0000 -#define CFL_VERSION_STR "2.11.0rc3" +#define CFL_VERSION_STR "2.11.0" /** * Minimum required librdkafka version. This is checked both during pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy