Skip to content

Commit 230d069

Browse files
chore: version 1.23.0 [skip ci]
# [1.23.0](v1.22.0...v1.23.0) (2026-03-31) ### Features * graduate to v2 — adaptive worker pool and metrics manifest ([58c2e81](58c2e81)) ### BREAKING CHANGES * DfeMetrics::register() now requires &MetricsManager parameter for tight manifest coupling. All downstream dfe-* projects must update their register() call sites.
1 parent 58c2e81 commit 230d069

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.23.0](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.22.0...v1.23.0) (2026-03-31)
2+
3+
4+
### Features
5+
6+
* graduate to v2 — adaptive worker pool and metrics manifest ([58c2e81](https://github.com/hyperi-io/hyperi-rustlib/commit/58c2e81dd988d20b4d07409601deea459ffa8bf6))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* DfeMetrics::register() now requires &MetricsManager
12+
parameter for tight manifest coupling. All downstream dfe-* projects
13+
must update their register() call sites.
14+
115
# [1.22.0](https://github.com/hyperi-io/hyperi-rustlib/compare/v1.21.1...v1.22.0) (2026-03-31)
216

317

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[package]
1010
name = "hyperi-rustlib"
11-
version = "1.22.0"
11+
version = "1.23.0"
1212
edition = "2024"
1313
rust-version = "1.94"
1414
description = "Opinionated Rust framework for high-throughput data pipelines at PB scale. Auto-wiring config, logging, metrics, tracing, health, and graceful shutdown — built from many years of production infrastructure experience."

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.0
1+
1.23.0

0 commit comments

Comments
 (0)