Skip to content

Pingora 0.8.1

Latest

Choose a tag to compare

@andrewhavck andrewhavck released this 04 Jun 20:30

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.