From 00286291369d3f9fe1ce78955523397b3354b65f Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 21 Aug 2026 19:31:10 -0400 Subject: [PATCH] chore: Prepare 0.11.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- obstore/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c47cb3..9d3c821d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 38f372e4..2ba6b24b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "obstore" -version = "0.11.0" +version = "0.11.1" dependencies = [ "arrow", "bytes", diff --git a/obstore/Cargo.toml b/obstore/Cargo.toml index 06b59cda..21a01e35 100644 --- a/obstore/Cargo.toml +++ b/obstore/Cargo.toml @@ -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."