diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 65ffe261..8727c1b1 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +2024.12.0 +--------- + +- CI fixes (#922) +- smaller threshold for copy_managed (#921) +- exclusive write (#917) +- fix bug in _find (#913) +- parse query without upstream infer_storage_options (#912) +- bug in _upload_file_part_concurrent (#910) + 2024.10.0 --------- diff --git a/requirements.txt b/requirements.txt index 2aa73837..fbbe45c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ aiobotocore>=2.5.4,<3.0.0 -fsspec==2024.10.0.* +fsspec==2024.12.0.* aiohttp!=4.0.0a0, !=4.0.0a1