Skip to content

Releases: cilium/statedb

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