v0.46.0 (2019-12-12)
Logins
Breaking Changes
- The Android bindings now collect some basic performance and quality metrics via Glean.
Applications that submit telemetry via Glean must request a data review for these metrics
before integrating the logins component. See the component README.md for more details.
(#2225) username
,usernameField
, andpasswordField
are no longer
serialized asnull
in the case where they are empty strings. (#2252)- Android:
ServerPassword
fieldsusername
,usernameField
, and
passwordField
are now required fields --null
is not acceptable,
but empty strings are OK. - iOS:
LoginRecord
fieldsusername
,usernameField
and
passwordField
are no longer nullable.
- Android: