-
Notifications
You must be signed in to change notification settings - Fork 68
1.2 changelog
Zhen Li edited this page May 4, 2017
·
12 revisions
not released yet
- Adds
ConnectionIdleTimeout
on connections to timeout connections in pool that have been idle longer than configured time. #165
- 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
- Hides failures that are caused by cluster leader switch by replay transactions using the strategy defined by retry logic #153 #154
The 1.2 driver provides improved Causal Clustering API. The improved API which