0.33.0
v0.33.0 Release
To update the prebuilt executable you can run
./pocketbase update.
Added extra
idcharacters 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 asaux,prn,con,nul,com1-9,lpt1-9are 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 3rdinfostring argument.Updated Go deps.