Skip to content

Releases: cilium/statedb

v0.4.1

19 Jun 08:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.3.8

19 Jun 08:49

Choose a tag to compare

Backported:

Full Changelog: v0.3.7...v0.3.8

v0.4.0

22 May 14:20

Choose a tag to compare

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

05 Mar 11:45

Choose a tag to compare

What's Changed

  • Fix ordering of query results on non-unique indexes by @joamaki in #75

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Feb 10:12

Choose a tag to compare

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

16 Dec 11:07

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

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

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

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

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