regenerated jsvm types and bumped app version

This commit is contained in:
Gani Georgiev
2026-01-18 18:53:03 +02:00
parent 65750bca8d
commit 8e3f0f2e32
32 changed files with 4129 additions and 4120 deletions

View File

@@ -1,3 +1,12 @@
## v0.36.1
- Reverted the `DISTINCT` with `GROUP BY` replacement optimization from v0.36.0 as it was reported to negatively impact the indexes utilization for some queries
and the minor performance boost that you may get when used on large records is not enough to justify the more common use ([#7461](https://github.com/pocketbase/pocketbase/discussions/7461)).
_A better generic deduplication optimization for large records (aka. records with large `text`/`json` fields or many small ones) will be researched but there are no ETAs._
- Fixed code comment typos.
## v0.36.0
- List query and API rules optimizations: