[#3176] skip fields query param transformations for non 20x responses

This commit is contained in:
Gani Georgiev
2023-08-23 16:47:02 +03:00
parent 04826ba588
commit bc0222dcb4
3 changed files with 60 additions and 18 deletions
+2
View File
@@ -57,6 +57,8 @@
- Fill the `LastVerificationSentAt` and `LastResetSentAt` fields only after a successfull email send ([#3121](https://github.com/pocketbase/pocketbase/issues/3121)).
- Skip API `fields` json transformations for non 20x responses ([#3176](https://github.com/pocketbase/pocketbase/issues/3176)).
- (@todo docs) Added new "Strip urls domain" `editor` field option to allow controlling the default TinyMCE imported urls behavior (_default to `false` for new content_).
- Reduced the default JSVM prewarmed pool size to 25 to reduce the initial memory consumptions (_you can manually adjust the pool size with `--hooksPool=50` if you need to, but the default should suffice for most cases_).