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: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Changes
10
10
11
+
- Controller
12
+
- Add `GetConfigHash` gRPC endpoint that returns only the config hash, and include hash in `GetConfig` responses ([#3026](https://github.com/malbeclabs/doublezero/issues/3026))
13
+
- Config Agent
14
+
- Use hash-based polling to reduce device CPU: check config hash every 5s, only fetch full config when hash changes or every 60s ([#3026](https://github.com/malbeclabs/doublezero/issues/3026))
0 commit comments