Skip to content

Commit b2bd5c7

Browse files
committed
chore: release v0.6.3
1 parent e3f04a8 commit b2bd5c7

4 files changed

Lines changed: 28 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.3] - 2026-04-07
11+
12+
### Fixed
13+
- **plugin**: S3 dispatcher now strips query parameters from S3 requests when `fallback_key` is set — fixes SigV4 signature errors on SPA routes with query strings (e.g. OIDC `/callback?code=...`)
14+
15+
### Documentation
16+
- **plugin**: added `fallback_key` property and SPA fallback section to S3 dispatcher docs
17+
1018
## [0.6.2] - 2026-04-03
1119

1220
### Added

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [
1919
resolver = "2"
2020

2121
[workspace.package]
22-
version = "0.6.2"
22+
version = "0.6.3"
2323
edition = "2021"
2424
license = "AGPL-3.0-only"
2525
repository = "https://github.com/barbacane-dev/Barbacane"
@@ -138,15 +138,15 @@ assert_cmd = "2"
138138
predicates = "3"
139139

140140
# Workspace crates (version required for crates.io publishing)
141-
barbacane-sigv4 = { path = "crates/barbacane-sigv4", version = "0.6.2" }
142-
barbacane-compiler = { path = "crates/barbacane-compiler", version = "0.6.2" }
143-
barbacane-plugin-sdk = { path = "crates/barbacane-plugin-sdk", version = "0.6.2" }
144-
barbacane-plugin-macros = { path = "crates/barbacane-plugin-macros", version = "0.6.2" }
145-
barbacane-wasm = { path = "crates/barbacane-wasm", version = "0.6.2" }
146-
barbacane-telemetry = { path = "crates/barbacane-telemetry", version = "0.6.2" }
147-
barbacane-test = { path = "crates/barbacane-test", version = "0.6.2" }
148-
barbacane = { path = "crates/barbacane", version = "0.6.2" }
149-
barbacane-control = { path = "crates/barbacane-control", version = "0.6.2" }
141+
barbacane-sigv4 = { path = "crates/barbacane-sigv4", version = "0.6.3" }
142+
barbacane-compiler = { path = "crates/barbacane-compiler", version = "0.6.3" }
143+
barbacane-plugin-sdk = { path = "crates/barbacane-plugin-sdk", version = "0.6.3" }
144+
barbacane-plugin-macros = { path = "crates/barbacane-plugin-macros", version = "0.6.3" }
145+
barbacane-wasm = { path = "crates/barbacane-wasm", version = "0.6.3" }
146+
barbacane-telemetry = { path = "crates/barbacane-telemetry", version = "0.6.3" }
147+
barbacane-test = { path = "crates/barbacane-test", version = "0.6.3" }
148+
barbacane = { path = "crates/barbacane", version = "0.6.3" }
149+
barbacane-control = { path = "crates/barbacane-control", version = "0.6.3" }
150150

151151
[profile.dev]
152152
opt-level = 0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://github.com/barbacane-dev/barbacane/actions/workflows/ci.yml"><img src="https://github.com/barbacane-dev/barbacane/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
1111
<a href="https://docs.barbacane.dev"><img src="https://img.shields.io/badge/docs-docs.barbacane.dev-blue" alt="Documentation"></a>
1212
<img src="https://img.shields.io/badge/unit%20tests-505%20passing-brightgreen" alt="Unit Tests">
13-
<img src="https://img.shields.io/badge/plugin%20tests-682%20passing-brightgreen" alt="Plugin Tests">
13+
<img src="https://img.shields.io/badge/plugin%20tests-684%20passing-brightgreen" alt="Plugin Tests">
1414
<img src="https://img.shields.io/badge/integration%20tests-267%20passing-brightgreen" alt="Integration Tests">
1515
<img src="https://img.shields.io/badge/cli%20tests-16%20passing-brightgreen" alt="CLI Tests">
1616
<img src="https://img.shields.io/badge/ui%20tests-44%20passing-brightgreen" alt="UI Tests">

0 commit comments

Comments
 (0)