Skip to content

v1.8.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 15:35
· 15 commits to master since this release
f4ad56e

Changelog

  • 40c63d3 Merge branch 'master' into fix--prettyCQL
  • 70e5926 Merge branch 'master' into fix--prettyCQL
  • 4d348b9 Merge pull request scylladb#428 from CodeLieutenant/feat/arm-builds
  • ffb469f Merge pull request scylladb#432 from CodeLieutenant/fix--integrations-tests
  • 9b15797 Merge pull request scylladb#433 from CodeLieutenant/fix--prettyCQL
  • 8c7330e Merge pull request scylladb#434 from CodeLieutenant/improvement--interface{}-with-any
  • 262733b Merge pull request scylladb#437 from scylladb/dependabot/github_actions/docker/build-push-action-6
  • 88aaa06 Merge pull request scylladb#439 from CodeLieutenant/fix/linting
  • 01168bf build(deps): bump docker/build-push-action from 5 to 6
  • f4ad56e chore: update version file to 1.8.9
  • a262a44 feature(ci): try to run 4 integration tests in parallel
  • 3f163b9 feature(dependabot): add GH dependabot to update weekly go.mod and github actions
  • 5e71bed feature(development): Better developer experience with Goland and Makefile
  • 294ab49 feature(docker): build image on demand for testing
  • c606262 feature(pre-commit): add precommit and commitlint
  • 9b11be2 feature(releaser): better goreleaser with arm support and optimized AMD64
  • 783bd13 feature(releaser): better goreleaser with arm support and optimized AMD64
  • ba44a71 fix(actions): make integration tests run one at the time
  • a76d896 fix(gemini): resulting docker image from custom build cannot find gemini binary
  • eb4ac6b fix(gh-actions): Upload gemini results to github
  • f009422 fix(integration-test): integration tests stabilization
  • 5e9d420 fix(lints): all gemini lint warning fixes -> as per current golangci rules
  • 536603b fix(metrics): run metrics on 0.0.0.0 ip address
  • 17014b1 fix(prettyCQL): bounds checks for prettyCQL
  • b6e6387 fix(prettyCQL): prettyCQL crashes on ouf-of-bound access
  • 084f2ca improvement(benchmarks): performance improvements to the prettyCQL
  • e6cc137 improvement(go1.23): use any instead of inteface{}
  • a491dc6 improvement(prettyCQL): Descriptive QueryType, use strings instead of Integers
  • 8cebb9c improvement(prettyCQL): make prettyCQL return an error
  • 7c5dda0 refactor(filelogger): make filelogger return a error instead of void
  • 4ef2409 refactor(statement-logger): statement logger data-racy