Prepare new release v0.21.2.

This commit is contained in:
Sebastian Jeltsch
2025-11-13 23:09:25 +01:00
parent 0d23d2425f
commit 241a6c2f18

View File

@@ -1,3 +1,10 @@
## v0.21.2
- Remove unnecessary and harmful assertions on "invariants", which may be temporarily violated while streaming in rows during schema alterations.
- Make release builds less chatty about uncaught errors in custom user WASM endpoints.
- Minor admin UI tweak: lower z-height of map to avoid rendering on top of dialogs and tooltips.
- Update Rust dependencies.
## v0.21.1
- Very minor release, mostly just improving the error message when encountering ABI incompatible WASM components.