[go: up one dir, main page]

Skip to content

Tags: fsspec/adlfs

Tags

2024.7.0

Toggle 2024.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support signed urls via connection string alone (#478)

2024.4.1

Toggle 2024.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Honor the anon parameter if set (#468)

If the anon parameter is set, it should be used over any environment variables set.

2024.4.0

Toggle 2024.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
document that `credential` needs to be from azure.identity.aio (#463)

* document that `credential` needs to be from azure.identity.aio

if it's a sync credential, then the weakref.finalize call will
cause an error, close() -> None cannot be awaited.

* Update adlfs/spec.py

* Update adlfs/spec.py

---------

Co-authored-by: Tom Augspurger <tom.augspurger88@gmail.com>

2024.2.0

Toggle 2024.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AzureBlobFileSystem.url: expose response content headers for pre-sign…

…ed URLs (#451)

2024.1.0

Toggle 2024.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix recursive delete on hierarchical namespace accounts (#454)

Fix recursive delete on hierarchical namespace accounts

2023.12.0

Toggle 2023.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
callback: guard against None values (#441)

See Azure/azure-sdk-for-python#11419 (comment) on how to get
progress information.
Also related: #275 (comment) and iterative/dvc#7704.

Invalid values should not be passed to callbacks.

2023.10.0

Toggle 2023.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update changelog for 2023.10.0 (#433)

2023.9.0

Toggle 2023.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated changelog (#428)

2023.8.0

Toggle 2023.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support `max_concurrency` in `upload_blob` and `download_blob` operat…

…ions (#420)

* spec: expose max_concurrency param in blob_upload/blob_download

* prefer batch_size in batched async methods

2023.4.0

Toggle 2023.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Passing the error message along with FileNotFoundError (#410)

* Passing the error message along with Error

* Updating format

* Update path

* Revert format becoz of lint