Releases: cilium/statedb
Releases · cilium/statedb
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
v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
- Refactor API to use iter.Seq2 instead of Iterator[T] by @joamaki in #40
- Validate the table name in NewTable by @joamaki in #52
- Use Go standard library slices package instead of x/exp/slices by @tklauser in #50
- Unify DB and Handle types into just DB by @joamaki in #51
- Fix race with table init channel by @joamaki in #53
Full Changelog: v0.2.6...v0.3.0