Firefox Auth Server v1.133.0 Release Notes

Release Date: 2019-03-19 // about 5 years ago
  • 🐛 Bug Fixes

    • 📄 docs: add note for ops on how to check raw redis email config (063ef96)
    • node 8 and scrypt-hash: removed support for node 8 and scrypt-hash (5172ed8)
    • profile_server_messaging: fix db constructor signature (dd7c0e3), closes #2916
    • server: make sure to log errors on server start crash (6c6a779)

    chore

    • api: make redis.watch.conflict a 409 instead of 500 error (5ad4d15)
    • 📦 package: update shrinkwrap (13dc222)
    • 🔨 refactor: Refactor the /token endpoint to improve clarity. (b1aafd0)

    🔋 Features

    • basket: Updates to login and verified events for Basket (0b02308), closes #2915

    🔨 Refactor

    • 🌲 logging: Update to Mozlog format. (0b3e970), closes #2940
    • oauthdb: Split OAuthDB implementation across multiple files. (04986a7)
    • redis: use the extracted redis implementation from fxa-shared (87f1bb0)