Skip to content

Commit 520660f

Browse files
authored
chore: Bump to 0.10 (#708)
1 parent 80fc3e9 commit 520660f

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## Unreleased
44

5+
## [0.10.0] - 2026-06-01
6+
7+
* feat: Add storage class Attribute by @kylebarron in https://github.com/developmentseed/obstore/pull/685
8+
* feat: Add type hints for AWS STS WebIdentity, RoleArn, RoleSession by @kylebarron in https://github.com/developmentseed/obstore/pull/687
9+
* feat: Add EKS pod identity support by @kylebarron in https://github.com/developmentseed/obstore/pull/688
10+
* docs: Improve wording for HTTP client options by @kylebarron in https://github.com/developmentseed/obstore/pull/689
11+
* feat: Allow explicitly specifying GCS base url by @kylebarron in https://github.com/developmentseed/obstore/pull/690
12+
* docs: Docs for backend bulk delete support by @kylebarron in https://github.com/developmentseed/obstore/pull/691
13+
* feat: Support randomizing DNS addresses in client config by @kylebarron in https://github.com/developmentseed/obstore/pull/692
14+
* docs: Add some examples to aws config options by @kylebarron in https://github.com/developmentseed/obstore/pull/693
15+
* docs: Allow AWS_ENDPOINT_URL_S3 by @kylebarron in https://github.com/developmentseed/obstore/pull/694
16+
* docs: Allow string "requester" for requester_pays on AWS by @kylebarron in https://github.com/developmentseed/obstore/pull/695
17+
* docs: Expose `read_timeout` client config by @kylebarron in https://github.com/developmentseed/obstore/pull/696
18+
* docs: AWS CRC64 checksum support by @kylebarron in https://github.com/developmentseed/obstore/pull/697
19+
* docs: Improve docs on http client timeout by @kylebarron in https://github.com/developmentseed/obstore/pull/698
20+
* chore: Update azure url parsing by @kylebarron in https://github.com/developmentseed/obstore/pull/699
21+
* docs: Remove AWS dynamo integration for conditional put by @kylebarron in https://github.com/developmentseed/obstore/pull/700
22+
* feat: Make ObjectStoreMethods public, update docs by @kylebarron in https://github.com/developmentseed/obstore/pull/701
23+
24+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.9.5...py-v0.10.0
25+
526
## [0.9.5] - 2026-05-20
627

728
### What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

obstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "obstore"
3-
version = "0.9.5"
3+
version = "0.10.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."

0 commit comments

Comments
 (0)