Skip to content

Commit a08e0dc

Browse files
chore(main): release 0.6.4 (#110)
Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com>
1 parent 094f64c commit a08e0dc

3 files changed

Lines changed: 19 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.3"
2+
".": "0.6.4"
33
}

CHANGELOG.md

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

3+
## [0.6.4](https://github.com/developmentseed/multistore/compare/v0.6.3...v0.6.4) (2026-07-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** gate smoke tests on a secrets-dependent readiness probe ([#107](https://github.com/developmentseed/multistore/issues/107)) ([7f8823a](https://github.com/developmentseed/multistore/commit/7f8823a7905d57ffe41025cc732c0e1897dc526c))
9+
* **core:** byte-faithful, consistently validated object keys across all backend paths ([#108](https://github.com/developmentseed/multistore/issues/108)) ([094f64c](https://github.com/developmentseed/multistore/commit/094f64c72c181078c84d02e26cd36029025c1fc7))
10+
* **core:** percent-encode object keys in raw-signed backend URLs ([#105](https://github.com/developmentseed/multistore/issues/105)) ([c03d7a4](https://github.com/developmentseed/multistore/commit/c03d7a49358cd2d463d09c036588d1ab3c3505b4))
11+
* **deps:** upgrade quick-xml to 0.41 for RUSTSEC-2026-0194/0195 ([#106](https://github.com/developmentseed/multistore/issues/106)) ([5beb307](https://github.com/developmentseed/multistore/commit/5beb30788f23bb59ffe62bc5ebd0391a3f235388))
12+
313
## [0.6.3](https://github.com/developmentseed/multistore/compare/v0.6.2...v0.6.3) (2026-07-01)
414

515

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.3"
27+
version = "0.6.4"
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.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" }
107+
multistore = { path = "crates/core", version = "0.6.4" }
108+
multistore-static-config = { path = "crates/static-config", version = "0.6.4" }
109+
multistore-sts = { path = "crates/sts", version = "0.6.4" }
110+
multistore-metering = { path = "crates/metering", version = "0.6.4" }
111+
multistore-cf-workers = { path = "crates/cf-workers", version = "0.6.4" }
112+
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.6.4" }
113+
multistore-path-mapping = { path = "crates/path-mapping", version = "0.6.4" }

0 commit comments

Comments
 (0)