Releases: neo4j/apoc
Releases · neo4j/apoc
5.24.1
What's Changed
Full Changelog: 5.24.0...5.24.1
5.24.0
What's Changed
- Removing occurrences of an old signature of GraphDatabaseAPI#beginTran… #656 (by @PetrJanouch)
- Add new regex matcher by group names #654 (by @gem-neo4j)
- Return a node even if no relationships exist #653 (by @gem-neo4j)
- Fix broken APOC test #652 (by @gem-neo4j)
Full Changelog: 5.23.0...5.24.0
5.23.0
What's Changed
- Removing references to legacy builds in TeamCity #649 (by @omar952)
- Fix broken APOC test #650 (by @gem-neo4j)
- Export CSV updates #645 (by @gem-neo4j)
- Remove old github actions #648 (by @gem-neo4j)
Full Changelog: 5.22.0...5.23.0
5.22.0
What's Changed
- Only create a TriggerHandler if triggers are enabled. #637 (by @Lojjs)
- Fail apoc.warmup.run on non record storage dbs #629 (by @loveleif)
- Give a clear error message when a relationship is defined before its node #636 (by @gem-neo4j)
- Make nodes/rels csv behaviour consistent #635 (by @gem-neo4j)
Full Changelog: 5.21.2...5.22.0
5.21.2
What's Changed
Full Changelog: 5.21.0...5.21.2
5.21.0
What's Changed
- Fix bug with apoc.export.cypher.* where temp. rel properties were not cleaned up. #632 (by @Lojjs)
- Added UrlCheck for files #628 (by @JoelBergstrand)
- Clean up deprecated settings #625 (by @gem-neo4j)
- Clean up some docker deprecated config and java deprecated functions values #624 (by @gem-neo4j)
- Update wait strategy #626 (by @loveleif)
- Allow cypher.export.schema return using a stream #623 (by @gem-neo4j)
- Adapt test assertions to antlr #622 (by @loveleif)
- Bump APOC and Neo to 5.21.0 #619 (by @gem-neo4j)
- Close resources for open readers #620 (by @gem-neo4j)
- Update dependencies #621 (by @gem-neo4j)
Full Changelog: 5.20.0...5.21.0
5.20.0
5.19.0
What's Changed
- APOC Version Bump - 5.19.0 by @gem-neo4j in #608
- Add tests for RBAC deny on load by @gem-neo4j in #607
- Updated driver version to 5.18 by @JoelBergstrand in #609
- Upgrade hadoop from 3.3.6 to 3.4.0 to mitigate multiple vulnerabilities by @Lojjs in #612
- Make recursiveRebind nullsafe for maps. by @Lojjs in #613
- Added meta-data to batches in periodic iterate by @JoelBergstrand in #610
New Contributors
- @JoelBergstrand made their first contribution in #609
Full Changelog: 5.18.0...5.19.0
5.18.0
What's Changed
- Bump versions to 5.18 by @Lojjs in #582
- Make hashing functions stable on all neo4j types by @loveleif in #573
- Solves apoc.meta.data bug with reserved names for relationships and nodes by @ncordon in #584
- apoc.convert.toTree keep all rels in tree fix by @gem-neo4j in #581
- apoc.convert.toTree Add ID as well, so it is back-portable to 4.4 by @gem-neo4j in #588
- Optimise apoc.meta.* procedures by @loveleif in #589
- Use Neo4j home to determine default config location. by @Lojjs in #586
- Remove commons math3 by @klaren in #601
- Remove commons-collections4 by @klaren in #602
- Align arrow and netty version with server by @loveleif in #595
- Fix illegal use of inner transaction in apoc.periodic.iterate by @loveleif in #596
- Annotate apoc.do with @NotThreadSafe by @pontusmelke in #603
- Rely on neo4j provided libraries instead of shading by @klaren in #604
- apoc.refactor.cloneNodes does not need to be in its own transaction by @gem-neo4j in #605
- Exclude OpenCSV bean-dependencies by @klaren in #606
New Contributors
Full Changelog: 5.17.1...5.18.0
5.17.1
What's Changed
- Align dependency versions with server.