Skip to content

93.7.0

Compare
Choose a tag to compare
@tarikeshaq tarikeshaq released this 19 Jul 22:07
· 530 commits to main since this release
0e66e82

v93.7.0 (2022-07-18)

Full Changelog

Nimbus FML ⛅️🔬🔭🔧

What's Changed

  • Added MOZ_APPSERVICES_MODULE environment variable to specify the megazord module for iOS (#5042). If it is missing, no module is imported.

✨ What's New ✨

  • Enabled remote loading and using configuring of branches. (#5041)
  • Add a fetch command to nimbus-fml to demo and test remote loading and paths. (#5047)

Logins

What's Changed

  • Updated the LoginsStorageError implementation and introduce error reporting for unexpected errors.
    Note that some errors were removed, which is technically a breaking change, but none of our
    consumers use those errors so it's not a breaking change in practice.