fxa-auth-server/docs/CHANGELOG-mailer.md

11 KiB

1.81.0 (2017-02-17)

Bug Fixes

  • config: change reminder poll for many servers (#257), r=@vbudhram (a721920)
  • git: update husky to unbreak git hooks on ubuntu (#258) r=vladikoff (83e9458)

Features

  • mailer: add support for sending SMS messages (3bc1027)

1.80.0 (2017-02-07)

Bug Fixes

  • dependencies: update bluebird, nodemailer, convict, moment-timezone (#251) r=vladikoff (02fbda3)

1.79.0 (2017-01-30)

1.78.0 (2017-01-30)

chore

  • docs: update AUTHORS file (#252) (1a96ee3)

Features

  • mailer: set up "SES Event Publishing" metrics (56bd661)

Refactor

  • mailer: hoist headers, to be symmetric with other code (a59e1bc)
  • templates: Update to correct details styling (#248) (42aafdf)
  • templates: Update to correct font-size and line height (#249) r=vladikoff,ryanfeeley (d0cf249), closes #246

1.77.0 (2017-01-04)

Bug Fixes

  • l10n: update l10n SHA handling (#238) r=jrgm (ebce13a), closes #112
  • mailer: prepare subject for string extraction (d3c3968)
  • metrics: Add flowId and flowBeginTime to headers if avalible (#241), r=@seanmonstar (4525f9c)
  • strings: add comma to ready, set, sync (#244) r=vbudhram (f430684)
  • template: remove extra line break in templates (1aa0464)
  • templates: remove suspicious_location template (1d87721), closes #183

Refactor

  • templates: Add new sync template, add location data to password change, password reset (98aaf76)

1.76.0 (2016-12-13)

Bug Fixes

  • deps: update prod dependencies (d62080d)

1.75.1 (2016-11-30)

chore

  • deps: pick up latest l10n, update shrinkwrap script (85664b8)

1.75.0 (2016-11-30)

Bug Fixes

  • config: add extra validation for supported locales (0e12808)
  • config: disable polling if pollTime === 0 (#236) (9ea56a3)
  • tests: increase testing coverage (5d7cf07), closes #230

chore

  • docs: add coverage badge (e831bce)
  • docs: update node version in readme (f805d09)

Refactor

  • mailer: Increase comprehensibility of device description (#227) r=vladikoff (013f136), closes #193

1.72.0 (2016-10-19)

Bug Fixes

  • mailer: Sentence call all the email subject's (9fc6626), closes #214
  • mailer: Use monospace for the unblock code for better legibility. (aca2db4)
  • travis: test on node 4 and 6; always CXX=g++-4.8 (44f76da)

Features

  • mailer: Add the signin unblock email (4ca3de3)
  • mailer: Remove the Alternatively link from all emails. (55b6c3f), closes #228

Refactor

  • mailer: Use the location partial for the unblock_code template (ee96417)

1.71.0 (2016-10-05)

Bug Fixes

  • coverage: Add script to enabled code coverage for local tests (#218) (d14d06b)
  • mailer: Fix the title size in the password reset related templates. (54a0bd0), closes #217
  • mailer: Swap the order of IP and Location. (2b1dfdf), closes #216

chore

  • deps: update shrinkwrap (4b8b6b3)

Features

  • geo: add state info into emails (#215) r=vbudhram (5bb87c6)
  • headers: Add email template name to headers sent (#213) r=vladikoff (17ca63a)
  • shared: add new locales, pick up latest l10n (bc5f104)

1.70.0 (2016-09-24)

Features

  • headers: Add email template name to headers sent (#213) r=vladikoff (17ca63a)

1.69.0 (2016-09-09)

Bug Fixes

  • deps: update to poolee 1.0.1 (#205), r=@vbudhram (96ed6e1), closes #202
  • links: Remove non-functional "sign in" link. (b455d74)
  • send: improve error logging (#208) r=jrgm (e8b23a2)

1.68.0 (2016-08-24)

Bug Fixes

  • l10n: adjust default language (#200) r=vbudhram (2c15420), closes #192

1.67.0 (2016-08-11)

Bug Fixes

Features

  • location: add location data to emails (#180) r=vladikoff,shane-tomlinson (5c9f671)
  • mailer: Remove the account lockout feature. (#187) r=vladikoff (f91a327), closes #186
  • metrics: Add utm_* metrics (#190) (de9bf89)

1.64.0 (2016-06-27)

Bug Fixes

  • bind: should by default bind to localhost (60087f6)
  • eslint: in this case, yes, we do just ignore the error (e11093f)

chore

  • build: Add a script to generate version info (4f12ad1)
  • build: Refactor gruntfile into individual task files. (2e7ad8d)
  • eslint: make eslint rules consistent (94fe068), closes #175
  • mozlog: update from mozlog@2.0.3 to 2.0.5 (3cd552e)

Features

  • build: Add version-tagging grunt tasks (268900a)
  • metrics: include type of reminder in the email query (0ab0ad2)
  • reminders: add verification reminders (a235d88), closes #99