Preview Release of APOC 3.2.0.5
Pre-release
Pre-release
- 298869c Add apoc.cypher.runFirstColumn, apoc.coll.sortMulti, apoc.coll.flatten functions
- b40e735 Fixes #597 - apoc.import.file.use_neo4j_config=true does not work as expected (#602)
- 886df44 Fixed Bolt Test
- 5c53203 Fixes #607 - add an
failOnError:false
option to load.json and friends (#613) - 9e1b6ed Added missing bolt driver to build.gradle
- 1737368 Fixes #483 - Allow accessing other databases via bolt
- 219d615 Issue #590 - test passing fine (#592)
- 61692cb implementing read locks (#601)
- 341d1ea Documentation for functions merged in #587
- 47b4eee Added apoc.text.capitalize, apoc.text.capitalizeAll, apoc.text.decapitalize, apoc.text.swapCase, apoc.text.camelCase, apoc.text.snakeCase, apoc.text.toUpperCase functions - #530
- 91b96a7 Added apoc.text.random(length, [valid_chars]) - Fixes #563
- f46da13 Fix memory issue with periodic.iterate with too large tx-size
- 14ed60e Fixes #584 - Allow asterisk as node label filter (#585)
- 9a0a5c5 Added support for multi value JSON sources in apoc.load.json
- 9ec76b8 Make default thread pool size configurable
- 0c48b17 Update exportCypher.adoc (#576)
- 88cd3a1 Parallelize Warmup
- d6d30ab Added aggregation to grouping nodes, made the implementation parallel
- cc82574 Adding apoc.log.* with procedures for logging out messages (#529)
- 1d8923a Revert "gradle task for automatic mapping between neo4j and apoc versions fixes #461 (#552)"
- b39d838 gradle task for automatic mapping between neo4j and apoc versions fixes #461 (#552)
- 78d24c6 Configurable pool size for Pools.SCHEDULED (#547)
- b0e55d8 Adding apoc.date.currentTimestamp (#554)
- 6ea5396 fixes #550 test call silent failure (#555)
- 9728992 KernelStatements in try() clause fixes #532 (#549)
- 6ef8318 MongoDB compatible values flag for non-packable values (#533)
- a442386 added apoc.load.ldap (#537)
- 087e6c9 upgrade to gradle 4.1 and gradle plugin updates
- bc7ecf8 shrinking pagecache for less memory consumption (#540)
- 2f3e124 Added function apoc.convert.toListOf(value, type)
- 34d3ced Added parallel degree distribution apoc.stats.degrees
- 4b0072d Removed debug log from Trigger, fixes #522
- 4afaead add apoc.text.split function that splits a string using a regexp (fixes #502) (#526)
- 1ebee7b fixes #523 - Add a apoc.version function (#524)
- d3c45be Fix Warmup for Neo4j 3.2