Skip to content

Release version 0.8.0

Compare
Choose a tag to compare
@bogdandrutu bogdandrutu released this 23 Mar 20:04
· 216 commits to main since this release
e626557

0.8.0 - 2021-03-23

Full list of differences found in this compare.

Changed: Metrics

  • 🛑 [DEPRECATION] Deprecate IntSum, IntGauge, and IntDataPoint (#278)
  • 🛑 [DEPRECATION] Deprecate IntExemplar (#281)
  • 🛑 [DEPRECATION] Deprecate IntHistogram (#270)
  • 🛑 [BREAKING] Rename DoubleGauge to Gauge (#278)
  • 🛑 [BREAKING] Rename DoubleSum to Sum (#278)
  • 🛑 [BREAKING] Rename DoubleDataPoint to NumberDataPoint (#278)
  • 🛑 [BREAKING] Rename DoubleSummary to Summary (#269)
  • 🛑 [BREAKING] Rename DoubleExemplar to Exemplar (#281)
  • 🛑 [BREAKING] Rename DoubleHistogram to Histogram (#270)
  • 🛑 [DATA MODEL CHANGE] Make explicit bounds compatible with OM/Prometheus (#262)