Skip to content

Commit 563d519

Browse files
authored
chore: Bump obstore to 0.11 (#740)
1 parent 3c9afec commit 563d519

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.11.0] - 2026-06-25
6+
7+
### What's Changed
8+
9+
* chore: Bump object_store to 0.14 in pyo3-object_store by @kylebarron in https://github.com/developmentseed/obstore/pull/729
10+
* chore: Reflect upstream #711 by @kylebarron in https://github.com/developmentseed/obstore/pull/732
11+
* feat: Add option to disable bulk delete for AWS by @kylebarron in https://github.com/developmentseed/obstore/pull/733
12+
* feat: Config option to choose azure credential type by @kylebarron in https://github.com/developmentseed/obstore/pull/734
13+
* feat: Support Azure customer provided keys by @kylebarron in https://github.com/developmentseed/obstore/pull/735
14+
* feat: GCS explicit bearer token by @kylebarron in https://github.com/developmentseed/obstore/pull/737
15+
* chore: Bump obstore to use object_store 0.14 by @kylebarron in https://github.com/developmentseed/obstore/pull/738
16+
* feat: Expose proxy and custom-CA client options by @louisnow in https://github.com/developmentseed/obstore/pull/724
17+
18+
### New Contributors
19+
20+
* @louisnow made their first contribution in https://github.com/developmentseed/obstore/pull/724
21+
22+
**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.10.1...py-v0.11.0
23+
524
### What's Changed
625

726
* feat: Expose `proxy_excludes`, `proxy_ca_certificate`, and `root_certificate` client options

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.10.1"
3+
version = "0.11.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)