-
Notifications
You must be signed in to change notification settings - Fork 155
1.5 changelog
Konstantin Lutovich edited this page Nov 15, 2017
·
22 revisions
not yet released
- Blocking API on top of async API #415
- Added
Driver#closeAsync()
#414 - Fixed
Session#reset()
#418 - Blocking transaction functions execute in caller thread, as in previous driver versions #420
-
Session
andTransaction
correctly propagate not consumed failures when closed #423
- Changed supported project Java compiler requirement to java 8 #406
- Async API and implementation for direct driver #405 #404 #402
- Fixed failed to enlarge network buffer error #390
- Support IPv6 in routing procedure responses #392
- Added
maxConnectionLifetime
setting #398 - Added
maxConnectionPoolSize
setting #402 - Added
connectionAcquisitionTimeout
setting #402