Skip to content

v1.11.1

Compare
Choose a tag to compare
@avelanarius avelanarius released this 27 Jul 10:49
· 264 commits to master since this release

What's Changed

This release contains a number of changes merged from the upstream gocql repository:

  • Re-resolve DNS hostnames as a fallback when all hosts are unreachable by @wprzytula in apache#1708
    This change should make the driver more resiliant to a situation when some nodes are replaced and their DNS names change.
  • Add shard information to tracing by @sylwiaszunejko in apache#1716
  • Use keyspace/table information from PREPARED response by @sylwiaszunejko in apache#1714
    An example where this helps: previously the token awareness feature would work properly only if the user set a correct keyspace name on a session. Now, the metadata received from Scylla is used instead. Also see: apache#1621

Full Changelog: v1.11.0...v1.11.1