Skip to content

Neo4j Script Procedures 3.1.0.1

Latest
Compare
Choose a tag to compare
@jexp jexp released this 28 Mar 09:14
· 2 commits to 3.1 since this release

The first official release of Neo4j Script Procedures

These allow you to create, manage and run Javascript functions from Cypher via a few helper procedures and functions.

See the README for more details.

This release contains

  • the Upgrade to Neo4j 3.1.x (except 3.1.2)
  • the addition of a new user-defined function scripts.run to run your js functions
  • making parameters optional