File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2.2.12 (June 18, 2025)
2+
3+ Fixes
4+ * Fix construction of final GSSAPI authentication message (#2647 )
5+ * Avoid RuntimeError on mutated ` _completed_fetches ` deque in consumer fetcher (#2646 )
6+ * Throw exception on invalid bucket type (#2642 )
7+
8+
19# 2.2.11 (June 5, 2025)
210
311Fixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.2.12 (June 18, 2025)
5+ ######################
6+
7+ Fixes
8+ -----
9+ * Fix construction of final GSSAPI authentication message (#2647)
10+ * Avoid RuntimeError on mutated `_completed_fetches ` deque in consumer fetcher (#2646)
11+ * Throw exception on invalid bucket type (#2642)
12+
13+
4142.2.11 (June 5, 2025)
515#####################
616
Original file line number Diff line number Diff line change 1- __version__ = '2.2.11 '
1+ __version__ = '2.2.12 '
You can’t perform that action at this time.
0 commit comments