mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
Update changelog for
This commit is contained in:
committed by
github-actions[bot]
parent
c8ff07fb69
commit
6fb3e26a90
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,3 +1,15 @@
|
|||||||
|
## v0.33.0
|
||||||
|
|
||||||
|
- Added extra `id` characters validation in addition to the user specified regex pattern ([#7312](https://github.com/pocketbase/pocketbase/issues/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](https://github.com/pocketbase/pocketbase/issues/7314)).
|
||||||
|
_⚠️ `mails.SendRecordAuthAlert(app, authRecord, info)` also now accepts a 3rd `info` string argument._
|
||||||
|
|
||||||
|
- Updated Go deps.
|
||||||
|
|
||||||
|
|
||||||
## v0.32.0
|
## v0.32.0
|
||||||
|
|
||||||
- ⚠️ Added extra List/Search API rules checks for the client-side `filter`/`sort` relations.
|
- ⚠️ Added extra List/Search API rules checks for the client-side `filter`/`sort` relations.
|
||||||
|
|||||||
Reference in New Issue
Block a user