1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-27 16:28:27 +02:00

updated changelog

This commit is contained in:
Gani Georgiev
2025-04-15 21:56:22 +03:00
parent 0876413d87
commit c7ebd68a92

View File

@@ -1,4 +1,4 @@
## v0.27.0 (WIP)
## v0.27.0
- ⚠️ Moved the Create and Manage API rule checks out of the `OnRecordCreateRequest` hook finalizer, **aka. now all CRUD API rules are checked BEFORE triggering their corresponding `*Request` hook**.
This was done to minimize the confusion regarding the firing order of the request operations, making it more predictable and consistent with the other record List/View/Update/Delete request actions.