github trailbaseio/trailbase v0.26.3

10 hours ago
  • Make trailbase-sqlite's abstractions less leaky, i.e. don't depend on rusqlite's internals as much. This is a pre-requisite if we wanted to support other drivers and DBs.
  • Fix and clean-up trailbase-sqlite's execution engine.
  • Update clients across all languages to automatically "log out" on token refresh when a 401 (Unauthorized) error is received.
  • Stricter "read-only" query filtering for WASM guests. Sqlean's SELECT define() statements are actually mutating. Maybe it's time to remove sqlean. It predates JS and WASM components and may have overstayed its welcome.
  • Allow loading *.wasm components from symlinks.
  • Tweak auth-ui's profile page to properly clean-up invalid cookie tokens.
  • Fix a few small issues with the blog example.
  • Update dependencies.

Full Changelog: v0.26.2...v0.26.3

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.