Prepare new release v0.26.9.

This commit is contained in:
Sebastian Jeltsch
2026-05-05 22:12:33 +02:00
parent 62f44d433a
commit fae64a296c
+7
View File
@@ -1,3 +1,10 @@
## v0.26.9
- Enable custom WASM SQLite extension functions in multi-DB migrations.
- Apply migrations asynchronously to further untangle DB implementation from execution model.
- Improve error handling and simplify bespoke initialization order of DB connection.
- Update dependencies.
## v0.26.8
- Add two new SQL connection types: a postgres one and a polymorphic one with runtime dispatch.