v0.56.0 (2020-03-26)
General
What's changed
- iOS: Xcode version changed to 11.4.0 from 11.3.1.
Logins
⚠️ Breaking changes ⚠️
- Android:
MemoryLoginsStorage
has been removed. Use DatabaseLoginsStorage(":memory:") instead.
(#2833).
Libs
What's changed
- The project now builds with version 4.3.0 of SQLCipher instead of a fork
of version 4.2.0. Newest version has NSS crypto backend. (#2822).
FxA Client
Breaking changes
Server.dev
is nowServer.stage
to reflect better the FxA server instance it points to. (#2830).