This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryMark --data-dir/$DATA_DIR as deprecated in favor of --depot/$DEPOT.
Full changelog
- Add username parsing to CLI, i.e. users can now be specified by either email, username or id (both UUID or url-safe base64).
- Mark
--data-dir/$DATA_DIRas deprecated in favor of--depot/$DEPOT. - Add transaction/batch support to Swift client.
- Minor: fix theme switchers button style on first load. Thanks @zyrakq.
- Minor: reduce log level for CLI when not running the server.
- Update dependencies.
What's Changed
- Fix theme toggle icon showing wrong state on initial load by @zyrakq in https://github.com/trailbaseio/trailbase/pull/264
Full Changelog: https://github.com/trailbaseio/trailbase/compare/v0.31.0...v0.31.1
Breaking Changes
- `--data-dir` flag and `$DATA_DIR` env var are deprecated; use `--depot` flag and `$DEPOT` env var instead.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About TrailBase
Open, sub-millisecond, single-executable FireBase alternative with type-safe REST & realtime APIs, built-in JS/TS runtime, auth & admin UI.
Related context
Related tools
Earlier breaking changes
- v0.31.0 Batch/transaction RecordApi now returns a result for each operation, changing the API contract.
- v0.31.0 Change batch/transaction RecordApi to return per-operation result, breaking existing clients.
- v0.28.0 Switches from SQLite-specific ConflictResolutionStrategy to ISO upsert clauses.
- v0.28.0 Removes ROLLBACK and FAIL conflict resolution strategies during record insertions.
- v0.27.8 RecordApis, schema manipulations, and many tests are broken.
Beta — feedback welcome: [email protected]