We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afea0c commit 160f510Copy full SHA for 160f510
docs/release-notes.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
3
+## 1.4.5
4
+
5
+This release resolves an issue with slow SMTP servers causing a proxy timeout by sending emails asynchronously.
6
7
+Cleanup usage of `@Transactional` annotations in the service layer and reorganize email logic in the services instead of
8
+controllers. This way, we ensure that the email is sent whenever the transaction that involve creating a token —
9
+or whichever relevant entity — is committed.
10
11
## 1.4.4
12
13
Use the build version for the OpenAPI specification so that it is always up-to-date.
0 commit comments