Skip to content

Commit 002cdc1

Browse files
chore: version 2.7.1 [skip ci]
## [2.7.1](v2.7.0...v2.7.1) (2026-05-13) ### Bug Fixes * **deps:** bleeding-edge update + close 3 rustls-webpki CVEs ([9af33d9](9af33d9)) * introduce concurrency primitives; reshape DLQ around BackgroundSink ([0f592ca](0f592ca)) * open-source cleanup — drop JFrog refs, pin positioning ([d3ad415](d3ad415))
1 parent 0f592ca commit 002cdc1

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.7.1](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.7.0...v2.7.1) (2026-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bleeding-edge update + close 3 rustls-webpki CVEs ([a9a2f59](https://github.com/hyperi-io/hyperi-rustlib/commit/a9a2f591b7254c56be1e607460debe41613b108f))
7+
* introduce concurrency primitives; reshape DLQ around BackgroundSink ([13e1c1c](https://github.com/hyperi-io/hyperi-rustlib/commit/13e1c1cb3f2cd3a6ec2fabcf35935ad72b7efe6d))
8+
* open-source cleanup — drop JFrog refs, pin positioning ([1bd1df8](https://github.com/hyperi-io/hyperi-rustlib/commit/1bd1df895c40115beaa72f830c928e1dbe4250c5))
9+
110
# [2.7.0](https://github.com/hyperi-io/hyperi-rustlib/compare/v2.6.1...v2.7.0) (2026-05-01)
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.7.0"
11+
version = "2.7.1"
1212
edition = "2024"
1313
rust-version = "1.95"
1414
description = "Opinionated, drop-in Rust toolkit for production services at scale. The patterns from blog posts as actual code: 8-layer config cascade, structured logging with PII masking, Prometheus + OpenTelemetry, Kafka/gRPC transports, tiered disk-spillover, adaptive worker pools, graceful shutdown."

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.7.1

0 commit comments

Comments
 (0)