Releases: spiralover/mailer-server
Releases · spiralover/mailer-server
v0.1.11
What's Changed
- feat(cache): advanced cache & fixed auth issues by @Ahmard in #14
- refactor(core): renamed "core" module to "cosmic" by @Ahmard in #14
Full Changelog: 0.1.10...0.1.11
v0.1.10
What's Changed
- fix(docker-compose): resolved referenced non-existent env vars; by @Ahmard in #13
Full Changelog: 0.1.9...0.1.10
v0.1.8
What's Changed
- fix(env): vars now has prefix to avoid pollution from global vars by @Ahmard in #9
- fix(docker): typo on image var by @Ahmard in #10
Full Changelog: 0.1.7...0.1.8
v0.1.6
- refactor(core): fix potential blocking code
- feat: bumped redis & lettre
v0.1.5
- refactor(middleware): harmonise app response syntax
v0.1.4
- fix(mails): logo can be correctly displayed in internal mails
v0.1.3
- feat(personal-access-token): implemented
- fix(trial-count): now being incremented when marking as failure as well
- fix(mail-service): handle cc, bcc & reply-to correctly