github mozilla/application-services v61.0.11
v61.0.11 [BUSTED] (2020-08-07)

latest releases: v144.0, v143.0, v142.0...
5 years ago

⚠IMPORTANT: This release failed to produce android artifacts, and should not be used. Instead, use v61.0.12, which contains no major changes beyond those listed in this changelog⚠️

Full Changelog

FxA Client

What's new

  • Send-tab metrics are recorded. A new function, fxa_gather_telemetry on the
    account object (exposed as account.gatherTelemetry() to Kotlin) which
    returns a string of JSON.

    This JSON might grow to support non-sendtab telemetry in the future, but in
    this change it has:

    • commands_sent, an array of objects, each with flow_id and stream_id
      string values.
    • commands_received, an array of objects, each with flow_id, stream_id
      and reason string values.

    #3308

Don't miss a new application-services release

NewReleases is sending notifications on new releases.