v0.22.54
v0.22.54 Release
Changed 2
- Optimize params replacement to execute in a single pass
- Bump minimum Go version to 1.27.1 for database/sql and encoding/json/v2 bug fixes
Fixed 2
- Fix regex unescaped dash error and optimize base64 in goja and related dependencies
- Return an error when filter params fallback fails to json serialize
From PocketBase
-
(Backported from v0.40.2) Bumped goja and its related dependencies (regex unescaped dash error fix and base64 optimizations).
-
(Backported from v0.40.2) Return an error when filter params fallback fails to json serialize and optimized params replacement to execute in a single pass.
-
(Backported from v0.40.2) Bumped the min Go GitHub action version to 1.27.1 as it includes some minor
database/sqlandenconding/json/v2bug fixes.