Skip to content

APOC Late Spring Release 3.5.0.4

Compare
Choose a tag to compare
@jexp jexp released this 30 May 22:01
· 313 commits to 3.5 since this release

This is just a quick intermediate release before spring is over.


Powered by Neo4j Labs.

As usual big thanks to our contributors that spent countless hours to improve APOC and add useful functionality.

Here are the highlights:

  • New procedures: apoc.merge.node.eager() and apoc.merge.relationship.eager()
  • New functions: apoc.map.(m)get, apoc.map.mget and apoc.map.submap that fail on missing keys
  • Added apoc.date.convertFormats for String date conversions

Bugfixes/Improvements

  • Make sure custom procedures are also recreated on other cluster members
  • headers incorrect order after apoc csv export
  • Prepend cypher runtime=slotted in apoc.periodic.iterate driving statement
  • Make the dbms.directories.import directory the root for exports too as only that directory should be readable/writeable on a server
  • keep the mongodb connection open until stream is closed
  • allow loading of xml with DTD references
  • alias sql statements in neo4j.conf for apoc.load.jdbc
  • Adds ignoreQuotations configuration to apoc.load.csv
  • Avoid using recursion for re-submitting rejected tasks in the Pools.
  • Fix apoc.refactor.mergeNodes index conflict exception by moving property copying last just after deleting of source node

Enjoy!