Releases: neo4j/neo4j-java-driver
Releases · neo4j/neo4j-java-driver
1.0.0-M05
- Improved the way to configure encryption by introducing
EncryptionLevel
andTrustStrategy
to replace the oldTlsEnabled
andTlsAuthConfig
. - Introduced auth capabilities where on the creation of the driver, authentication credentials could be passed to the driver so that the server would be able to authenticate the driver user.
- Change ResultCursor to Iterator
- Improved discoverability of API
- Severity level is now exposed on
Notifications
- Summary#updateStatistics renamed to Summary#counters
- StatementResult#summarize renamed to StatementResult#consume
1.0.0-M04
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
.
1.0.0-M02
The main changes in this milestone release are listed as follows:
- Upgraded Bolt protocol implementation to support new preamble in handshake
- API modifications based on M01 feedback around Values, Result and Type interfaces
- Move API into v1 package to allow future releases with multiple API versions in parallel
- Few bug fixes.
See more details at https://github.com/neo4j/neo4j-java-driver/wiki/1.0-changelog