We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8463c23 commit 2d7f469Copy full SHA for 2d7f469
docs/source/changelog.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+2023.5.0
5
+--------
6
+
7
+- Fix "_" in xattrs tests (#732)
8
+- Fix file pointer already at end of file when retrying put (#731)
9
+- Fix repeated find corrupting cache (#730)
10
+- Remove duplicate class definition (#727)
11
+- return list of deleted keys in bulk deleted (#726)
12
13
14
2023.4.0
15
--------
16
requirements.txt
@@ -1,3 +1,3 @@
aiobotocore~=2.5.0
-fsspec==2023.4.0
+fsspec==2023.5.0
aiohttp!=4.0.0a0, !=4.0.0a1
0 commit comments