Skip to content

2020.11.0

Compare
Choose a tag to compare
@matthewgall matthewgall released this 19 Nov 20:37
· 22 commits to master since this release

2020.11.0

  • 2020-11-04 TUN-3484: OriginService that responds with configured HTTP status
  • 2020-11-05 TUN-3505: Response body for status code origin returns EOF on Read
  • 2020-11-04 TUN-3503: Matching ingress rule should not take port into account
  • 2020-11-05 TUN-3506: OriginService needs to set request host and scheme for websocket requests
  • 2020-11-09 TUN-3516: Better error message when parsing invalid YAML config
  • 2020-11-09 TUN-3522: ingress validate checks that the config file exists
  • 2020-11-09 TUN-3524: Don't ignore errors from app-level action handler (#248)
  • 2020-11-09 TUN-3461: Show all origin services in the UI
  • 2020-10-30 TUN-3494: Proceed to create tunnel if at least one edge address can be resolved
  • 2020-10-30 TUN-3492: Refactor OriginService, shrink its interface
  • 2020-10-22 TUN-3478: Increase download timeout to 60s
  • 2020-10-15 TUN-2640: Users can configure per-origin config. Unify single-rule CLI flow with multi-rule config file code.