Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Releases: kiwicom/gocql

1.21.0

04 Jul 07:51
v1.21.0
63b7519
Compare
Choose a tag to compare

Added:

  • Murmur3Token function

1.20.1

01 Mar 11:58
v1.20.1
1e364b6
Compare
Choose a tag to compare

Fixed:

  • Handle missing values when building a routing key.

1.20.0

30 Jan 12:23
v1.20.0
f32fda3
Compare
Choose a tag to compare
  • Add Session.AllHosts

1.19.2

30 Oct 15:20
v1.19.2
d7209ab
Compare
Choose a tag to compare

Added:

  • Pass request context to frame observer

1.19.1

22 Sep 15:30
v1.19.1
fb119cd
Compare
Choose a tag to compare
  • Fix observing row information in FrameObserver.

1.19.0

22 Sep 12:44
v1.19.0
0770336
Compare
Choose a tag to compare
  • Add more instrumentation for outgoing and incoming CQL frames.

1.18.0

05 Sep 09:09
v1.18.0
3b7e681
Compare
Choose a tag to compare
  • Update Keyspace/Table name in prepared Query statement.
  • Add shard/thread information to tracing.
  • Replace waiting for CQL port with healthchecks.
  • Switch from Docker Compose V1 to V2.
  • Advertise driver's name and version in STARTUP.
    The version will be visible in system.clients table.
  • Reresolve DNS as fallback when all hosts are unreachable.
  • Fix race between Query.Release() and speculative executions.
  • Support larger dates in TypeDate marshalling.
  • Increase default timeouts.
  • Fix a deadlock in Session.Close() during control connection reconnect.
  • Fix DialHost not connecting to the requested host.
  • Always refresh ring on topology change/reconnection of control
    connection.
  • Fix GetHosts not querying system.local.
  • Add InstaclustrPasswordAuthenticator to defaultApprovedAuthenticators.
  • Add Query.Values().
  • Fix panics on deserialization.

1.17.0

28 Jun 12:36
v1.17.0
a3ee4d7
Compare
Choose a tag to compare
  • Handle topology changes before status changes
  • Remove and re-add host (by hostID) on IP change
  • Expose query/batch consistency in observers
  • refresh ring when Node Up event received for unknown host

1.16.0

03 Mar 14:44
v1.16.0
25b2f1c
Compare
Choose a tag to compare

Added:

  • HostInfo.ScyllaNrShards function

1.15.0

01 Mar 10:57
v1.15.0
cea7224
Compare
Choose a tag to compare

Added:

  • ScyllaToken and ScyllaShardID to Query/BatchObserver