Ossfs

Latest version: v2023.12.0

Safety actively analyzes 622894 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2023.12.0

What's Changed
* Bump fsspec from 2023.6.0 to 2023.9.2 by dependabot in https://github.com/fsspec/ossfs/pull/139
* deps: unpin fsspec by efiop in https://github.com/fsspec/ossfs/pull/137
* deps: unpin aiooss2 by efiop in https://github.com/fsspec/ossfs/pull/150

New Contributors
* efiop made their first contribution in https://github.com/fsspec/ossfs/pull/137

**Full Changelog**: https://github.com/fsspec/ossfs/compare/2023.8.0...2023.12.0

2023.8.0

What's Changed
* Bump requests from 2.30.0 to 2.31.0 by dependabot in https://github.com/fsspec/ossfs/pull/126
* Bump fsspec from 2023.5.0 to 2023.6.0 by dependabot in https://github.com/fsspec/ossfs/pull/131
* Bump oss2 from 2.17.0 to 2.18.0 by dependabot in https://github.com/fsspec/ossfs/pull/130
* Bump oss2 from 2.18.0 to 2.18.1 by dependabot in https://github.com/fsspec/ossfs/pull/132
* asyncfs: don't pass callback to _call_oss by skshetry in https://github.com/fsspec/ossfs/pull/134


**Full Changelog**: https://github.com/fsspec/ossfs/compare/2023.5.0...2023.8.0

2023.5.0

What's Changed
* Fix typo error by karajan1001 in https://github.com/fsspec/ossfs/pull/118
* Bump requests from 2.28.2 to 2.29.0 by dependabot in https://github.com/fsspec/ossfs/pull/119
* Rewrite test fixture by karajan1001 in https://github.com/fsspec/ossfs/pull/123
* Bump requests from 2.29.0 to 2.30.0 by dependabot in https://github.com/fsspec/ossfs/pull/125
* Bump fsspec from 2023.4.0 to 2023.5.0 by dependabot in https://github.com/fsspec/ossfs/pull/124


**Full Changelog**: https://github.com/fsspec/ossfs/compare/2023.4.0...2023.5.0

2023.4.0

What's Changed
* Update test bucket move to my personal account by karajan1001 in https://github.com/fsspec/ossfs/pull/87
* Add a new secret anonymous bucket name by karajan1001 in https://github.com/fsspec/ossfs/pull/89
* Bump fsspec from 2023.3.0 to 2023.4.0 by dependabot in https://github.com/fsspec/ossfs/pull/88
* Seperate OSSFile from core to file.py by karajan1001 in https://github.com/fsspec/ossfs/pull/102
* Add class AioOSSFileSystem and extract public method from `OSSFileSystem` to `BaseOSSFileSystem` by karajan1001 in https://github.com/fsspec/ossfs/pull/103
* Implement async version of ls by karajan1001 in https://github.com/fsspec/ossfs/pull/104
* implemenmt `info` related methods in `AioOSSFileSystem` by karajan1001 in https://github.com/fsspec/ossfs/pull/106
* Add `put` and `get` to `AioOSSFileSystem` by karajan1001 in https://github.com/fsspec/ossfs/pull/107
* Implement `find` related operations in the `AioOSSFileSystem` by karajan1001 in https://github.com/fsspec/ossfs/pull/108
* Implement `remove` related operations in `AioOSSFileSystem` by karajan1001 in https://github.com/fsspec/ossfs/pull/109
* Implement `copy` related operations for the AysncOSSFileSystem by karajan1001 in https://github.com/fsspec/ossfs/pull/110
* Add file support for the Async OSSFileSystem by karajan1001 in https://github.com/fsspec/ossfs/pull/111
* Implement `pipe` related operations in the `AysncOSSFileSystem` by karajan1001 in https://github.com/fsspec/ossfs/pull/112
* Implement cat related operations in the AysncOSSFileSystem by karajan1001 in https://github.com/fsspec/ossfs/pull/113
* Add benchmarks to compare the performance of sync and async version of OSS by karajan1001 in https://github.com/fsspec/ossfs/pull/115
* Update documents by karajan1001 in https://github.com/fsspec/ossfs/pull/117


**Full Changelog**: https://github.com/fsspec/ossfs/compare/2023.3.0...2023.4.0

2023.3.0

What's Changed
* Bump requests from 2.25.1 to 2.28.1 by dependabot in https://github.com/fsspec/ossfs/pull/69
* Bump aliyun-python-sdk-sts from 3.0.2 to 3.1.0 by dependabot in https://github.com/fsspec/ossfs/pull/68
* update template by github-actions in https://github.com/fsspec/ossfs/pull/74
* Bump fsspec from 2022.11.0 to 2023.1.0 by dependabot in https://github.com/fsspec/ossfs/pull/73
* Bump requests from 2.28.1 to 2.28.2 by dependabot in https://github.com/fsspec/ossfs/pull/72
* update template by github-actions in https://github.com/fsspec/ossfs/pull/77
* update template by github-actions in https://github.com/fsspec/ossfs/pull/78
* Bump oss2 from 2.16.0 to 2.17.0 by dependabot in https://github.com/fsspec/ossfs/pull/81
* Bump aliyun-python-sdk-sts from 3.1.0 to 3.1.1 by dependabot in https://github.com/fsspec/ossfs/pull/80
* Bump fsspec from 2023.1.0 to 2023.3.0 by dependabot in https://github.com/fsspec/ossfs/pull/79
* Update test bucket move to my personal account by karajan1001 in https://github.com/fsspec/ossfs/pull/83

New Contributors
* dependabot made their first contribution in https://github.com/fsspec/ossfs/pull/69
* github-actions made their first contribution in https://github.com/fsspec/ossfs/pull/74

**Full Changelog**: https://github.com/fsspec/ossfs/compare/2023.1.0...2023.3.0

2023.1.0

What's Changed
* 2021.8.0 by karajan1001 in https://github.com/fsspec/ossfs/pull/55
* Middle layer to manage Request Exceptions by karajan1001 in https://github.com/fsspec/ossfs/pull/57
* ci: fix ci failure(58) by karajan1001 in https://github.com/fsspec/ossfs/pull/59
* Test on Python 3.11 by skshetry in https://github.com/fsspec/ossfs/pull/62
* Drop python3.6 support by karajan1001 in https://github.com/fsspec/ossfs/pull/66
* Bump pre commit version to a newer version. by karajan1001 in https://github.com/fsspec/ossfs/pull/64
* use py-template for CI by karajan1001 in https://github.com/fsspec/ossfs/pull/67
* Update url by karajan1001 in https://github.com/fsspec/ossfs/pull/70
* Update url by karajan1001 in https://github.com/fsspec/ossfs/pull/71


**Full Changelog**: https://github.com/fsspec/ossfs/compare/2021.8.0...2023.1.0

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.