|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## [0.7.0] - 2025-06-25 |
| 6 | + |
| 7 | +### New Features :magic_wand: |
| 8 | + |
| 9 | +- Support anonymous GCS connections by @kylebarron in https://github.com/developmentseed/obstore/pull/404 |
| 10 | +- Support default headers in client options by @kylebarron in https://github.com/developmentseed/obstore/pull/427 |
| 11 | +- Validate that obstore implements the obspec API by @kylebarron in https://github.com/developmentseed/obstore/pull/461 |
| 12 | +- Allow passing credential providers in to fsspec wrapper by @kylebarron in https://github.com/developmentseed/obstore/pull/396 |
| 13 | +- feat: Improve NASA Earthdata credential providers by @chuckwondo in https://github.com/developmentseed/obstore/pull/472 |
| 14 | +- feat: Deprecate custom NotFoundError in favor of built-in FileNotFoundError by @kylebarron in https://github.com/developmentseed/obstore/pull/487 |
| 15 | + |
5 | 16 | ### Breaking changes :wrench: |
6 | 17 |
|
7 | | -- `obstore.auth.AzureCredentialProvider` (and `obstore.auth.AzureAsyncCredentialProvider`) removed some attributes that were previously accidentally public. Also, `scopes` and `tenant_id` parameters in the `__init__` of those two classes are now keyword-only parameters. |
| 18 | +- `obstore.auth.AzureCredentialProvider` (and `obstore.auth.AzureAsyncCredentialProvider`) removed some attributes that were previously accidentally public. Also, `scopes` and `tenant_id` parameters in the `__init__` of those two classes are now keyword-only parameters. by @kylebarron in https://github.com/developmentseed/obstore/pull/442 |
| 19 | + |
| 20 | +### Bug fixes :bug: |
| 21 | + |
| 22 | +- Remove `@staticmethod` from credential provider type annotations by @kylebarron in https://github.com/developmentseed/obstore/pull/446 |
| 23 | +- Enable accessing `meta`, `range`, and `attributes` after reading `GetResult` payload by @kylebarron in https://github.com/developmentseed/obstore/pull/440 |
| 24 | +- Ensure we always release the GIL before calling `tokio::Runtime::block_on` by @kylebarron in https://github.com/developmentseed/obstore/pull/451 |
| 25 | +- fix: AzureStore creation by HTTPS url by @kylebarron in https://github.com/developmentseed/obstore/pull/481 |
| 26 | + |
| 27 | +### Documentation :book: |
| 28 | + |
| 29 | +- docs: Add Zarr example to docs by @kylebarron in https://github.com/developmentseed/obstore/pull/468 |
| 30 | +- docs: stream-zip example by @kylebarron in https://github.com/developmentseed/obstore/pull/470 |
| 31 | +- fix: docs for json.loads(bytes) by @gadomski in https://github.com/developmentseed/obstore/pull/432 |
| 32 | + |
| 33 | +### Other |
| 34 | + |
| 35 | +- Include `object_store` version and source in Python dist by @kylebarron in https://github.com/developmentseed/obstore/pull/408 |
| 36 | + |
| 37 | +### New Contributors |
| 38 | + |
| 39 | +- @emmanuel-ferdman made their first contribution in https://github.com/developmentseed/obstore/pull/410 |
| 40 | +- @gadomski made their first contribution in https://github.com/developmentseed/obstore/pull/432 |
| 41 | +- @chuckwondo made their first contribution in https://github.com/developmentseed/obstore/pull/454 |
| 42 | + |
| 43 | +**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.6.0...py-v0.7.0 |
8 | 44 |
|
9 | 45 | ## [0.6.0] - 2025-03-24 |
10 | 46 |
|
|
0 commit comments