You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,21 @@
1
1
# Confluent's Python client for Apache Kafka
2
2
3
-
## v2.4.1
3
+
## v2.5.0
4
4
5
-
v2.4.1 is a maintenance release with the following fixes and enhancements:
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)
7
8
- Added an example to show the usage of the custom logger with `AdminClient`
8
9
- Removed usage of `strcpy` to enhance security of the client (#1745)
9
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)
10
12
- Fixed an issue related to import error of `TopicCollection` and `TopicPartitionInfo` classes when importing through other module like mypy.
11
13
- Fixed a segfault when `commit` or `store_offsets` consumer method is called incorrectly with errored Message object
12
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`.
13
16
14
-
confluent-kafka-python is based on librdkafka v2.4.1, see the
0 commit comments