Skip to content

Releases: scylladb/gemini

v1.7.8

02 Feb 07:42
Compare
Choose a tag to compare

Changelog

v1.7.7

01 Sep 17:16
8bcf95d
Compare
Choose a tag to compare

Changelog

  • 0a4a716 Gemini v1.7.6
  • 8bcf95d Merge pull request #274 from aleksbykov/gemini-issues-fixes
  • 8a94ad2 feature(root): Support cli parameters: request and connect timeouts
  • 71db7c8 fix(schema): Correctly build verifing query
  • dcd270a release(v1.7.7): gemini release v1.7.7

v1.7.6

04 Aug 09:38
c3d3858
Compare
Choose a tag to compare

Changelog

  • fdb8eba Gemini v1.7.6
  • 66c21f4 Merge pull request #269 from soyacz/fix-error-message-for-failed-load
  • c3d3858 Merge pull request #270 from soyacz/gemini-release
  • 71d786d fix error handling in load function

v1.7.5

28 Apr 08:10
Compare
Choose a tag to compare

Changelog

b295556 Fix query create mv
60c1ca4 Gemini v1.7.5

v1.7.4

04 Jan 07:27
Compare
Choose a tag to compare

Changelog

96cbb60 Create indexes only if they dont exists
5694b50 Docs for the new auth options.
9490b4f Fix CHANGELOG.md formatting
a1265c1 Fix mutex unlocking in ddl() function
e001470 Gemini v1.7.4
e9d87cb Print sample status to stdout if error detected
8e80a59 Remove recursive table read lock from GenDeleteRows()
c6e832a Remove recursive table read lock from GenInsertJsonStmt()
a472551 Remove recursive table read lock from GenInsertStmt()

v1.7.3

21 Sep 10:07
Compare
Choose a tag to compare

Changelog

429d31f Add support for password authentication on both Oracle and Test clusters.
5a66e6a Avoided passing ClusterConfig to authenticator builder; Improved logging.
dcf663e Exported SetAuthenticator from auth package and added comment doc.
7394c35 Fix goreleaser config for latest version
24a2f45 Fixed auth package location.
57f9885 Gemini v1.7.3
7d81956 README: Random testing => randomized testing
5ff7712 README: randomize => randomized
d744eb5 gemini: add option to use server-side generated timestamps
b5960e7 gemini: add options to choose host selection policies (for both clusters)
033d0de store: don't enable tracing if not requested

v1.7.2

25 Aug 14:14
Compare
Choose a tag to compare

Changelog

19f5b6f Gemini v1.7.2
29db88d schema: add "IF NOT EXISTS" check when creating a new type

v1.7.1

01 Jun 09:16
9e8e61f
Compare
Choose a tag to compare

Changelog

9e8e61f Merge pull request #242 from scylladb/timeout_failure_to_stop
a0f993d gemini: ensure shutdown in case of timeout

v1.7.0

25 May 06:46
Compare
Choose a tag to compare

Changelog

843428e Merge pull request #240 from scylladb/issue_229
747129d docker: default dev scylla is 4.0.0
55cbea0 gocql: bumped to v1.4.0
04a3497 gocqlx: bumped to v2.0.2
c589d97 schema: initial support for simple LWT on insert
8fd9477 schema: omitting missing schema elements when nil
123054f scripts: fixed stdin/stderr when checking scylla started

v1.6.10

19 May 07:13
Compare
Choose a tag to compare

Changelog

b5832da Merge pull request #238 from scylladb/issue_232
3bd3d2f Merge pull request #239 from scylladb/issue_226
407eaac cmp: upgrade to fix Go 1.4 changes
afce590 gemini: attempts to shutdown more precisely
12f45d1 gemini: simplified main job launching
1ce6a1b github: actions workflow fix
f67c87d github: actions workflow go version
2b8817b github: added actions for tests
d2d2c92 schema: fixed create table creation and tests
67e678a schema: index name contains table name