v0.40.2
v0.40.2 Release
Changed 4
- Optimize params replacement to execute in a single pass
- Optimize UI autocomplete with prefix match and debounce
- Bump goja and related dependencies for regex unescaped dash error fix and base64 optimizations
- Bump minimum Go version to 1.27.1
Fixed 2
- Return an error when filter params fallback fails to json serialize
- Fix collection index parsing error for indexes with missing name
From PocketBase
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.