You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`load-balancer`| No | Pingora load-balancing module and health checks. |
238
-
|`stream-proxy`| No | Raw L4 TCP stream proxy service with separate stream semantics. Depends on the shared proxy runtime in `1.4.6`; hardening continues in `1.4.7-dev`. |
239
+
|`stream-proxy`| No | Raw L4 TCP stream proxy service with separate stream semantics. Depends on the shared proxy runtime in `1.4.6`; hardened in `1.4.7` with true idle timeouts, stream upstream TLS/mTLS controls, weighted/drain/backup policy, and expanded smoke coverage. |
239
240
|`metrics`| No | Prometheus metrics listener. |
240
241
|`acme`| No | ACME planning/renewal support. Requires TLS config and should be paired with one TLS backend for serving. |
241
242
|`acme-client`| No | Live ACME account/order HTTP client and background renewal service for HTTP-01 and rustls TLS-ALPN-01 certificate issuance and renewal. |
Copy file name to clipboardExpand all lines: docs/features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ before Cargo starts compiling Pingora.
44
44
|`compression-gzip`| No | gzip response compression for eligible known-length responses. |
45
45
|`compression-zstd`| No | Zstandard response compression for eligible known-length responses. |
46
46
|`geoip`| No | Local MMDB Geo-Context lookup for MaxMind GeoIP2/GeoLite2 and CIRCL Geo Open datasets, exposed to bounded access policy and structured logs. |
47
-
|`stream-proxy`| No | Raw L4 TCP stream proxy service with separate stream routes, bounded connection lifetime/byte caps, and route-local PROXY protocol receive/send. Depends on the shared proxy runtime in `1.4.6`. |
47
+
|`stream-proxy`| No | Raw L4 TCP stream proxy service with separate stream routes, bounded idle/lifetime/byte caps, route-local PROXY protocol receive/send, stream upstream TLS/mTLS controls, and weighted/drain/backup policy. Depends on the shared proxy runtime in `1.4.6`; hardened in `1.4.7`. |
48
48
|`privacy-mode`| No | Zero-retention static/proxy build profile. |
49
49
|`tls`| No | Internal marker for TLS-aware code; select a concrete backend for serving. |
0 commit comments