Skip to content

Commit 91d1675

Browse files
committed
agent: add changelog entry for config hash optimization (#3026)
1 parent 5c6496a commit 91d1675

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
### Changes
1010

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))
15+
1116
## [v0.14.0](https://github.com/malbeclabs/doublezero/compare/client/v0.13.0...client/v0.14.0) - 2026-03-24
1217

1318
### Breaking

0 commit comments

Comments
 (0)