Skip to content

Commit 5b8db43

Browse files
chore: version 2.4.1 [skip ci]
## [2.4.1](v2.4.0...v2.4.1) (2026-04-01) ### Bug Fixes * add /startupz startup probe endpoint ([515c090](515c090)) * inject pod_name, namespace, node_name into JSON log output ([505c2fd](505c2fd))
1 parent 505c2fd commit 5b8db43

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.4.1](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.0...v2.4.1) (2026-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add /startupz startup probe endpoint ([515c090](https://github.com/hyperi-io/hyperi-rustlib/commit/515c090d898c472d560be5e116b63e5ad3d9188c))
7+
* inject pod_name, namespace, node_name into JSON log output ([505c2fd](https://github.com/hyperi-io/hyperi-rustlib/commit/505c2fd980dc6e3a412e56d7b4b7d5890955e1ce))
8+
19
# [2.4.0](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.3.0...v2.4.0) (2026-04-01)
210

311

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 = "2.4.0"
11+
version = "2.4.1"
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-
2.4.0
1+
2.4.1

0 commit comments

Comments
 (0)