Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Releases: MichaelS11/go-cql-driver

v0.1.1

20 Sep 16:32
bd730e9
Compare
Choose a tag to compare
Adding go.{mod,sum} (#4)

Adding go module support, relates to #3.

v0.1.0

16 Sep 21:37
22a9d51
Compare
Choose a tag to compare
add support for ssl options (#2)

* add support for ssl options

* use strconv.ParseBool

* set clusterConfig.SslOpts in each case instead

* expand on tests

* fix extraneous TrimSpace and missing QueryUnescape on value

* reorg tests for TestConfigStringToClusterConfig

* only QueryUnescape username, password, certPath, keyPath, and caPath

* add SslOptions to ClusterConfigToConfigString

* fix missing QueryEscape on username and password