Skip to content

v56.1.0

Compare
Choose a tag to compare
@perrymcmanis144 perrymcmanis144 released this 16 Jan 19:12
· 349 commits to release since this release

Full changelog

  • General
    • Errors are now recorded in cases where we had to create a new data store for Glean due to a failure (bug 1815253)
    • Update glean_parser to v11.0.0 (release notes)
    • Event metrics can now record a maximum of 50 keys in the event extra object (Bug 1869429)
  • iOS
    • Glean for iOS is now being built with Xcode 15.1 (#2669)
  • Android
    • Replaced whenTaskAdded with configureEach in GleanGradlePlugin to avoid unnecessary configuration. (#2697)