All Versions
7
Latest Version
Avg Release Cycle
233 days
Latest Release
2501 days ago

Changelog History

  • v0.10.0 Changes

    May 14, 2017

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Supports Play 2.5
    • Still relies on iteratee-based streaming

    Resolved Issues

  • v0.9.1 Changes

    May 19, 2016

    โž• Added support for neo4j 3.0

    • ๐Ÿ›  Fixes issue #55

    Minor improvements in the Transaction API

    • โช rollback won't throw anymore
    • ๐ŸŒฒ autocommit transaction will report that it is an autocommit transaction in txId to help with logging

    ๐Ÿ“š Error fixes in documentation

  • v0.9.0 Changes

    March 26, 2016

    ๐Ÿ‘Œ Support for transaction.

    • โž• Added Neo4jConnection, which Neo4jREST extends
    • โž• Added Neo4jTransaction, along with implicit conversion from Neo4jConnection to an autocommit transaction, which the open transaction object can shadow by being in a code block passed to Neo4jTransaction.withTx

    โœ‚ Removed method:

    • Neo4jREST.query
      ๐Ÿ‘‰ use streamAutocommit

    ๐Ÿ—„ Deprecated API:

    • Neo4jREST.sendQuery
      ๐Ÿ‘‰ use execute
  • v0.8.1 Changes

    February 16, 2016

    Reactive Streaming API for handling data sets returned from the Neo4j server, one CypherResultRow at a time.

  • v0.7.1 Changes

    November 04, 2015

    ๐Ÿ‘‰ Use PlayWS for http client. Use Play 2.4.

    ๐Ÿ›  Issues fixed:
    #42
    #44
    #46

  • v0.5.1

    June 29, 2014
  • v0.4.2

    July 15, 2013