Release Highlights
- Platform operators observe the following:
X-Cf-RouterError
Response headers in application access logs- Gorouter logs messages when the gorouter fails to find any endpoints
- Gorouter's log messages for retry attempts are consistent in form
- Clarify
backend-endpoint-failed
errors in Gorouter logs by logging causex509: certificate has expired or is not yet valid
- Clarify, in the gorouter job spec,
- that
extra_headers_to_log
property (the "HTTP headers to log") only applies to Request headers - how
request_timeout_in_seconds
applies to connections between the router and backend (See Issue #167)
- that
Notice
2020-08-19: The following feature introduced a regression (See Issue #178) and was removed in 0.206.0
- Application developers can successfully deploy a reverse-proxy with support for sticky sessions (See Issue #170)