Skip to content

v58.1.0

Compare
Choose a tag to compare
@badboy badboy released this 12 Mar 09:56
· 60 commits to release since this release

Full changelog

  • General
    • Enable wall clock timestamp on all events by default (#2767)
  • Rust
    • Timing distribution and Custom distributions now expose accumulate_single_sample. This includes their traits and consumers that make use of them will need to implement the new functions (Bug 1881297)
  • Android
    • Timing and Custom Distributions now have a accumulate_single_sample API that don't require use of a collection (Bug 1881297)
  • Python
    • Timing Distributions now have both a accumulate_samples and accumulate_single_sample (Bug 1881297)