You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped golang to 1.24.9 to fix the crypto/x509 reggression.
5
+
6
+
bug fixes: |
7
+
Added a check to ensure that per proxy xds snapshot cache references are cleaned up when the connection is closed.
8
+
Fixed an issue where use GRPCRoute with RequestMirror cause panic.
9
+
Fixed an issue where certificate SAN overlap detection in gateway listeners.
10
+
Disabled the default emission of `x-envoy-ratelimited` headers from the rate limit filter and re-enable with the `enableEnvoyHeaders` setting in ClientTrafficPolicy.
- Bumped golang to 1.24.9 to fix the crypto/x509 reggression.
11
+
12
+
## Bug fixes
13
+
14
+
- Added a check to ensure that per proxy xds snapshot cache references are cleaned up when the connection is closed.
15
+
- Fixed an issue where use GRPCRoute with RequestMirror cause panic.
16
+
- Fixed an issue where certificate SAN overlap detection in gateway listeners.
17
+
- Disabled the default emission of `x-envoy-ratelimited` headers from the rate limit filter and re-enable with the `enableEnvoyHeaders` setting in ClientTrafficPolicy.
0 commit comments