github mozilla/application-services v0.47.0

latest releases: v144.0, v143.0, v142.0...
5 years ago

v0.47.0 (2019-12-18)

Full Changelog

General

  • Updated NSS to version 3.48. (#2379)
  • Our iOS framework is now built using Swift version 5.0. (#2383)
  • Our iOS framework binaries are now built using XCode 11.3. (#2383)

Logins

Breaking Changes

  • LoginsStorage.getByHostname has been removed. (#2152)

What's new

  • LoginsStorage.getByBaseDomain has been added. (#2152)
  • Removed hard deletion of SyncStatus::New records in delete and wipe logins database functions. (#2362)
  • Android: The MemoryLoginsStorage class has been deprecated, because it behaviour has already started to
    diverge from that of DatabaseLoginStorage. To replace previous uses of this class in tests, please either
    explicitly mock the LoginsStorage interface or use a DatabaseLoginStorage with a tempfile or ":memory:" as the dbPath argument. (#2389)

Don't miss a new application-services release

NewReleases is sending notifications on new releases.