github trailbaseio/trailbase v0.25.3

5 hours ago
  • 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 and ATTACH/DETACH DATABASE specially and multiplex to multiple connections.
  • Stricter Content-Type handling 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 #224

New Contributors

Full Changelog: v0.25.2...v0.25.3

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.