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
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4
+
breaking changes: |
5
+
6
+
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
7
+
security updates: |
8
+
9
+
# New features or capabilities added in this release.
10
+
new features: |
11
+
12
+
bug fixes: |
13
+
Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
14
+
Fixed certificate SAN overlap detection in gateway listeners.
15
+
Fixed panic with request mirror with GRPCRoute.
16
+
Fixed listener port limit typo 65353 -> 65535.
17
+
Fixed validating EnvoyGateway configuration during a config update.
18
+
Fixed missing JWT provider configuration when JWT authentication is configured on multiple HTTP listeners sharing the same port.
19
+
Fixed IP family not set in UDPListener.
20
+
Fixed issue where didn't watch change for the ca cert in the Backend.
21
+
22
+
# Enhancements that improve performance.
23
+
performance improvements: |
24
+
Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
25
+
Coalesced updates to reduce intermediate updates.
26
+
27
+
# Deprecated features or APIs.
28
+
deprecations: |
29
+
30
+
# Other notable changes not covered by the above sections.
- Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
19
+
- Fixed certificate SAN overlap detection in gateway listeners.
20
+
- Fixed panic with request mirror with GRPCRoute.
21
+
- Fixed listener port limit typo 65353 -> 65535.
22
+
- Fixed validating EnvoyGateway configuration during a config update.
23
+
- Fixed missing JWT provider configuration when JWT authentication is configured on multiple HTTP listeners sharing the same port.
24
+
- Fixed IP family not set in UDPListener.
25
+
- Fixed issue where didn't watch change for the ca cert in the Backend.
26
+
27
+
## Performance improvements
28
+
- Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
29
+
- Coalesced updates to reduce intermediate updates.
0 commit comments