File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.25.0]
8+
9+ ### Added
10+
11+ - Added an off-by-default ` protobuf-protox ` feature to build protobuf support
12+ without requiring an external ` protoc ` binary.
13+
14+ ### Changed
15+
16+ - Updated ` prost ` , ` prost-build ` , and ` prost-types ` dependencies to ` v0.14 ` .
17+ - The ` protobuf ` feature now generates and encodes Prometheus
18+ ` io.prometheus.client ` protobuf messages from ` metrics.proto ` rather than the
19+ OpenMetrics protobuf data model. This is a breaking change for users of the ` protobuf ` feature.
20+ See [ Issue] ( https://github.com/prometheus/OpenMetrics/issues/296 ) for more context.
21+
722## [ 0.24.1]
823
924### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " prometheus-client"
3- version = " 0.24.1 "
3+ version = " 0.25.0 "
44authors = [" Max Inden <mail@max-inden.de>" ]
55edition = " 2021"
66description = " Open Metrics client library allowing users to natively instrument applications."
You can’t perform that action at this time.
0 commit comments