github mozilla/application-services v85.0.0

latest releases: v143.0, v142.0, v141.0...
3 years ago

v85.0.0 (2021-09-22)

Full Changelog

Places, Autofill, Webext-Storage

What's Changed

  • Databases which are detected as being corrupt as they are opened will be deleted and re-created.

Nimbus

What's New

  • #4455: For both iOS and Android: extra methods on Variables to support orderable items:
    • getEnum to coerce strings into Enums.
    • get*List, get*Map to get lists and maps of all types.
    • Dictionary/Map extensions to map string keys to enum keys, and string values to enum values.
  • Nimbus now supports multiple features on each branch. This was added with backward compatibility to ensure support for both schemas. (#4452)

⚠️ Breaking Changes ⚠️

  • #4455: Android only: method Variables.getVariables(key, transform), transform changes type
    from (Variables) -> T to (Variables) -> T?.

Don't miss a new application-services release

NewReleases is sending notifications on new releases.