Skip to content

Releases: scylladb/gocql

v1.7.2

05 Sep 09:32
e3e27db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2

v1.7.1

15 Jul 08:45
Compare
Choose a tag to compare

What's Changed

  • Use ScyllaShardAwareDialer as a default dialer by @zimnx in #102

Full Changelog: v1.7.0...v1.7.1

Release 1.7.0

08 Jul 09:42
Compare
Choose a tag to compare
Release 1.7.0 Pre-release
Pre-release

What's Changed

  • Open both encrypted and unencrypted Scylla in integration suite by @zimnx in #99
  • Reformat ClusterConfig to have doc comments above fields by @martin-sucha in #100
  • Add HostDialer interface by @martin-sucha in #98
  • Add ability to connect to nodes through proxy by @zimnx in #97
  • Merge shard awareness with original behaviour by @haaawk in #86

New Contributors

Full Changelog: v1.6.0...v1.7.0

Release 1.6.0

17 Jan 15:05
Compare
Choose a tag to compare

What's Changed

  • scylla: add com.scylladb.auth.TransitionalAuthenticator to approvedAuthenticators by @mmatczuk in #78
  • exec: add ExecQueryOnHost function by @mmatczuk in #84
  • Update upstream

Full Changelog: v1.5.0...v1.6.0

Release 1.5.0

15 Feb 13:12
390af0f
Compare
Choose a tag to compare

This release:

  • Adds shard aware port extensions
  • Adds CDC partitioner

Release 1.4.3

29 Oct 21:12
Compare
Choose a tag to compare

This release:

  • Adds possibility to use SERIAL reads 9f3fb4e
  • Includes changes from upstream
  • Migrates CI from Travis to GH actions e6cbbf9

Release 1.4.2

15 Oct 11:06
Compare
Choose a tag to compare

This release:

  • Fixes resource leak on some errors #56

Release 1.4.1

23 Sep 09:12
Compare
Choose a tag to compare

This release:

  • improves support for LWT queries #40
  • fixes deadlock when closing connections errors #53
  • improves logging for Scylla ConnPicker

Release 1.4.0

08 May 09:55
Compare
Choose a tag to compare

This release adds DESCRIBE SCHEMA capabilities to the driver by @zimnx.

Release 1.3.4

14 Apr 09:40
8a77482
Compare
Choose a tag to compare

Sync with upstream for bug fixes and various improvements such as support for Amazon MCS.

From this release and onward we are planning to use merge strategy rather than rebase for those interested in following the source development.