File tree Expand file tree Collapse file tree 5 files changed +29
-1
lines changed
Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 4545 :inherited-members:
4646
4747.. currentmodule :: gcsfs.mapping
48+
49+ .. raw :: html
50+
51+ <script data-goatcounter =" https://gcsfs.goatcounter.com/count"
52+ async src =" //gc.zgo.at/count.js" ></script >
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ Changelog
44Note: in some releases, there are no changes, because we always guarantee
55releasing in step with fsspec.
66
7+ 2025.10.0
8+ ---------
9+
10+ * fix info() performance regression (#705)
11+ * add CoC (#703)
12+ * mkdir should not create bucket by default (#701)
13+ * add anonymous tracker to docs (#700)
14+
7152025.9.0
816--------
917
@@ -361,3 +369,8 @@ Version 0.4.0
361369* Added contributing instructions (:pr: `185 `)
362370* Improved performance for :meth: `gcsfs.GCSFileSystem.info ` (:pr: `187 `)
363371* Fixed bug in :meth: `gcsfs.GCSFileSystem.info ` raising an error (:pr: `190 `)
372+
373+ .. raw :: html
374+
375+ <script data-goatcounter =" https://gcsfs.goatcounter.com/count"
376+ async src =" //gc.zgo.at/count.js" ></script >
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ as setting your default google credentials (or providing them via the
2323fsspec config).
2424
2525.. _fake-gcs-server : https://github.com/fsouza/fake-gcs-server
26+
27+ .. raw :: html
28+
29+ <script data-goatcounter =" https://gcsfs.goatcounter.com/count"
30+ async src =" //gc.zgo.at/count.js" ></script >
Original file line number Diff line number Diff line change @@ -54,3 +54,8 @@ Furthermore:
5454 - permissions on GCS are complicated, so all files will be shown as fully-open
5555 0o777, regardless of state. If a read fails, you likely don't have the right
5656 permissions.
57+
58+ .. raw :: html
59+
60+ <script data-goatcounter =" https://gcsfs.goatcounter.com/count"
61+ async src =" //gc.zgo.at/count.js" ></script >
Original file line number Diff line number Diff line change 11aiohttp != 4.0.0a0 , != 4.0.0a1
22decorator > 4.1.2
3- fsspec == 2025.9 .0
3+ fsspec == 2025.10 .0
44google-auth >= 1.2
55google-auth-oauthlib
66google-cloud-storage
You can’t perform that action at this time.
0 commit comments