Releases: cilium/statedb
Releases · cilium/statedb
v0.4.1
What's Changed
- CI: Fail action if make fails (pipefail oops) by @joamaki in #68
- Create watch channel when splitting leaf by @joamaki in #80
- treewide: run modernize by @bimmlerd in #82
- part: RootOnlyWatch fixes by @joamaki in #81
- Some allocation optimizations by @joamaki in #83
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.3.8
v0.4.0
What's Changed
- Use reflect.Select for WatchSet by @joamaki in #76
- Avoid repeated Clone() when doing reads with a WriteTxn by @joamaki in #77
- Bump to latest Hive to pull job NewGroup() fixes by @joamaki in #78
- reconciler: Add revision to Update and Delete ops by @joamaki in #79
Full Changelog: v0.3.7...v0.4.0
v0.3.7
v0.3.6
What's Changed
- Make WriteJSON resilient to json.Marshal errors by @joamaki in #71
- Add WatchSet for watching a dynamic set of channels by @joamaki in #72
- Add InsertWatch operation by @joamaki in #73
- watchset: Use a map for channels and add Merge and Has by @joamaki in #74
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- Improve db command help by @joamaki in #65
- part: Fix MarshalYAML on empty maps by @joamaki in #67
- reconciler: Fix flake in reconciler tests due to ID being unset by @joamaki in #66
- Flatten the 'db' commands, e.g. 'db prefix' to 'db/prefix' by @joamaki in #69
Full Changelog: v0.3.3...v0.3.4