added basic fields wildcard support

This commit is contained in:
Gani Georgiev
2023-08-23 20:50:36 +03:00
parent ff6904f1f8
commit cdbe6d78d3
3 changed files with 91 additions and 0 deletions
+2
View File
@@ -59,6 +59,8 @@
- Skip API `fields` json transformations for non 20x responses ([#3176](https://github.com/pocketbase/pocketbase/issues/3176)).
- (@todo docs) Added `fields` wildcard (`*`) support.
- (@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_).