Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2026.3.0
--------

- allow _find with both prefix/withdirs, allows prefix in glob (#1014)
- deduplicate file listing with bisect (#1010)
- check for file expiry with ETag if server doesn't support If-Match (#1008)
- concurrent downloads in get/cat_file (#1007)

2026.2.0
--------

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore>=2.19.0,<4.0.0
fsspec==2026.2.0
aiohttp!=4.0.0a0, !=4.0.0a1
fsspec==2026.3.0
aiohttp!=4.0.0a0, !=4.0.0a1, >=3.9.0
Loading