-
Notifications
You must be signed in to change notification settings - Fork 155
1.1 changelog
Zhen Li edited this page Sep 8, 2016
·
37 revisions
###1.1.0-M02 Not yet released
New features:
- Added
session#resetto stop long running statements in the current session #210, #211 - Added new API for accessing records and mapped values with a default value #172
- Replaced
TRUST_SIGNED_CERTIFICATESwithTRUST_SYSTEM_CA_SIGNED_CERTIFICATESand/orTRUST_CUSTOM_CA_SIGNED_CERTIFICATES#218 - Exposed
resultAvailableAfterandresultConsumedAfteronResultSummaryandserveronSession#219 - Introduced
bookmarkingfor read your own writes within a cluster #223 - Supported for custom auth-tokens #221
Bug fixes:
- Better handling of
BUFFER_OVERFLOWon writes for TLS connections #177 - Reduce long time memory usage #207
- Tidied up format of log messages [#204] (https://github.com/neo4j/neo4j-java-driver/pull/204)
- Prefer
MapoveriterableinValues#valuemethod #208
###1.1.0-M01