Releases: open-policy-agent/opa-envoy-plugin
v0.25.1-envoy
v0.25.0-envoy
v0.24.0-envoy-11
This release supports the headers set as an array of values in the object response generated by the policy.
v0.24.0-envoy-8
This release updates the Post Tag workflow to use Environment Files.
v0.24.0-envoy-7
This release migrates the opa-envoy-plugin
CI from Travis to Github Actions.
v0.24.0-envoy-5
This release improves the error logging to provide more relevant information to users about the causes of request timeouts. Specifically, users will be able to identify if the request times out during policy evaluation or even before that.
v0.24.0-envoy-4
This release fixes the GH Action Workflow script to allow the release of the plugin revisions.
v0.24.0-envoy-3
This release updates the following libraries:
google.golang.org/grpc v1.23.0 ⏩ v1.33.1
github.com/envoyproxy/go-control-plane v0.9.0 ⏩ v0.9.7
github.com/sirupsen/logrus v1.4.2 ⏩ v1.7.0
v0.24.0-envoy-1
This release updates the plugin to support the inter-query cache that built-in functions like http.send
can utilize during evaluation.