[#6166] added auth collection select for the settings Send test email popup

This commit is contained in:
Gani Georgiev
2024-12-24 18:10:39 +02:00
parent 47bd4ca11e
commit ed1917b307
30 changed files with 171 additions and 121 deletions

View File

@@ -16,6 +16,8 @@
- Eagerly interrupt waiting for the email alert send in case it takes longer than 15s.
- Added auth collection select for the settings "Send test email" popup ([#6166](https://github.com/pocketbase/pocketbase/issues/6166)).
- ⚠️ 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.