Prepare new release v0.15.5.

This commit is contained in:
Sebastian Jeltsch
2025-07-18 12:39:19 +02:00
parent d198b40ebf
commit 19c91e837b
+8
View File
@@ -1,3 +1,11 @@
## v0.15.5
* Check out the [TanStack/db](https://github.com/TanStack/db) sync engine, which now officially supports TrailBase 🥳.
* Prevent schema alterations from invalidating Record API configuration, fix up renamed table and error when dropping referenced columns.
* Add dry-run to all the schema altering admin handlers.
* Fix: add missing symlink to assets.
* Update dependencies.
## v0.15.4
* Stricter JSON conversion and better errors for record APIs.