v0.34.0 (2019-07-10)
General
-
All of our cryptographic primitives are now backed by NSS (#1349). This change should be transparent our customers.
If you build application-services, it is recommended to delete the
libs/{desktop, ios, android}
folders and start over using./build-all.sh [android|desktop|ios]
. GYP and ninja are required to build these libraries.
Places
What's New
- Added
WritableHistoryConnection.acceptResult(searchString, url)
for marking an awesomebar result as accepted. (#1332)- Specifically,
queryAutocomplete
calls for searches that contain frequently accepted results are more highly ranked.
- Specifically,
Breaking changes
- Android only: The addition of
acceptResult
toWritableHistoryConnection
is a breaking change for any custom implementations ofWritableHistoryConnection
(#1332)
Push
Breaking Changes
OpenSSLError
has been renamed to the more generalCryptoError
. (#1349)