Skip to content

1.0.0-M04

Pre-release
Pre-release
Compare
Choose a tag to compare
@zhenlineo zhenlineo released this 18 Feb 15:07
· 212 commits to 1.0 since this 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 and ResultCursor#first for simplified access and added support to call first and single multiple times.
  • Renamed ConfigBuilder#withConnectionPoolSize to ConfigBuilder#withMaxSessions.