Hi All,

This week we'll be rolling FxA train-64 to production with the following
highlights:

* Significantly improved handling of right-to-left locales, thanks
  to the efforts of contributor @mohamed7afezz.  Thanks Mohamed!

* We've consolidated our logic for rate-limiting email sending, so
  the "resend email" button should now appear to work more reliably.

* We now emit events to SNS listeners when a device is created or
  removed; this should allow more accurate device-related metrics in
  connected services such as sync.

* We now send push notifications to connected devices when:
    * A new device connects to the account
    * The user remotely disconnects  a device

* We've reduced the number of requests required to complete the
  password change and reset flows, and as a side-effect, they should
  no longer produce spurious emails about there being a new login
  on your account.

* The auth-server is now logging metrics about whether the
  content-server is sending metrics data to it successfully, which
  should give us some idea of well that pipeline is actually working.

* We no longer pass error messages to 400.html via query parameters,
  removing the possibility of injecting text for e.g. a phishing attack.

* We've changed our robots.txt configuration to explicitly ask that
  our pages not be indexed.

* We've landed some of the supporting infrastructure for the "signin
  confirmation" feature, with more to come in train-64.

* A huge refactor to the functional tests, increasing reliability

* Several cleanups to the custom checkboxes uses in the choose-what-to-
  sync screen, meaning it should now be much harder to unintentionally
  select or deselect something on that screen.

* We've added ore metrics on what emails we're sending, and why.

* We now forward metrics parameters to basket as part of the "login"
  activity event notification.


As usual, you can dig into all the details and smaller changes in the
changelogs:

  https://github.com/mozilla/fxa-auth-server/blob/master/CHANGELOG.md
  https://github.com/mozilla/fxa-content-server/blob/master/CHANGELOG.md
  https://github.com/mozilla/fxa-basket-proxy/blob/master/CHANGELOG.md


  Cheers,

    Ryan
_______________________________________________
Dev-fxacct mailing list
[email protected]
https://mail.mozilla.org/listinfo/dev-fxacct

Reply via email to