Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-02-2022 12:28 PM
I'm trying to migrate to `Neo4j 5.1.0`
I downloaded APOC from https://github.com/neo4j/apoc/releases
In the Neo4j browser, I checked the version:
RETURN apoc.version() AS output;
"5.1.0"
Now, when I run my Cypher queries, I receive the following error:
There is no procedure with the name `apoc.cypher.mapParallel2` registered for this database instance
Looks like this procedure is not the part of APOC core anymore. Is it possible to get this somewhere else for Neo4j 5.x ?
Solved! Go to Solution.
11-24-2022 06:42 PM
apoc-5.2.0-extended.jar is now available.
Not found for Neo4j 5.1.
https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases
11-03-2022 12:36 PM
Hello, a release of APOC extended (https://github.com/neo4j-contrib/neo4j-apoc-procedures/) has to be done first. We'll let you know when that happens.
11-03-2022 04:12 PM - edited 11-03-2022 04:13 PM
Not at the moment, unless you build APOC extended from sources and copy the resulting JAR to the plugin location of your instance.
Doing so may lead to stability issues since a release hasn't been made yet and there may be fixed required before it happens.
11-03-2022 02:38 PM
Thank you! I'm very close to run my new project soon completely on Neo4j, so it will be great to run it on Neo4j 5. I'm on 4.x right now and only `apoc.cypher.mapParallel2` prevents me to migrate to 5.x
11-07-2022 11:09 AM
Hi @florent_biville just a short question - is the release of APOC Extended for Neo4j 5.x a matter of the coming days or is it a long story?
11-08-2022 05:54 AM
Hello @myshareit ,
The team is actively working on this and would like to have it available in the coming week, but that's not a promise 🙂 In general terms, "within a couple of weeks" would be a reasonable expectation
11-24-2022 06:42 PM
apoc-5.2.0-extended.jar is now available.
Not found for Neo4j 5.1.
https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases
11-25-2022 10:33 AM
Thank you!
All the sessions of the conference are now available online