From 6bd3995934ac2f9d84e169eee4b0fdb0804f097a Mon Sep 17 00:00:00 2001 From: "ds-release-bot[bot]" <116609932+ds-release-bot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:28:39 +0000 Subject: [PATCH] chore(main): release 0.6.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Cargo.toml | 16 ++++++++-------- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf5f1fb..7e23a4f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b908b1..2b4d1f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.6.3](https://github.com/developmentseed/multistore/compare/v0.6.2...v0.6.3) (2026-07-01) + + +### Bug Fixes + +* bound buffered-op body size and fail closed on classifier over-match ([#102](https://github.com/developmentseed/multistore/issues/102)) ([06ac75b](https://github.com/developmentseed/multistore/commit/06ac75b49c8429ec738fc2f48314a81cd9a8d402)) +* **cf-workers:** sign the encoded request path; harden the signing-path contract ([#103](https://github.com/developmentseed/multistore/issues/103)) ([43a1781](https://github.com/developmentseed/multistore/commit/43a1781caca6f4997b9595cd4604d8971d398c45)) +* eliminate cross-request body I/O on multipart & batch-delete writes ([#100](https://github.com/developmentseed/multistore/issues/100)) ([60b4278](https://github.com/developmentseed/multistore/commit/60b4278f07bd2745e0be19c23c9260f9366a6c9c)) + ## [0.6.2](https://github.com/developmentseed/multistore/compare/v0.6.1...v0.6.2) (2026-06-27) diff --git a/Cargo.toml b/Cargo.toml index a27c9ce..8efe2c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ default-members = [ resolver = "2" [workspace.package] -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "MIT" @@ -104,10 +104,10 @@ console_error_panic_hook = "0.1.7" lambda_http = "0.13" # Internal crates -multistore = { path = "crates/core", version = "0.6.2" } -multistore-static-config = { path = "crates/static-config", version = "0.6.2" } -multistore-sts = { path = "crates/sts", version = "0.6.2" } -multistore-metering = { path = "crates/metering", version = "0.6.2" } -multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.2" } -multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.2" } -multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.2" } +multistore = { path = "crates/core", version = "0.6.3" } +multistore-static-config = { path = "crates/static-config", version = "0.6.3" } +multistore-sts = { path = "crates/sts", version = "0.6.3" } +multistore-metering = { path = "crates/metering", version = "0.6.3" } +multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.3" } +multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.3" } +multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.3" }