Skip to content

APOC Release 3.0.8.4

Compare
Choose a tag to compare
@jexp jexp released this 06 Jan 02:22
· 25 commits to 3.0 since this release

This release targets Neo4j 3.0.8 and later in the 3.0.x series, should also work with earlier versions after 3.0.4

Notable changes:

  • ed7a25a Add some more full text index add and remove procedures for nodes and relationships
  • 989b26a fix escaping of \ in export.cypher.* fixes #235
  • 7c5b7ea added apoc.map.fromNodes(label, property) fixes #217
  • 4cdc97c remove extra relationships from apoc.meta.graph(), quick variant from db-stats via apoc.meta.graphSample() fixes #209
  • 7a6c525 added apoc.refactor.invert(rel) to invert relationship-direction
  • 59e5234 documented apoc.json.get/setProperty added apoc.json.getPropertyMap
  • 67bdac6 Additional option parameters for apoc.index.addAllNodes (#158)
  • 2c9fc73 added new map procedures, added MapListResult for a map with list values
  • ab7afbf Added first stab at export to csv with apoc.export.csv.* #117
  • e8742a6 added apoc.date.systemTimezone() for 3.0 (#216)
  • d862f6b Make sortNodes return a list of nodes, added coll.sortMaps, fixes #213, #214
  • cbe17be added apoc.date.expire.in and added some docs to overview, should fix #196
  • 8437ece added parameters for concurrency and write-back property and logging to Algorithms
  • d138146 Fix error message für periodic iterate and commit: Caused by: java.util.IllegalFormatConversionException: d != java.lang.String

This release also contains quite a number of bugfixes and a few documentation updates.

Thanks a lot to everyone who provided feedback or sent in pull requests.