Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

## [0.11.1] - 2026-08-21

### What's Changed

* perf: Reduce memory overhead for multipart uploads by @kylebarron in https://github.com/developmentseed/obstore/pull/771
* fix: expose s3-specific endpoint config by @Guflly in https://github.com/developmentseed/obstore/pull/760
* feat: Support R2 URLs with jurisdictions by @Kharacternyk in https://github.com/developmentseed/obstore/pull/757

### New Contributors

* @Guflly made their first contribution in https://github.com/developmentseed/obstore/pull/760
* @Kharacternyk made their first contribution in https://github.com/developmentseed/obstore/pull/757

**Full Changelog**: https://github.com/developmentseed/obstore/compare/py-v0.11.0...py-v0.11.1

## [0.11.0] - 2026-06-25

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion obstore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "obstore"
version = "0.11.0"
version = "0.11.1"
authors = { workspace = true }
edition = { workspace = true }
description = "The simplest, highest-throughput interface to Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2."
Expand Down
Loading