File tree Expand file tree Collapse file tree 3 files changed +60
-1
lines changed Expand file tree Collapse file tree 3 files changed +60
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.0.5 (Feb 25, 2025)
2+
3+ Networking
4+ * Remove unused client bootstrap backoff code
5+ * 200ms timeout for client.poll in ensure_active_group and admin client
6+
7+ Fixes
8+ * Admin client: check_version only if needed, use node_id kwarg for controller
9+ * Check for -1 controller_id in admin client
10+ * Only acquire coordinator lock in heartbeat thread close if not self thread
11+
12+ Testing
13+ * Also sleep when waiting for consumers in test_describe_consumer_group_exists
14+ * Refactor sasl_integration test_client - wait for node ready; use send future
15+ * Add timeout to test_kafka_consumer
16+ * Add error str to assert_message_count checks
17+ * Retry on error in test fixture create_topic_via_metadata
18+ * Fixup variable interpolation in test fixture error
19+
20+ Documentation
21+ * Update compatibility docs
22+ * Include client_id in BrokerConnection __ str__ output
23+
24+ Project Maintenance
25+ * Add make targets ` servers/*/api_versions ` and ` servers/*/messages `
26+
127# 2.0.4 (Feb 21, 2025)
228
329Networking
Original file line number Diff line number Diff line change @@ -2,6 +2,39 @@ Changelog
22=========
33
44
5+ 2.0.5 (Feb 25, 2025)
6+ ####################
7+
8+ Networking
9+ ----------
10+ * Remove unused client bootstrap backoff code
11+ * 200ms timeout for client.poll in ensure_active_group and admin client
12+
13+ Fixes
14+ -----
15+ * Admin client: check_version only if needed, use node_id kwarg for controller
16+ * Check for -1 controller_id in admin client
17+ * Only acquire coordinator lock in heartbeat thread close if not self thread
18+
19+ Testing
20+ -------
21+ * Also sleep when waiting for consumers in test_describe_consumer_group_exists
22+ * Refactor sasl_integration test_client - wait for node ready; use send future
23+ * Add timeout to test_kafka_consumer
24+ * Add error str to assert_message_count checks
25+ * Retry on error in test fixture create_topic_via_metadata
26+ * Fixup variable interpolation in test fixture error
27+
28+ Documentation
29+ -------------
30+ * Update compatibility docs
31+ * Include client_id in BrokerConnection __str__ output
32+
33+ Project Maintenance
34+ -------------------
35+ * Add make targets `servers/*/api_versions ` and `servers/*/messages `
36+
37+
5382.0.4 (Feb 21, 2025)
639####################
740
Original file line number Diff line number Diff line change 1- __version__ = '2.0.5.dev '
1+ __version__ = '2.0.5'
You can’t perform that action at this time.
0 commit comments