v2.5.0
版本发布时间: 2024-07-10 23:34:09
confluentinc/confluent-kafka-python最新发布版本:v2.5.3(2024-09-02 22:24:36)
confluent-kafka-python v2.5.0
v2.5.0 is a feature release with the following features, fixes and enhancements:
- KIP-107 Added delete_records API. (#1710)
- Added an example to show the usage of the custom logger with
AdminClient
. (#1758) - Improve caching on Schema Registry client. (#1744)
- Removed usage of
strcpy
to enhance security of the client. (#1745) - Removed support for centos6 and centos7. (#1776)
- Fixed invalid write in
OAUTHBEARER/OIDC
extensions copy. (#1745) - Fixed documentation for default value of
operation_timeout
andrequest_timeout
in various Admin apis. (#1710) - Fixed an issue related to import error of
TopicCollection
andTopicPartitionInfo
classes when importing through other module like mypy. (#1764) - Fixed a segfault when
commit
orstore_offsets
consumer method is called incorrectly with errored Message object. (#1754) - Fixed
logger
not working when provided as an argument toAdminClient
instead of a configuration property. (#1758) - Fixed some memory leaks related to
PyDict_SetItem
. (#1710)
confluent-kafka-python is based on librdkafka v2.5.0, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.