Skip to content

v52.3.0

Compare
Choose a tag to compare
@chutten chutten released this 01 Mar 20:41
· 665 commits to main since this release

Full changelog

  • General
    • Loosen label restrictions to "at most 71 characters of printable ASCII" (bug 1672273)
    • Introduced 2 new Glean health metrics: glean.upload.send_failure and glean.upload.send_success to measure the time for sending a ping (#2365)
    • Introduced a new Glean metric: glean.validation.shutdown_wait to measure the time Glean waits for the uploader on shutdown (#2365)
  • Rust
    • On shutdown wait up to 30s on the uploader to finish work (#2232)
  • iOS
    • BUGFIX: Avoid an invalid state (double-starting) for baseline.duration when Glean is first initialized (#2368)