Skip to content

Releases: immanuel192/nest-mail-service

v1.1.1

07 Aug 06:33
Compare
Choose a tag to compare

1.1.1 (2019-08-07)

v1.1.0

07 Aug 04:03
Compare
Choose a tag to compare

1.1.0 (2019-08-07)

Bug Fixes

  • correct docker file that no need to remove local.josn anymore (5fc6e41)
  • enable production mail-recover job (bbfe116)

Code Refactoring

  • refactor enum of email sending status (7a5a041)
  • update queue produer and consumer (a7ea93e)

Features

  • add mail MTA, and stategy (3f24ddf)
  • add queue consumer base and mail sending worker (6a1a8b4)

v1.0.0

05 Aug 06:06
Compare
Choose a tag to compare

1.0.0 (2019-08-05)

Bug Fixes

Features

  • add endpoint POST /api/emails (9fed93d)
  • add job abstract for cron job support (6d213f0)
  • add mail.cover job (b464deb)
  • add mongo db connection (8a07775)
  • add mongodb and redis providers (d18d9a5)
  • add queue support (496567c)
  • update POST /api/emails endpoint to enqueue when creating new email (63620d3)