- 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)
- Breaking Change: Don't return a result from
- Android