Skip to content

Commit de479a6

Browse files
chore: version 2.4.5 [skip ci]
## [2.4.5](v2.4.4...v2.4.5) (2026-04-09) ### Bug Fixes * address PR review — clippy, parking_lot, subscribed_topics update ([d79a5a8](d79a5a8)) * wire kafka topic refresh and make auto-discovery opt-in ([#32](#32)) ([90791d0](90791d0)) * wire up kafka topic refresh loop and make auto-discovery opt-in ([3e5305e](3e5305e))
1 parent 90791d0 commit de479a6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.4.5](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.4...v2.4.5) (2026-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* address PR review — clippy, parking_lot, subscribed_topics update ([d79a5a8](https://github.com/hyperi-io/hyperi-rustlib/commit/d79a5a81530c6a750bff8c13040fea01f7247c9a))
7+
* wire kafka topic refresh and make auto-discovery opt-in ([#32](https://github.com/hyperi-io/hyperi-rustlib/issues/32)) ([90791d0](https://github.com/hyperi-io/hyperi-rustlib/commit/90791d02f1d62fd5540f959deccb8553984cb67c))
8+
* wire up kafka topic refresh loop and make auto-discovery opt-in ([3e5305e](https://github.com/hyperi-io/hyperi-rustlib/commit/3e5305e8ba3f1e8a82dc641acd895e2d60f3d3f9))
9+
110
## [2.4.4](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.4.3...v2.4.4) (2026-04-02)
211

312

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

0 commit comments

Comments
 (0)