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
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
+
# Enhancements that improve performance.
6
+
performance improvements: |
7
+
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