File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.1.1] - 2023-10-24
11+
12+ ### Fixed
13+
14+ - Encoding for special values (+Inf, -Inf, NaN) (#9 ).
15+
16+ ## [ 1.1.0] - 2023-02-27
17+
18+ ### Added
19+
20+ - Support for histogram vectors (#4 ).
21+
22+ ## [ 1.0.0] - 2022-12-13
23+
24+ ### Added
25+
26+ - The initial library release.
Original file line number Diff line number Diff line change 22name = " ic-metrics-encoder"
33authors = [" The Internet Computer Project Developers" ]
44description = " A library for encoding metrics in Prometheus text exposition format."
5- version = " 1.1.0 "
5+ version = " 1.1.1 "
66edition = " 2021"
77license = " Apache-2.0"
88readme = " README.md"
You can’t perform that action at this time.
0 commit comments