Skip to content

Commit 8531d9d

Browse files
committed
Update changelog
1 parent b67ef84 commit 8531d9d

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prometheus-client"
3-
version = "0.24.1"
3+
version = "0.25.0"
44
authors = ["Max Inden <mail@max-inden.de>"]
55
edition = "2021"
66
description = "Open Metrics client library allowing users to natively instrument applications."

0 commit comments

Comments
 (0)