Skip to content

v1.4.0

Compare
Choose a tag to compare
@martin-sucha martin-sucha released this 26 Apr 13:46
· 36 commits to master since this release
v1.4.0
4367d09

Changed

  • gocql now refreshes the entire ring when it receives a topology change event and
    when control connection is re-connected.
    This simplifies code managing ring state. (#1680)
  • Supported versions of Cassandra that we test against are now 4.0.x and 4.1.x. (#1685)
  • Default HostDialer now uses already-resolved connect address instead of hostname when establishing TCP connections (#1683).

Fixed

  • Deadlock in Session.Close(). (#1688)
  • Race between Query.Release() and speculative executions (#1684)
  • Missed ring update during control connection reconnection (#1680)