Skip to content

Commit a3a5552

Browse files
chore(main): release 0.6.3 (#101)
Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com>
1 parent 43a1781 commit a3a5552

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.6.3"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.6.3](https://github.com/developmentseed/multistore/compare/v0.6.2...v0.6.3) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* **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))
10+
* 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))
11+
312
## [0.6.2](https://github.com/developmentseed/multistore/compare/v0.6.1...v0.6.2) (2026-06-27)
413

514

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default-members = [
2424
resolver = "2"
2525

2626
[workspace.package]
27-
version = "0.6.2"
27+
version = "0.6.3"
2828
edition = "2021"
2929
license = "MIT"
3030

@@ -104,10 +104,10 @@ console_error_panic_hook = "0.1.7"
104104
lambda_http = "0.13"
105105

106106
# Internal crates
107-
multistore = { path = "crates/core", version = "0.6.2" }
108-
multistore-static-config = { path = "crates/static-config", version = "0.6.2" }
109-
multistore-sts = { path = "crates/sts", version = "0.6.2" }
110-
multistore-metering = { path = "crates/metering", version = "0.6.2" }
111-
multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.2" }
112-
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.2" }
113-
multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.2" }
107+
multistore = { path = "crates/core", version = "0.6.3" }
108+
multistore-static-config = { path = "crates/static-config", version = "0.6.3" }
109+
multistore-sts = { path = "crates/sts", version = "0.6.3" }
110+
multistore-metering = { path = "crates/metering", version = "0.6.3" }
111+
multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.3" }
112+
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.3" }
113+
multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.3" }

0 commit comments

Comments
 (0)