Skip to content

1.3 changelog

Zhen Li edited this page May 5, 2017 · 6 revisions

1.3.0

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

1.3.0-rc1

  • Removed experimental feature added in 1.3.0-beta01: Adds ConnectionIdleTimeout on connections to timeout connections in pool that have been idle longer than configured time. #165

1.3.0-beta01

  • Adds Routing context support in driver uri #168
  • Allows the driver to serve read operations when the writer is absent #170
  • Adds kerberos auth token support #169

With bug fixes from 1.2 releases since 1.2.0

  • 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
  • (Experimental) Adds ConnectionIdleTimeout on connections to timeout connections in pool that have been idle longer than configured time. #165
Clone this wiki locally