Skip to content

Commit eb616e7

Browse files
committed
Bump librdkafka requirement to v1.4.0
1 parent 661e799 commit eb616e7

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
global:
3-
LIBRDKAFKA_NUGET_VERSION: 1.4.0-RC1c
3+
LIBRDKAFKA_NUGET_VERSION: 1.4.0-RC3
44
CIBW_SKIP: cp33-* cp34-*
55
CIBW_TEST_REQUIRES: pytest pytest-timeout requests avro trivup
66
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
global:
3-
- LIBRDKAFKA_VERSION=v1.4.0-RC1c
3+
- LIBRDKAFKA_VERSION=v1.4.0-RC3
44
matrix:
55
include:
66
# Source package verification with Python 2.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Prerequisites
286286
=============
287287

288288
* Python >= 2.7 or Python 3.x
289-
* [librdkafka](https://github.com/edenhill/librdkafka) >= 0.11.5 (latest release is embedded in wheels)
289+
* [librdkafka](https://github.com/edenhill/librdkafka) >= 1.4.0 (latest release is embedded in wheels)
290290

291291
librdkafka is embedded in the macosx manylinux wheels, for other platforms, SASL Kerberos/GSSAPI support or
292292
when a specific version of librdkafka is desired, following these guidelines:

confluent_kafka/src/confluent_kafka.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
* Make sure to keep the MIN_RD_KAFKA_VERSION, MIN_VER_ERRSTR and #error
4141
* defines and strings in sync.
4242
*/
43-
#define MIN_RD_KAFKA_VERSION 0x01000000
43+
#define MIN_RD_KAFKA_VERSION 0x01040000
4444

4545
#ifdef __APPLE__
46-
#define MIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
46+
#define MIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v1.4.0 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
4747
#else
48-
#define MIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
48+
#define MIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v1.4.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
4949
#endif
5050

5151
#if RD_KAFKA_VERSION < MIN_RD_KAFKA_VERSION
5252
#ifdef __APPLE__
53-
#error "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
53+
#error "confluent-kafka-python requires librdkafka v1.4.0 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
5454
#else
55-
#error "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
55+
#error "confluent-kafka-python requires librdkafka v1.4.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
5656
#endif
5757
#endif
5858

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '1.3.0'
58+
version = '1.4.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '1.3.0'
60+
release = '1.4.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ def get_install_requirements(path):
5252

5353

5454
setup(name='confluent-kafka',
55-
version='1.3.0',
55+
# Make sure to bump CFL_VERSION* in confluent_kafka/src/confluent_kafka.h
56+
# and version and release in docs/conf.py.
57+
version='1.4.0',
5658
description='Confluent\'s Python client for Apache Kafka',
5759
author='Confluent Inc',
5860
author_email='support@confluent.io',

0 commit comments

Comments
 (0)
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