Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 23:45

Changelog

  • 25001c8 Merge pull request #467 from scylladb/renovate/major-all-dependencies
  • f41d34c Merge pull request #471 from CodeLieutenant/feat/version-info
  • 30d5f9e chore(deps): update all dependencies
  • 6d9eef1 chore: lints
  • 6903f08 chore: update dependecies
  • 4f0e5d3 feature(cluster): add scylla cluster for local testing
  • a88335e feature(cluster): add scylla cluster for local testing
  • d9d48d7 feature(random): use math/rand/v2 instead of exp/rand
  • 590c56f feature(version-info): add version information to gemini
  • dacb701 feature(version-info): enrich gemini final output with version information
  • eed2d80 fix(balancing): SetTrace makes consistency ONE
  • dd9b983 fix(distributions): normal and uniform distributions fix, in 10k iterations < 10 generated same values
  • 833e90f fix(dockerfile): run version command when compiling and save output data
  • e21d51f fix(generator): mark partitions as stale, bugfix -> not make all of them stale
  • 3a34553 refactor(flags): move flags into separate file
  • b24b027 refactor(rename): make enums go-style instead of c-style
  • 3e95898 refactor(utils): remove UnderTest global variable