Skip to content

Releases: neo4j/neo4j-java-driver

1.4.5

15 Nov 09:12
8cc7b03
Compare
Choose a tag to compare

Minor release containing a connection handling improvement for routing driver. See changelog for more details.

1.5.0-beta01

15 Nov 09:14
Compare
Choose a tag to compare
1.5.0-beta01 Pre-release
Pre-release

See changelog for more details.

1.5.0-alpha03

15 Nov 09:13
Compare
Choose a tag to compare
1.5.0-alpha03 Pre-release
Pre-release

See changelog for more details.

1.5.0-alpha02

29 Sep 13:15
Compare
Choose a tag to compare
1.5.0-alpha02 Pre-release
Pre-release

Second alpha release containing initial version of Netty-based async API. Required Java version has been raised to Java 8. This is done to be able to use native Java async types like CompletionStage and CompletableFuture. Routing is not yet supported. Async and blocking network connections live side-by-side.

New async API contact points:

  • CompletionStage<Transaction> Session#beginTransactionAsync() - allows starting a transaction in async manner
  • CompletionStage<Void> Session#closeAsync() - allows closing session in async manner
  • StatementResultCursor - allows asynchronous retrieval of records and result summary
  • CompletionStage<StatementResultCursor> Session#runAsync() and CompletionStage<StatementResultCursor> Transaction#runAsync() have various overloads to execute queries asynchronously
  • CompletionStage<Void> Transaction#commitAsync() and CompletionStage<Void> Transaction#rollbackAsync() to commit and rollback transactions

This is a pre-release version and is not intended for production use!

1.4.4

18 Sep 18:56
Compare
Choose a tag to compare

Patch release with a bug fix for disposal of broken connections. See changelog for more details.

1.4.3

10 Aug 08:47
Compare
Choose a tag to compare

Patch release containing could small bug fixes. See changelog for more details.

1.4.2

18 Jul 18:35
Compare
Choose a tag to compare

Patch release containing could small bug fixes. See changelog for more details.

1.5.0-alpha01

13 Jul 08:51
Compare
Choose a tag to compare
1.5.0-alpha01 Pre-release
Pre-release

First alpha release of 1.5 with improved load balancing strategy for Neo4j Causal Clustering.

1.4.1

26 Jun 14:44
Compare
Choose a tag to compare

Release fixes handling of char property values and removes caching of resolved hostnames. See changelog for more details.

1.4.0

15 Jun 09:19
Compare
Choose a tag to compare

The official release of 1.4.0.