1.0.0-M04
Pre-release
Pre-release
The main changes in this release are listed as follows:
- Added support for streaming, which means that we no longer need to wait for the whole result of a Cypher statement to fully streamed back before visiting the first record in the result. Instead, we now could immediately visit the records that already arrive without blocking for the last record in the result to arrive!
- Added variants of
ResultCursor#single
andResultCursor#first
for simplified access and added support to call first and single multiple times. - Renamed
ConfigBuilder#withConnectionPoolSize
toConfigBuilder#withMaxSessions
.