Skip to content

v0.36.1 Release

Choose a tag to compare

@github-actions github-actions released this 18 Jan 17:09
· 107 commits to master since this release
Immutable release. Only release title and notes can be modified.

To update the prebuilt executable you can run ./pocketbase update.

  • 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).
    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.

  • Updated modernc.org/sqlite to v1.44.2 (SQLite 3.51.2).

  • Fixed code comment typos.