Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 984 Bytes

File metadata and controls

31 lines (22 loc) · 984 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.11.0] - 2021-06-08

  • Add support for OpenMetrics Info metrics (see PR 18).

[0.10.1] - 2021-05-31

Added

  • Implement Encode for u32.

Fixed

  • Update to open-metrics-client-derive-text-encode v0.1.1 which handles keyword identifiers aka raw identifiers

    #16

[0.10.0] - 2021-04-29

Added

  • Added metrics::histogram::linear_buckets. #13

Changed

  • Renamed metrics::histogram::exponential_series to metrics::histogram::exponential_buckets. #13