Skip to content

Commit f89146e

Browse files
committed
2.0.6 changelog
1 parent ae8cee2 commit f89146e

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

CHANGES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
# 2.0.5 (Feb 25, 2025)
220

321
Networking

docs/changelog.rst

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Changelog
22
=========
33

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+
427

528
2.0.5 (Feb 25, 2025)
629
####################

0 commit comments

Comments
 (0)