Skip to content

Commit 45953e2

Browse files
authored
changelog (#706)
1 parent 3d51c17 commit 45953e2

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

docs/source/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ API
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>

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Changelog
44
Note: in some releases, there are no changes, because we always guarantee
55
releasing 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+
715
2025.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>

docs/source/developer.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ as setting your default google credentials (or providing them via the
2323
fsspec 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>

docs/source/fuse.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp!=4.0.0a0, !=4.0.0a1
22
decorator>4.1.2
3-
fsspec==2025.9.0
3+
fsspec==2025.10.0
44
google-auth>=1.2
55
google-auth-oauthlib
66
google-cloud-storage

0 commit comments

Comments
 (0)