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
18 changes: 18 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Changelog
Note: in some releases, there are no changes, because we always guarantee
releasing in step with fsspec.

2026.3.0
--------

**The default inplementation is now ExtendedGcsFileSystem**. This still
defers to GCSFileSystem for operations on "normal" buckets (i.e., not
zonal, rapid, hierarchical). Set GCSFS_EXPERIMENTAL_ZB_HNS_SUPPORT to
disable.

* docs for zonal/rapid storage support (#792, 788, 781)
* test/ci/cov fixes (#785, 772, 766, 765, 764)
* fix zonalfile writes to track byte count (#777)
* benchmarks (#775, 770, 767, 762)
* fix folder rename race (HNS) (#771)
* create zonal buckets (#769)
* graceful close (#763)
* list: pass only valid kwargs (#759)
* make mv_file atomic (#758)

2026.2.0
--------

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp!=4.0.0a0, !=4.0.0a1
aiohttp!=4.0.0a0, !=4.0.0a1, >=3.9.0
decorator>4.1.2
fsspec==2026.2.0
fsspec==2026.3.0
google-auth>=1.2
google-auth-oauthlib
google-cloud-storage>=3.9.0
Expand Down
Loading