File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ execution_time_limit:
88global_job_config :
99 env_vars :
1010 - name : LIBRDKAFKA_VERSION
11- value : v2.13.2-RC1
11+ value : v2.13.2
1212 prologue :
1313 commands :
1414 - checkout
Original file line number Diff line number Diff line change 11# Confluent Python Client for Apache Kafka - CHANGELOG
22
3- ## v2.13.1
3+ ## v2.13.2 - 2026-03-02
44
5- v2.13.1 is a maintenance release with the following fixes and enhancements:
5+ v2.13.2 is a maintenance release with the following fixes and enhancements:
66
77### Enhancements
88
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FROM alpine:3.12
3030
3131COPY . /usr/src/confluent-kafka-python
3232
33- ENV LIBRDKAFKA_VERSION="v2.13.0 "
33+ ENV LIBRDKAFKA_VERSION="v2.13.2 "
3434ENV KCAT_VERSION="master"
3535ENV CKP_VERSION="master"
3636
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " confluent-kafka"
7- version = " 2.13.2rc1 "
7+ version = " 2.13.2 "
88description = " Confluent's Python client for Apache Kafka"
99classifiers = [
1010 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 3838/**
3939 * @brief confluent-kafka-python version, must match that of pyproject.toml.
4040 */
41- #define CFL_VERSION_STR "2.13.2rc1 "
41+ #define CFL_VERSION_STR "2.13.2 "
4242
4343/**
4444 * Minimum required librdkafka version. This is checked both during
Original file line number Diff line number Diff line change 55PYTHON_SOAK_TEST_BRANCH = 'master'
66
77LIBRDKAFKA_VERSIONS = [
8+ '2.13.2' ,
89 '2.13.0' ,
910 '2.12.1' ,
1011 '2.11.1' ,
2021]
2122
2223PYTHON_VERSIONS = [
23- '2.13.2rc1 ' ,
24+ '2.13.2 ' ,
2425 '2.13.0' ,
2526 '2.12.1' ,
2627 '2.11.1' ,
You can’t perform that action at this time.
0 commit comments