Proxelar v0.4.5
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 --checkcargo clippy --workspace -- -D warningscargo build --workspacecargo build --workspace --no-default-featurescargo test --workspacecargo package --workspace --allow-dirty
Full changelog: v0.4.4...v0.4.5