Skip to content

Commit 32f94b9

Browse files
chore: version 2.4.2 [skip ci]
## [2.4.2](v2.4.1...v2.4.2) (2026-04-01) ### Bug Fixes * add cgroup resource limits to RuntimeContext + eviction metric ([ce8b774](ce8b774)) * add missing schema_version and oci_labels fields to test constructors ([490559b](490559b)) * deployment contract CI bridge — container manifest, OCI labels, runtime stage ([84b3e00](84b3e00)) * gate memory imports in ServiceRuntime for feature-minimal builds ([dc6a7bd](dc6a7bd))
1 parent 490559b commit 32f94b9

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.4.2](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.1...v2.4.2) (2026-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add cgroup resource limits to RuntimeContext + eviction metric ([ce8b774](https://github.com/hyperi-io/hyperi-rustlib/commit/ce8b7747ca915471fa5a0f7869419d8e90b39d2a))
7+
* add missing schema_version and oci_labels fields to test constructors ([490559b](https://github.com/hyperi-io/hyperi-rustlib/commit/490559bd4aa6779a51414c3298c09512cebf92f1))
8+
* deployment contract CI bridge — container manifest, OCI labels, runtime stage ([84b3e00](https://github.com/hyperi-io/hyperi-rustlib/commit/84b3e0051f5cb80f55953159c3ae11613d778fd3))
9+
* gate memory imports in ServiceRuntime for feature-minimal builds ([dc6a7bd](https://github.com/hyperi-io/hyperi-rustlib/commit/dc6a7bdf8daf9470cd7d5981128018be3b5b54b2))
10+
111
## [2.4.1](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.0...v2.4.1) (2026-04-01)
212

313

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.1"
11+
version = "2.4.2"
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.1
1+
2.4.2

0 commit comments

Comments
 (0)