0.40.2
v0.40.2 Release
To update the prebuilt executable you can run
./pocketbase update.
Return an error when filter params fallback fails to json serialize and optimized params replacement to execute in a single pass.
Fixed collection index parsing error for indexes with missing name.
Minor UI autocomplete optimizations (prefix match, autocomplete debounce, etc.).
Fixed linter warnings and comment typos.
Bumped goja and its related dependencies (regex unescaped dash error fix and base64 optimizations).
Bumped the min Go GitHub action version to 1.27.1 as it includes some minor
database/sqlandenconding/json/v2bug fixes.