File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.3.1 "
2+ "." : " 0.4.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.0] ( https://github.com/developmentseed/multistore/compare/v0.3.1...v0.4.0 ) (2026-04-07)
4+
5+
6+ ### Features
7+
8+ * ** oidc:** support multiple signing keys ([ #26 ] ( https://github.com/developmentseed/multistore/issues/26 ) ) ([ ead26d8] ( https://github.com/developmentseed/multistore/commit/ead26d8a5e5290492ed8b3fd93a4b9573ff03d64 ) )
9+
310## [ 0.3.1] ( https://github.com/developmentseed/multistore/compare/v0.3.0...v0.3.1 ) (2026-03-31)
411
512
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ default-members = [
2424resolver = " 2"
2525
2626[workspace .package ]
27- version = " 0.3.1 "
27+ version = " 0.4.0 "
2828edition = " 2021"
2929license = " MIT"
3030
@@ -100,10 +100,10 @@ console_error_panic_hook = "0.1.7"
100100lambda_http = " 0.13"
101101
102102# Internal crates
103- multistore = { path = " crates/core" , version = " 0.3.1 " }
104- multistore-static-config = { path = " crates/static-config" , version = " 0.3.1 " }
105- multistore-sts = { path = " crates/sts" , version = " 0.3.1 " }
106- multistore-metering = { path = " crates/metering" , version = " 0.3.1 " }
107- multistore-cf-workers = { path = " crates/cf-workers" , version = " 0.3.1 " }
108- multistore-oidc-provider = { path = " crates/oidc-provider" , version = " 0.3.1 " }
109- multistore-path-mapping = { path = " crates/path-mapping" , version = " 0.3.1 " }
103+ multistore = { path = " crates/core" , version = " 0.4.0 " }
104+ multistore-static-config = { path = " crates/static-config" , version = " 0.4.0 " }
105+ multistore-sts = { path = " crates/sts" , version = " 0.4.0 " }
106+ multistore-metering = { path = " crates/metering" , version = " 0.4.0 " }
107+ multistore-cf-workers = { path = " crates/cf-workers" , version = " 0.4.0 " }
108+ multistore-oidc-provider = { path = " crates/oidc-provider" , version = " 0.4.0 " }
109+ multistore-path-mapping = { path = " crates/path-mapping" , version = " 0.4.0 " }
You can’t perform that action at this time.
0 commit comments