File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.6 (Mar 4, 2025)
2
+
3
+ Networking
4
+ * Improve error handling in ` client._maybe_connect ` (#2504 )
5
+ * Client connection / ` maybe_refresh_metadata ` changes (#2507 )
6
+ * Improve too-large timeout handling in client poll
7
+ * Default ` client.check_version ` timeout to ` api_version_auto_timeout_ms ` (#2496 )
8
+
9
+ Fixes
10
+ * Decode and skip transactional control records in consumer (#2499 )
11
+ * try / except in consumer coordinator ` __del__ `
12
+
13
+ Testing
14
+ * test_conn fixup for py2
15
+
16
+ Project Maintenance
17
+ * Add 2.0 branch for backports
18
+
1
19
# 2.0.5 (Feb 25, 2025)
2
20
3
21
Networking
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.0.6 (Mar 4, 2025)
5
+ ###################
6
+
7
+ Networking
8
+ ----------
9
+ * Improve error handling in `client._maybe_connect ` (#2504)
10
+ * Client connection / `maybe_refresh_metadata ` changes (#2507)
11
+ * Improve too-large timeout handling in client poll
12
+ * Default `client.check_version ` timeout to `api_version_auto_timeout_ms ` (#2496)
13
+
14
+ Fixes
15
+ -----
16
+ * Decode and skip transactional control records in consumer (#2499)
17
+ * try / except in consumer coordinator `__del__ `
18
+
19
+ Testing
20
+ -------
21
+ * test_conn fixup for py2
22
+
23
+ Project Maintenance
24
+ -------------------
25
+ * Add 2.0 branch for backports
26
+
4
27
5
28
2.0.5 (Feb 25, 2025)
6
29
####################
You can’t perform that action at this time.
0 commit comments