Skip to content

91.0.1

Compare
Choose a tag to compare
@tarikeshaq tarikeshaq released this 03 Feb 18:16
· 429 commits to main since this release
001d704

v91.0.1 (2022-02-02)

This release has a significant change to how the components are published.

We now only publish one library, called MozillaAppServices. This is to fix problems with having multiple libraries dynamically loaded into the app.

Full Changelog

Places

What's Changed

  • The database initialization code now uses BEGIN IMMIDIATE to start a
    transaction. This will hopefully prevent database is locked errors when
    opening a sync connection.

What's New

  • The HistoryVisitInfo struct now has an is_remote boolean which indicates whether the
    represented visit happened locally or remotely. (#4810)