v0.47.0 (2019-12-18)
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 indelete
andwipe
logins database functions. (#2362) - Android: The
MemoryLoginsStorage
class has been deprecated, because it behaviour has already started to
diverge from that ofDatabaseLoginStorage
. To replace previous uses of this class in tests, please either
explicitly mock theLoginsStorage
interface or use aDatabaseLoginStorage
with a tempfile or":memory:"
as thedbPath
argument. (#2389)