Skip to content

Releases: spiralover/mailer-server

v0.1.12

17 Feb 08:40
40a4352
Compare
Choose a tag to compare

What's Changed

  • fix(diesel): schema.rs should be cosmic/src/schema.rs by @Ahmard in #15

Full Changelog: 0.1.11...0.1.12

v0.1.11

17 Feb 08:13
7851e16
Compare
Choose a tag to compare

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

15 Jan 08:40
0357a6c
Compare
Choose a tag to compare

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.9

15 Jan 02:56
fb855e1
Compare
Choose a tag to compare

What's Changed

  • fix: skipped renamed env vars by @Ahmard in #11
  • feat(cache): new refined cache service by @Ahmard in #12

Full Changelog: 0.1.8...0.1.9

v0.1.8

06 Jan 15:30
bc3a097
Compare
Choose a tag to compare

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.7

29 Dec 23:12
8da370c
Compare
Choose a tag to compare

What's Changed

  • feat: bumped rust version to 1.75 by @Ahmard in #8

Full Changelog: 0.1.6...0.1.7

v0.1.6

29 Dec 05:09
e65414d
Compare
Choose a tag to compare
  • refactor(core): fix potential blocking code
  • feat: bumped redis & lettre

v0.1.5

28 Dec 10:32
42a726e
Compare
Choose a tag to compare
  • refactor(middleware): harmonise app response syntax

v0.1.4

21 Dec 20:02
d369287
Compare
Choose a tag to compare
  • fix(mails): logo can be correctly displayed in internal mails

v0.1.3

21 Dec 18:49
Compare
Choose a tag to compare
  • 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