All Versions
7
Latest Version
Avg Release Cycle
233 days
Latest Release
2511 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