Catalog / PocketBase

0.35.0

v0.35.0 Release

8 months agochangedOriginal notes

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/png as attrs content type when generating a thumb fallback (e.g. for webp).

  • Trimmed custom uploaded file name and extension from leftover . characters after filesystem.File normalization. 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.