[#5157] added tests.TestMailer mutex

This commit is contained in:
Gani Georgiev
2024-07-01 20:53:48 +03:00
parent bc1bcac5a1
commit 5b58a78e64
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.22.15-WIP
- Added `tests.TestMailer` mutex to minimize the data race warnings during tests ([#5157](https://github.com/pocketbase/pocketbase/issues/5157)).
## v0.22.14
- Added OAuth2 POST redirect support (in case of `response_mode=form_post`) to allow specifying scopes for the Apple OAuth2 integration.