Skip to content

0.163.0

Choose a tag to compare

@routing-ci routing-ci released this 21 Sep 23:00
· 5774 commits to develop since this release

Release Highlights

  • Operator can now configure frontend idle timeout using router.frontend_idle_timeout details
  • router.ca_certs now supports only a string; multiple CA certs are supported as a concatenated string of PEM formatted certs details
  • go-sql-driver has been bumped to support native authentication details

In Progress

  • Route Integrity epic details
    Two properties added in support for mutual authentication with backends

Manifest Property Changes

gorouter

0.162.0 0.163.0 Default Value
did not exist router.frontend_idle_timeout 900
router.ca_certs Changed from array of strings to string
did not exist router.backends.cert_chain
did not exist router.backends.private_key