eagerly interrupt waiting for the email alert send in case it takes longer than 15s

This commit is contained in:
Gani Georgiev
2024-12-24 12:11:40 +02:00
parent 4824701b6c
commit 47bd4ca11e
2 changed files with 25 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
- Added cache for the JSVM `arrayOf(m)`, `DynamicModel`, etc. dynamic `reflect` created types.
- Eagerly interrupt waiting for the email alert send in case it takes longer than 15s.
- ⚠️ Removed the "dry submit" when executing the collections Create API rule
(you can find more details why this change was introduced and how it could affect your app in https://github.com/pocketbase/pocketbase/discussions/6073).
For most users it should be non-breaking change, BUT if you have Create API rules that uses self-references or view counters you may have to adjust them manually.