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
Copy file name to clipboardExpand all lines: release-notes/current.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ security updates: |
10
10
new features: |
11
11
12
12
bug fixes: |
13
-
Fix 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
5
+
6
+
# Enhancements that improve performance.
7
+
performance improvements: |
8
+
Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
- Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
11
+
12
+
## Other changes
13
+
14
+
- Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
15
+
- Coalesced updates to reduce intermediate updates.
0 commit comments