0.36.6
v0.36.6 Release
To update the prebuilt executable you can run
./pocketbase update.
Set
NumberField.OnlyInt:truefor the generated View collection schema fields when a view column expression is known to return int-only values (#7538).Documented the
unmarshalJSVM helper (#7543).Added extra read check after the
Store.GetOrSetwrite lock to prevent races overwriting an already existing value.Added empty records check for the additional client-side filter's ListRule constraint that was introduced in v0.32.0 (presentator#206).
Set a fixed
routine.FireAndForget()debug stack trace limit to 2KB.Bumped min Go GitHub action version to 1.26.1 because it comes with some minor bug and security fixes.
Typos and other minor doc fixes.