Releases: scylladb/gocql
Releases · scylladb/gocql
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
Release 1.4.1
Release 1.4.0
This release adds DESCRIBE SCHEMA capabilities to the driver by @zimnx.
Release 1.3.4
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.