Releases: mailgun/sandra
Releases · mailgun/sandra
v1.9.0
v1.8.2
upgrade to gocql v1.2.0
Fix bug when using non-default host policy
Do not use host policy to create keyspace (#25) In test mode the host policy is removed before the keyspace is created so that its Init method is not called twice.
Release v1.8.0
- Added context to ScanQuery
Changelog: v1.7.0...v1.8.0
Release v1.7.0
Now using the same gocql version as bunker
Allow Setting PoolConfig
Add Option to set PoolConfig (#21) * Allowing setting a PoolConfig
Release v1.5.0
Release v1.4.0
Upgrade gocql dependency to the lastest version
Upgrade go version to 1.16
Release v1.3.1
Added SessionConsistency
and set default consistency to LocalQuorum
Release 1.3.0
Add support for TLS and Authentication