Prepare new release v0.14.8.

This commit is contained in:
Sebastian Jeltsch
2025-07-10 15:52:32 +02:00
parent 3bb1a5b5eb
commit 802ea83022

View File

@@ -1,3 +1,10 @@
## v0.14.8
* Add an `$is` operator for filtering records. Allows filltering by `NULL` and `!NULL`.
* Add optional `--public-url` CLI argument and push responsibility of handling absent `site_url` down the stack to OAuth and Email components for more appropriate fallbacks.
* Documentation fixes around getting started with docker and relations.
* Update dependencies.
## v0.14.7
* Allow setting up multiple record APIs per `TABLE` or `VIEW` from with the admin UI. Previously, this was only available manually.