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. |
237
-
|`stream-proxy`| No | Raw L4 TCP stream proxy service with separate stream semantics. Depends on the shared proxy runtime in `1.4.6-dev`. |
237
+
|`stream-proxy`| No | Raw L4 TCP stream proxy service with separate stream semantics. Depends on the shared proxy runtime in `1.4.6`. |
238
238
|`metrics`| No | Prometheus metrics listener. |
239
239
|`acme`| No | ACME planning/renewal support. Requires TLS config and should be paired with one TLS backend for serving. |
240
240
|`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/timeouts, and optional upstream PROXY protocol send. Depends on the shared proxy runtime in `1.4.6-dev`. |
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`. |
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