Skip to content

Commit

Permalink
changelog (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Mar 18, 2024
1 parent ffe56bd commit 0e113eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog
Note: in some releases, there are no changes, because we always guarantee relasing in step
with fsspec.

2024.3.1
--------

* fix expiration= for sign() (#613)
* do populate dircache in ls() (#612)
* allow passing extra options to mkdir (#610)
* credentials docs (#609)
* retry in bulk rm (#608)
* clean up loop on close (#606)

2024.2.0
--------

Expand Down
2 changes: 0 additions & 2 deletions gcsfs/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,6 @@ def test_request_header(gcs):


def test_user_project_fallback_google_default(monkeypatch):
import fsspec

monkeypatch.setattr(gcsfs.core, "DEFAULT_PROJECT", "my_default_project")
monkeypatch.setattr(fsspec.config, "conf", {})
monkeypatch.setattr(
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp!=4.0.0a0, !=4.0.0a1
decorator>4.1.2
fsspec==2024.2.0
fsspec==2024.3.1
google-auth>=1.2
google-auth-oauthlib
google-cloud-storage
Expand Down

0 comments on commit 0e113eb

Please sign in to comment.