Catalog / PocketBase

0.33.0

v0.33.0 Release

10 months agochangedOriginal notes

To update the prebuilt executable you can run ./pocketbase update.

  • Added extra id characters validation in addition to the user specified regex pattern (#7312). The following special characters are always forbidden: ./\|"'``<>:?*%$\n\r\t\0 . Common reserved Windows file names such as aux, prn, con, nul, com1-9, lpt1-9 are also not allowed. The list is not exhaustive but it should help minimizing eventual filesystem compatibility issues in case of wildcards or other loose regex patterns.

  • Added {ALERT_INFO} placeholder to the auth alert mail template (#7314). ⚠️ mails.SendRecordAuthAlert(app, authRecord, info) also now accepts a 3rd info string argument.

  • Updated Go deps.