Skip to content

1.2 changelog

Zhen Li edited this page May 4, 2017 · 12 revisions

1.2.3

not released yet

1.2.2

  • Adds ConnectionIdleTimeout on connections to timeout connections in pool that have been idle longer than configured time. #165

1.2.1

  • Adds IPv6 support, which is off by default, but could be turned on by setting Config.Ipv6Enabled=true #160 #172 #173
  • Ignores null bookmark in BeginTransaction #161
  • Skips retry on TransientError caused by user terminating transactions #162
  • Rolls back to initial server uri if running out of routers in discovery #166
  • Resolve DNS to IP addresses when establishing socket connections for the systems that cannot connect socket with DNS addresses #167

1.2.0

  • Hides failures that are caused by cluster leader switch by replay transactions using the strategy defined by retry logic #153 #154

1.2.0-beta01

The 1.2 driver provides improved Causal Clustering API. The improved API which

  • automates the passing of causal consistency context (bookmark) within Sessions #152
  • prevents Driver death when the database service is completely unavailable #150
Clone this wiki locally