Skip to content

v38.0.0

Compare
Choose a tag to compare
@badboy badboy released this 12 May 12:03
· 2397 commits to release since this release

Full changelog

  • General
    • Update documentation to recommend using Glean Dictionary instead of metrics.md (#1604)
  • Rust
    • Breaking Change: Don't return a result from submit_ping. The boolean return value indicates whether a ping was submitted (#1613)
    • Breaking Change: Glean now schedules "metrics" pings, accepting a new Configuration parameter. (#1599)
    • Dispatch setting the source tag to avoid a potential crash (#1614)
    • Testing mode will wait for init & upload tasks to finish (#1628)
  • Android
    • Set required fields for client_info before optional ones (#1633)
    • Provide forward-compatibility with Gradle 6.8 (#1616)