v0.27.2 (2019-05-08)
Logins
What's new
- iOS only: Logins store has a new (static)
numOpenConnections
function, which can be used to detect leaks. (#1070)
Places
What's New
- iOS only: PlacesApi can now migrate bookmark data from a
browser.db
database via themigrateBookmarksFromBrowserDb
function. It is recommended that this only be called for non-sync users, as syncing the bookmarks over will result in better handling of sync metadata, among other things. (#1078) - iOS: Sync can now be interrupted using the
interrupt
method (#1092) - iOS: Sync metadata can be reset using the
resetBookmarksMetadata
method (#1092)