|
4 | 4 |
|
5 | 5 | v2.5.0 is a feature release with the following features, fixes and enhancements: |
6 | 6 |
|
7 | | - - [KIP-107](https://cwiki.apache.org/confluence/display/KAFKA/KIP-107%3A+Add+deleteRecordsBefore%28%29+API+in+AdminClient) Added delete_records API (#1710) |
8 | | - - Added an example to show the usage of the custom logger with `AdminClient` |
9 | | - - Removed usage of `strcpy` to enhance security of the client (#1745) |
10 | | - - Fixed invalid write in `OAUTHBEARER/OIDC` extensions copy (#1745) |
11 | | - - Fixed documentation for default value of `operation_timeout` and `request_timeout` in various Admin apis (#1710) |
12 | | - - Fixed an issue related to import error of `TopicCollection` and `TopicPartitionInfo` classes when importing through other module like mypy. |
13 | | - - Fixed a segfault when `commit` or `store_offsets` consumer method is called incorrectly with errored Message object |
14 | | - - Fixed `logger` not working when provided as an argument to `AdminClient` instead of a configuration property |
15 | | - - Fixed some memory leaks related to `PyDict_SetItem`. |
| 7 | + - [KIP-107](https://cwiki.apache.org/confluence/display/KAFKA/KIP-107%3A+Add+deleteRecordsBefore%28%29+API+in+AdminClient) Added delete_records API. (#1710) |
| 8 | + - Added an example to show the usage of the custom logger with `AdminClient`. (#1758) |
| 9 | + - Improve caching on Schema Registry client. (#1744) |
| 10 | + - Removed usage of `strcpy` to enhance security of the client. (#1745) |
| 11 | + - Removed support for centos6 and centos7. (#1776) |
| 12 | + - Fixed invalid write in `OAUTHBEARER/OIDC` extensions copy. (#1745) |
| 13 | + - Fixed documentation for default value of `operation_timeout` and `request_timeout` in various Admin apis. (#1710) |
| 14 | + - Fixed an issue related to import error of `TopicCollection` and `TopicPartitionInfo` classes when importing through other module like mypy. (#1764) |
| 15 | + - Fixed a segfault when `commit` or `store_offsets` consumer method is called incorrectly with errored Message object. (#1754) |
| 16 | + - Fixed `logger` not working when provided as an argument to `AdminClient` instead of a configuration property. (#1758) |
| 17 | + - Fixed some memory leaks related to `PyDict_SetItem`. (#1710) |
16 | 18 |
|
17 | 19 | confluent-kafka-python is based on librdkafka v2.5.0, see the |
18 | 20 | [librdkafka release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.5.0) |
|
0 commit comments