We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67f23c commit 47a25eaCopy full SHA for 47a25ea
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
v1.8.0 is a maintenance release with the following fixes and enhancements:
6
7
+ - **Python 2.7 binary wheels are no longer provided.**
8
+ Users still on Python 2.7 will need to build confluent-kafka from source
9
+ and install librdkafka separately, see [README.md](README.md#Prerequisites)
10
+ for build instructions.
11
- Added `use.latest.version` and `skip.known.types` (Protobuf) to
12
the Serializer classes. (Robert Yokota, #1133).
13
- `list_topics()` and `list_groups()` added to AdminClient.
0 commit comments