Skip to content

Releases: cilium/statedb

v0.3.5

16 Dec 11:07
Compare
Choose a tag to compare

What's Changed

  • Refactor to use the new flags system in script by @joamaki in #70

Full Changelog: v0.3.4...v0.3.5

v0.3.4

03 Dec 10:04
Compare
Choose a tag to compare

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

31 Oct 13:13
Compare
Choose a tag to compare

What's Changed

  • Fix JSON formatting in db show command by @joamaki in #62
  • reconciler: Fix Status JSON marshalling by @joamaki in #63

Full Changelog: v0.3.2...v0.3.3

v0.3.2

22 Oct 11:59
Compare
Choose a tag to compare

What's Changed

  • script: Add watch command by @joamaki in #60
  • script: Fix comparison of non-ordered columns by @joamaki in #61

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Oct 09:03
Compare
Choose a tag to compare

What's Changed

  • testutils: Add script-based test utilities by @joamaki in #54
  • Fix Prefix and LowerBound on non-unique indexes by @joamaki in #59
  • Reimplement script commands against hive script by @joamaki in #57

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Sep 13:48
Compare
Choose a tag to compare

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