Skip to content

Commit 351c409

Browse files
authored
docs: Update Changelog for 0.7 release (#491)
1 parent ef1a4b5 commit 351c409

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,45 @@
22

33
## Unreleased
44

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+
516
### Breaking changes :wrench:
617

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
844

945
## [0.6.0] - 2025-03-24
1046

0 commit comments

Comments
 (0)