Skip to content

0.213.0

Compare
Choose a tag to compare
@routing-ci routing-ci released this 19 Mar 21:13
· 1933 commits to develop since this release

Release Highlights

  • Adds per request metrics reporting. This fixes this gorouter issue #159. Thank you @stefanlay for your PRs (cloudfoundry/gorouter#275, #198). 🎉 🎉 🎉
  • Adds support for SNI routes - routes created through the route-registrar can now be of type sni, and routes of that type will require the sni_port field to be provided

Manifest Property Changes

Job Property 0.212.0 0.213.0
gorouter router.per_request_metrics_reporting did not exist configurable and defaults to true
gorouter router.send_http_start_stop_server_event did not exist configurable and defaults to true
gorouter router.send_http_start_stop_client_event did not exist configurable and defaults to true

✨ Built with golang 1.15.8