Releases: scylladb/gocql
Releases · scylladb/gocql
v1.11.0
What's Changed
This release is a essentially a rerelease of v1.8.0
. This is due to the fact that this repository incorrectly had v1.8.0
, v1.8.1
, v1.9.0
, v1.10.0
tags fetched from an upstream repository (see #139 and #110 for more context). Those versions have been retracted. v1.11.0
should be higher than any tag ever present in this repository.
Small changes for better CI stability:
- fix(docker-compose.yaml): increase memory limit to avoid hitting #126 by @dkropachev in #128
- Add healthchecks, switch from Docker Compose V1 to V2 by @sylwiaszunejko in #133
New Contributors
- @dkropachev made their first contribution in #128
- @sylwiaszunejko made their first contribution in #133
Full Changelog: v1.8.0...v1.11.0
v1.7.3
v1.7.2
What's Changed
- Fix nil pointer dereference in event handling node removal by @vponomaryov in #104
- Remove unused scyllaConnPicker.dialer by @martin-sucha in #103
New Contributors
- @vponomaryov made their first contribution in #104
Full Changelog: v1.7.1...v1.7.2
v1.7.1
Release 1.7.0
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
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
This release:
- Adds shard aware port extensions
- Adds CDC partitioner
Release 1.4.3
Release 1.4.2
This release:
- Fixes resource leak on some errors #56