mirror of https://github.com/istio/istio.io.git
1005 B
1005 B
| title | subtitle | description | publishdate | release | aliases | |||
|---|---|---|---|---|---|---|---|---|
| Announcing Istio 1.1.9 | Patch Release | Istio 1.1.9 patch release. | 2019-06-17 | 1.1.9 |
|
We're pleased to announce the availability of Istio 1.1.9. Please see below for what's changed.
{{< relnote >}}
Bug fixes
- Prevent overly large strings from being sent to Prometheus (Issue 14642).
- Reuse previously cached JWT public keys if transport errors are encountered during renewal (Issue 14638).
- Bypass JWT authentication for HTTP OPTIONS methods to support CORS requests.
- Fix Envoy crash caused by the Mixer filter (Issue 14707).
Small enhancements
- Expose cryptographic signature verification functions to
LuaEnvoy filters (Envoy Issue 7009).