Skip to content

Commit 160f510

Browse files
committed
Add release notes for 1.4.5
1 parent 9afea0c commit 160f510

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

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+
311
## 1.4.4
412

513
Use the build version for the OpenAPI specification so that it is always up-to-date.

0 commit comments

Comments
 (0)