To update the prebuilt executable you can run
./pocketbase update.
-
Added
nullString(),nullInt(),nullFloat(),nullBool,nullArray(),nullObject()JSVM helpers for scanning nullable columns (#7396). -
Store the correct
image/pngas attrs content type when generating a thumb fallback (e.g. forwebp). -
Trimmed custom uploaded file name and extension from leftover
.characters afterfilesystem.Filenormalization.
This was done to prevent issues with external files sync programs that may have special handling for "invisible" files. -
Updated
modernc.org/sqlite(v1.41.0 includes prepared statements optimization) and other minor Go deps.