Prepare new release v0.16.2.

This commit is contained in:
Sebastian Jeltsch
2025-08-08 01:04:34 +02:00
parent e6cabbf01c
commit 524cb0f239

View File

@@ -1,3 +1,9 @@
## v0.16.2
* Fix regression allowing record updates to alter the primary key. In rare setups, this could be abused. For example, a primary key column referencing `_user(id)` would have allowed users to sign their records over to other users. Now covered by tests.
* Break up input (lazy-)params into separate insert & update params to simplify the individual paths.
* Update dependencies.
## v0.16.1
* Fix cleanup of pending file deletions and add comprehensive tests.