mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-08 02:40:19 -06:00
Prepare new release v0.20.1.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user