You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.1] - 2026-02-27
11
+
12
+
### Fixed
13
+
14
+
-**Playground gateway**: switched from `barbacane` to `barbacane-standalone` image so the gateway binary includes the wildcard path parameter fix; `barbacane:latest` on GHCR was built from a stale builder layer missing PR #35, causing single-segment `{param+}` wildcards (e.g. `/assets/welcome.txt`) to return 400 instead of routing correctly
15
+
-**Playground healthcheck**: replaced `wget` (unavailable in the distroless `barbacane` image) with `bash /dev/tcp` so the container reaches healthy status
16
+
-**Router test coverage**: added missing test case for `/{static}/{param}/{wildcard+}` with a single-segment wildcard value
17
+
10
18
## [0.2.0] - 2026-02-27
11
19
12
20
### Added
@@ -375,7 +383,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments