-
Notifications
You must be signed in to change notification settings - Fork 70
1.3 changelog
Zhen Li edited this page May 5, 2017
·
6 revisions
- Adds
ConnectionIdleTimeout
on connections to timeout connections in pool that have been idle longer than configured time. #165
- 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
- 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 inBeginTransaction
#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