Skip to content

87.1.0

Compare
Choose a tag to compare
@tarikeshaq tarikeshaq released this 03 Dec 18:20
· 439 commits to main since this release
23371da

v87.1.0 (2021-12-02)

Full Changelog

Logins

What's changed

  • The update() and add_or_update() methods will log rather than return an error when trying to update a duplicate login (#4648)

Logins, Places, SyncManager

What's Changed

  • These packages all use parking_lot::Mutex instead of std::Mutex, meaning we should no
    longer see errors about mutexes being poisoned.

Push

What's fixed

  • Fixes a bug where the subscriptions would fail because the server didn't return the uaid, this seems to happen only when the client sends request that include the uaid.(#4697)

General

  • We now use xcode 13.1 to generate our iOS build artifacts for firefox-ios. (#4692)