Skip to content

Commit

Permalink
changelog (fsspec#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Mar 15, 2024
1 parent 59b5701 commit 1ddc2b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog
=========

2024.3.0
--------

- don't fail ls is parent is unaccessible (#860)
- allow checksum error to retry (#858)
- don't lsbuckets for isdir(bucket) (#856)
- concurrent uplads of parts in put_file (#848)

2024.2.0
--------

- fixe cache lookup in _info (#840)
- fix cache lookup in _info (#840)

2023.12.2
---------
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore>=2.5.4,<3.0.0
fsspec==2024.2.0
fsspec==2024.3.0
aiohttp!=4.0.0a0, !=4.0.0a1

0 comments on commit 1ddc2b0

Please sign in to comment.