0.8.1

eisenzopf/rvoip0.8.1Jun 4, 2026by andrewhavck

AI Summary

A security-focused maintenance release that bounds HTTP/2 limits to prevent memory exhaustion and updates Rustls dependencies.

Key Highlights

  • Mitigation of HTTP/2 memory exhaustion via bounded default limits
  • Security updates to Rustls dev-dependencies
  • Rust 1.84 compatibility maintained

New Features

  • Tracing dependencies pinned for Rust 1.84 compatibility
  • Use of `cargo check` for MSRV verification
  • Valid paths in header serialization tests
  • HTTP/1 CONNECT tests gated on patched support

Full Release Notes

## [0.8.1](https://github.com/cloudflare/pingora/compare/0.8.0...0.8.1) - 2026-06-04


**🔒 Security**

* Bound default HTTP/2 server limits to mitigate memory exhaustion.
* Upgrade Rustls-related dev-dependencies to address `rustls-webpki` security advisories.

**⚙️ Miscellaneous Tasks**

* Pin tracing dependencies to preserve Rust 1.84 compatibility.
* Use `cargo check` for MSRV verification instead of compiling dev-dependencies during tests.
* Update the Semgrep OSS scanning workflow.
* Use valid paths in header serialization tests.
* Gate HTTP/1 CONNECT tests on patched HTTP/1 support.