Skip to content

Commit 8c3879a

Browse files
committed
Prepare new release v0.22.6.
1 parent 7e683ae commit 8c3879a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
## v0.22.6
2+
3+
- Stop using baseline WASM compiler "winch" in dev-mode on MacOS. Previously loading WASM components on MacOS with `--dev` would cause a panic related to nested tokio runtimes. This increases initial-load & hot-reload times, thus isn't ideal for DevEx but better than crashing. This will require further investigation: https://github.com/trailbaseio/trailbase/issues/206.
4+
- Upon request: add re-serialization of list queries to trailbase-qs.
5+
- Update Rust and JavaScript dependencies.
6+
17
## v0.22.5
28

39
- New "--spa" command-line option for serving SPAs from `--public-dir`. Any path that doesn't look like a file/asset request, i.e. doesn't have a file extension, will fall back to `<public_dir>/index.html` to let a client-side router take over. Otherwise, navigating to non-root paths would serve 404. Thanks @takumi3488.
410
- Improve error handling and cleanup OAuth callback handling.
5-
- Internal: build queries at build-time rather than relying on lazy-statics whenvever possible.
11+
- Internal: build queries at build-time rather than relying on lazy-statics whenever possible.
612
- Update dependencies.
713

814
## v0.22.4

0 commit comments

Comments
 (0)