Skip to content

Releases: mailgun/sandra

v1.9.0

13 Sep 10:22
b517452
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.9.0

v1.8.2

31 Aug 15:42
09d3d5d
Compare
Choose a tag to compare

upgrade to gocql v1.2.0

Fix bug when using non-default host policy

30 Jun 00:15
73d3ea1
Compare
Choose a tag to compare
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

26 Apr 20:22
df7fa41
Compare
Choose a tag to compare
  • Added context to ScanQuery

Changelog: v1.7.0...v1.8.0

Release v1.7.0

14 Feb 23:26
945d3c2
Compare
Choose a tag to compare

Now using the same gocql version as bunker

Allow Setting PoolConfig

14 Feb 22:37
052ac63
Compare
Choose a tag to compare
Add Option to set PoolConfig (#21)

* Allowing setting a PoolConfig

Release v1.5.0

24 Jan 13:48
dfecaf5
Compare
Choose a tag to compare

What's Changed

  • Add context to ExecuteQuery by @vtopc in #20

Full Changelog: v1.4.0...v1.5.0

Release v1.4.0

21 Jul 12:42
facd6a5
Compare
Choose a tag to compare

Upgrade gocql dependency to the lastest version
Upgrade go version to 1.16

Release v1.3.1

24 Sep 19:44
a9a476d
Compare
Choose a tag to compare

Added SessionConsistency and set default consistency to LocalQuorum

Release 1.3.0

28 Jan 21:54
13dff1c
Compare
Choose a tag to compare

Add support for TLS and Authentication