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
+
1
9
# 2.2.11 (June 5, 2025)
2
10
3
11
Fixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
14
2.2.11 (June 5, 2025)
5
15
#####################
6
16
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