- 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 #224
New Contributors
- @yguenduez made their first contribution in #224
Full Changelog: v0.25.2...v0.25.3