Releases: CodeLieutenant/gemini
Releases · CodeLieutenant/gemini
v1.8.9
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
v1.8.8
Changelog
- edb34a9 Merge pull request scylladb#402 from scylladb/401-after-v187-it-hungs-without-schema-seed
- 5595709 Merge pull request scylladb#404 from illia-li/il/fix-store-only_last_attempt_diff_generation
- ac15fbb Merge pull request scylladb#413 from scylladb/dk/409-log-details-required-for-debugging-failed-tests
- 916bff7 Merge pull request scylladb#416 from illia-li/il/fix-stmtlogger-add-nop-filelogger
- 8bda34c Merge pull request scylladb#417 from scylladb/dependabot/go_modules/golang.org/x/net-0.17.0
- fac064a Merge pull request scylladb#419 from scylladb/dependabot/go_modules/golang.org/x/net-0.23.0
- 1ddb2ee Merge pull request scylladb#421 from scylladb/update-dependancies
- c8a3c98 Merge pull request scylladb#422 from scylladb/remove-toolchain-from-go-mod
- 7600ee9 Merge pull request scylladb#423 from CodeLieutenant/feat/docker-release
- accfcf2 Merge pull request scylladb#424 from CodeLieutenant/feat/disable-materialized-views
- 6f91eb7 Merge pull request scylladb#425 from CodeLieutenant/feat/integration-tests
- cec657e build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
- 5cc62af build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0
- 69aaefd feat(cli): add statement-log-file option
- 4e4246c feat(go.mod): update dependancies
- ab3e873 feature(ci): release gemini using goreleaser and github actions
- 201baf2 feature(docker): new multi-staged docker build
- f553671 feature(integration-tests): Run same gemini command as in SCT
- 91bd64d feature(materialized-views): add cli flags to disable materialized views
- 7fb92e5 feature(releaser): better goreleaser with arm support and optimized AMD64
- 16a7413 fix(docs): fix url in README.md
- e921061 fix(go.mod): remove toolchain
- db2aa96 fix(stmtlogger): lets gemini work without 'test-statement-log-file' option
- 94b0aea fix(store): complex diff only at last retry attempt
- 42b56b8 fix(typedef): ValueVariationsNumber returns zero all the time
- f60664b fix(typedef): fix CQLPretty to produce runable queries