neo4j-java-driver

Neo4j Bolt driver for Java

APACHE-2.0 License

Stars
327
Committers
51

Bot releases are hidden (Show)

neo4j-java-driver - 1.7.0-beta03

Published by zhenlineo about 6 years ago

neo4j-java-driver - 1.6.1

Published by lutovich over 6 years ago

Minor release containing a fix for nanoseconds handling in duration. See changelog for more details.

neo4j-java-driver - 1.6.0

Published by lutovich over 6 years ago

General availability release with support for spatial and temporal neo4j types. See changelog for more details.

neo4j-java-driver - 1.6.0-rc2

Published by lutovich over 6 years ago

Release candidate containing small API improvements for Values and IsoDuration. See changelog for more details.

neo4j-java-driver - 1.6.0-rc1

Published by lutovich over 6 years ago

Release candidate containing couple API improvements and bugfixes. See changelog for more details.

neo4j-java-driver - 1.5.2

Published by lutovich over 6 years ago

Release containing a fix for connection error propagation with explicit transactions. See changelog for more details.

neo4j-java-driver - 1.6.0-beta01

Published by lutovich over 6 years ago

First beta release containing Netty upgrade and fix for DateTime type. See changelog for more details.

neo4j-java-driver - 1.6.0-alpha02

Published by lutovich over 6 years ago

Alpha release containing support for temporal types. See changelog for more details.

neo4j-java-driver - 1.6.0-alpha01

Published by lutovich over 6 years ago

First alpha release with Point type support. See changelog for more details.

neo4j-java-driver - 1.5.1

Published by lutovich over 6 years ago

Release containing fixes for Session#reset() and open transaction handling. See changelog for more details.

neo4j-java-driver - 1.4.6

Published by lutovich over 6 years ago

Minor release containing fixes for byte array handling and connection pooling. See changelog for more details.

neo4j-java-driver - 1.5.0

Published by lutovich almost 7 years ago

General availability release that introduces asynchronous API. See changelog for more information.

neo4j-java-driver - 1.5.0-rc1

Published by lutovich almost 7 years ago

Release candidate, see changelog for more details.

neo4j-java-driver - 1.5.0-beta03

Published by lutovich almost 7 years ago

Beta release containing logging improvements, better connection handling policy in routing driver and more. See changelog for more details.

neo4j-java-driver - 1.5.0-beta02

Published by lutovich almost 7 years ago

See changelog for more details.

neo4j-java-driver - 1.5.0-beta01

Published by lutovich almost 7 years ago

See changelog for more details.

neo4j-java-driver - 1.5.0-alpha03

Published by lutovich almost 7 years ago

See changelog for more details.

neo4j-java-driver - 1.4.5

Published by lutovich almost 7 years ago

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

neo4j-java-driver - 1.5.0-alpha02

Published by lutovich about 7 years ago

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!

neo4j-java-driver - 1.4.4

Published by lutovich about 7 years ago

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