Prepare new release v0.20.1.

This commit is contained in:
Sebastian Jeltsch
2025-10-23 10:34:42 +02:00
parent 59360759cf
commit b45ae6875f

View File

@@ -1,3 +1,9 @@
## v0.20.1
- Fix issue with stale, cached query results in admin SQL editor. The internal representation of SQL values changed with v0.20.0, which means the UI can no longer render the old format. Consequently, the editor could get into an error state that could only be recovered from by deleting the Browser's respective local storage. This update introduces an error boundary that lets users recover by re-executing the query to fetch data in the new format.
- Don't cache static `/_/admin/index.html` asset.
- Update Rust dependencies.
## v0.20.0
- Model types more closely after SQLite's and derive an affinity type. We use it to parse `ANY` columns in the admin UI.