Skip to content

Release v0.9.5

Compare
Choose a tag to compare
@kyessenov kyessenov released this 01 Apr 16:43
3a82103

Release notes:

  • Updated Envoy SHA to 34fcdef99633947543070d5eadf32867e940694e
  • Module requirement downgraded to go1.11
  • ExtAuthz well known filter names are updated to the new Envoy format
  • Cache implementation is replicated into xDS v2 and xDS v3 versions. You need to add to "v2" or "v3" suffix to imports to indicate which version to use (thanks @jyotimahapatra)
  • Added integration tests for v2 and v3 versions
  • v3 cache implementation removed GetStatusInfo and GetStatusKeys functions from the interface

Known issues:

  • set_node_on_first_message_only may not work as expected due to an Envoy issue