Skip to content

Releases: neo4j/neo4j-java-driver

1.1.2

14 Feb 12:49
Compare
Choose a tag to compare

Updated routing and couple exception improvements.

1.1.1

21 Jan 21:49
Compare
Choose a tag to compare

Connection pool improvements, configurable socket connection timeout and OSGI support. See changelogs for more.

1.1.0

07 Dec 08:59
Compare
Choose a tag to compare

In this new driver version, we'd like to present a new routing driver with built-in routing to a Neo4j 3.1+ causal cluster. To use the new routing driver, use bolt+routing scheme instead of bolt in the uri when creating the driver.

If you still prefer your own routing or you are still working with the old HA cluster, then bolt scheme gives you all the same old behaviors with minor improvements.

To see the whole story, please take a look at the 1.1 changelog

1.1.0-M07

30 Nov 10:18
Compare
Choose a tag to compare
1.1.0-M07 Pre-release
Pre-release

A new release of the 1.1 driver.
This release introduces a few small improvements in the API. For the full details of the new changes, pls find them in the changelog

1.1.0-M06

21 Oct 08:00
Compare
Choose a tag to compare
1.1.0-M06 Pre-release
Pre-release

Proper handling of cluster failures for transactions. See changelog for more info.

1.0.6

21 Oct 07:58
Compare
Choose a tag to compare

Fixed a few bugs related to buffer management and improved few error messages. See changelog for more info

1.1.0-M04

07 Oct 10:31
Compare
Choose a tag to compare
1.1.0-M04 Pre-release
Pre-release

Bug fixes for discovery and routing.

See details in the 1.1 changelog

1.1.0-M03

30 Sep 08:32
Compare
Choose a tag to compare
1.1.0-M03 Pre-release
Pre-release

Minor improvement in error messages.

1.1.0-M02

23 Sep 08:18
Compare
Choose a tag to compare
1.1.0-M02 Pre-release
Pre-release

This release introduces the new support of routing cypher statements to a Neo4j 3.1+ cluster and running statements on the cluster directly.
More details info and bug fixes could be found in changelog

1.1.0-M01

19 Jul 08:08
Compare
Choose a tag to compare
1.1.0-M01 Pre-release
Pre-release

The first release of driver 1.1. See more info in the changelog.
More new features coming soon!