Skip to content

Commit 894fe9a

Browse files
chore(main): release 0.3.0
1 parent cdb1923 commit 894fe9a

3 files changed

Lines changed: 24 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/developmentseed/multistore/compare/v0.2.0...v0.3.0) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* **cf-workers:** streamline response handling and header conversion ([80f8543](https://github.com/developmentseed/multistore/commit/80f8543122a43367f1341329eb7d57104692bcb3))
9+
* **core:** support ListObjectsV1 ([1d61dfc](https://github.com/developmentseed/multistore/commit/1d61dfc401110776e53be80ace1dfd0bf2bb793c))
10+
* **path-mapping:** add more convenience tooling ([9c4f5bb](https://github.com/developmentseed/multistore/commit/9c4f5bbb84d903845f50af059efcc55288a788b9))
11+
12+
13+
### Bug Fixes
14+
15+
* **cf-workers:** disable retry on buckets to avoid WASM panic ([804b0bb](https://github.com/developmentseed/multistore/commit/804b0bb9903b3c958f0f50f78de53fe934270ce9))
16+
* **core:** support custom backend response headers ([a5c5b9f](https://github.com/developmentseed/multistore/commit/a5c5b9f794fd113b66df11d0302c0490b02b6160))
17+
318
## [0.2.0](https://github.com/developmentseed/multistore/compare/multistore-v0.1.1...multistore-v0.2.0) (2026-03-19)
419

520

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.2.0"
27+
version = "0.3.0"
2828
edition = "2021"
2929
license = "MIT"
3030

@@ -100,10 +100,10 @@ console_error_panic_hook = "0.1.7"
100100
lambda_http = "0.13"
101101

102102
# Internal crates
103-
multistore = { path = "crates/core", version = "0.2.0" }
104-
multistore-static-config = { path = "crates/static-config", version = "0.2.0" }
105-
multistore-sts = { path = "crates/sts", version = "0.2.0" }
106-
multistore-metering = { path = "crates/metering", version = "0.2.0" }
107-
multistore-cf-workers = { path = "crates/cf-workers", version = "0.2.0" }
108-
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.2.0" }
109-
multistore-path-mapping = { path = "crates/path-mapping", version = "0.2.0" }
103+
multistore = { path = "crates/core", version = "0.3.0" }
104+
multistore-static-config = { path = "crates/static-config", version = "0.3.0" }
105+
multistore-sts = { path = "crates/sts", version = "0.3.0" }
106+
multistore-metering = { path = "crates/metering", version = "0.3.0" }
107+
multistore-cf-workers = { path = "crates/cf-workers", version = "0.3.0" }
108+
multistore-oidc-provider = { path = "crates/oidc-provider", version = "0.3.0" }
109+
multistore-path-mapping = { path = "crates/path-mapping", version = "0.3.0" }

0 commit comments

Comments
 (0)