Skip to content

Latest commit

 

History

History
82 lines (77 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

82 lines (77 loc) · 7.5 KB

Changelog

The purpose of this file is to track the major changes we have made to the application from the original GDS version and to provide a rational for those changes. Changes are listed in reverse chronological order from most recent to last. Changes are broken down by component (API, ADMIN, UTILS). This list is not comprehensive but should just give an idea of steps necessary to stand up one's own version.

Changes to API

https://github.com/cds-snc/notification-api



  • Change: Added a status callback for emails sent through SES.
  • Rational: There was no way for us to get information if an email was delivered or not because SES does not send that information back automagically. Digging around the code base we found that there used to be an API callback from SES through SNS. This was removed and is now running in a lambda according to a GDS commit message with undisclosed source code. We added an API callback back in.
  • Commits: https://github.com/cds-snc/notification-api/commit/3650bd86caa50fcfb482f9fc52bbd144b8715709






Changes to ADMIN

https://github.com/cds-snc/notification-admin







Changes to UTILS

https://github.com/cds-snc/notification-utils