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
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Confluent's Python client for Apache Kafka
2
2
3
+
## v2.10.0
4
+
5
+
v2.10.0 is a feature release with the following fixes and enhancements:
6
+
7
+
-[KIP-848] Group Config is now supported in AlterConfigs, IncrementalAlterConfigs and DescribeConfigs. (#1856)
8
+
-[KIP-848]`describe_consumer_groups()` now supports KIP-848 introduced `consumer` groups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is a `classic` or `consumer` group. Target assignment is only valid for the `consumer` protocol and its defaults to NULL. (#4922).
9
+
3
10
## v2.9.0
4
11
5
12
v2.9.0 is a feature release with the following fixes and enhancements:
0 commit comments