Neo4j 5.1.0 There is no procedure with the name `apoc.cypher.mapParallel2` registered for this datab

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 ?

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.

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

Hi @florent_biville

Can we install the APOC extended from Neo4j Desktop?

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.

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?

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 :slightly_smiling_face: In general terms, "within a couple of weeks" would be a reasonable expectation

Hello @steggy Thank you very much for this info!

apoc-5.2.0-extended.jar is now available.
Not found for Neo4j 5.1.

https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases

Thank you!
(migrated from khoros post Solved: Re: Neo4j 5.1.0 There is no procedure with the nam... - Neo4j - 61705)