| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| trailbase_v0.25.3_x86_64_windows.zip | 2026-03-31 | 23.0 MB | |
| trailbase_v0.25.3_x86_64_linux.zip | 2026-03-31 | 24.4 MB | |
| trailbase_v0.25.3_arm64_linux.zip | 2026-03-31 | 22.0 MB | |
| trailbase_v0.25.3_wasm_auth_ui.zip | 2026-03-31 | 342.1 kB | |
| README.md | 2026-03-31 | 940 Bytes | |
| v0.25.3 source code.tar.gz | 2026-03-31 | 4.7 MB | |
| v0.25.3 source code.zip | 2026-03-31 | 5.4 MB | |
| Totals: 7 Items | 79.9 MB | 0 | |
- Concurrent
SELECTs for WASM guests. - The guest APIs don't distinguish between reads and writes, hence everything was assumed to be potentially mutating.
- We're now "pre-parsing" queries to handle
SELECTs andATTACH/DETACH DATABASEspecially and multiplex to multiple connections. - Stricter
Content-Typehandling and some preparations for supporting more encodings. This is part of an exploration to support Avro. - Fix JSON schemas for nullable JSON and expanded foreign key columns.
- Add JSON input/output validation to record APIs in debug builds.
- Update dependencies.
What's Changed
- Blog example: Increase Node version to 22 in Dockerfile by @yguenduez in https://github.com/trailbaseio/trailbase/pull/224
New Contributors
- @yguenduez made their first contribution in https://github.com/trailbaseio/trailbase/pull/224
Full Changelog: https://github.com/trailbaseio/trailbase/compare/v0.25.2...v0.25.3