Skip to content

Proxelar v0.4.5

Choose a tag to compare

@github-actions github-actions released this 24 May 16:29
· 61 commits to main since this release

Highlights

Proxelar 0.4.5 is a patch release focused on protocol compatibility, upstream TLS controls, and cleanup.

  • Adds an upstream HTTPS trust policy so proxy connections can use bundled roots, extra CA files, CA-only trust, or explicit insecure verification for debugging.
  • Accepts HTTP/2 client connections in both forward and reverse proxy modes while preserving the existing upstream request normalization behavior.
  • Emits visible flow events for Lua short-circuits, intercept drops, replay failures, and upstream proxy errors.
  • Removes dead TUI flow-state code and unused or redundant Cargo dependencies.
  • Includes dependency maintenance for tokio and openssl.

Validation

  • cargo fmt --all --check
  • cargo clippy --workspace -- -D warnings
  • cargo build --workspace
  • cargo build --workspace --no-default-features
  • cargo test --workspace
  • cargo package --workspace --allow-dirty

Full changelog: v0.4.4...v0.4.5