Releases: neo4j/apoc
Releases · neo4j/apoc
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.
5.17.0
What's Changed
- Version bump by @gem-neo4j in #562
- Adjusts gradle command to always succeed in the license job by @ncordon in #564
- Exclude asm to fix startup issue by @gem-neo4j in #561
- Use count methods with transaction state by @zimmre in #569
- Fixes backslashes parsing in csv import / export by @ncordon in #572
- Add default value for optionalData. by @Lojjs in #571
- Bump arrow by @loveleif in #576
- Upgrade driver used in tests to 5.16.0 by @gjmwoods in #579
- Updates libraries suggested by Snyk by @ncordon in #575
- Fixes directory that should be non existing by @ncordon in #574
- Make it possible to control version number through an environment variable by @simlind in #580
- Fix bugs and refactor apoc.cypher.runMany by @loveleif in #578
New Contributors
Full Changelog: 5.16.1...5.17.0
5.16.1
What's Changed
- [HTtgtRFX] Fix bug in triggers by @loveleif in #547
- [brxa3W4m] Adapt to Neo4j dependency bump by @Lojjs in #549
- [NOID] Updates neo4j and apoc version by @ncordon in #551
- [NOID] Solves bug where bot cannot update the format / license comment by @ncordon in #552
- [G9u7OAg9] Ignore check for optimizations if the format is CSV by @gem-neo4j in #542
- [NOID] Solves populated git-diff index bug when no changes have happened by @ncordon in #553
- [NOID] Allows execution of integration tests with bundled apoc by @ncordon in #550
- [NOID] Update neo4j docker override params. by @simlind in #555
- [pgcq5tlP] Fix flaky test by @loveleif in #557
- [c11DvQNF] Investigate flaky test by @loveleif in #556
- [tyXNOmR9] Investigate flaky test by @loveleif in #560
- [yaWCMgIP] Exclude asm to fix startup issue (#561) by @ncordon in #565
Full Changelog: 5.15.0...5.16.1
5.15.1
5.15.0
What's Changed
- [HJwIMwqg] Revert "apoc.export.csv.graph incorrectly exports properties with datatype float" by @vga91 in #486
- [NOID] Bump arrow versions by @gem-neo4j in #487
- [W9VglL9c] Bump APOC and Neo versions to 5.13 by @gem-neo4j in #485
- [NOID] temporarily reduce startup attempts by @nadja-muller in #491
- [NOID] Annotate unsafe procedures with @NotThreadSafe by @pontusmelke in #452
- [47wOlqLp] Adds option to customize decompression ratio by @ncordon in #492
- [NOID] Cleans up resources after the tests by @ncordon in #493
- [NOID] Fix licenses after Neo update by @gem-neo4j in #497
- [3X06NMak] Update Scan to PartitionedScan as Scan is deprecated by @gem-neo4j in #498
- [6zK6lL5F] Update to use new descriptions for new Cypher Types by @gem-neo4j in #496
- [Gc8EZpDO] Clean up some usages of getId() which is deprecated by @gem-neo4j in #499
- [x2fDvuKu] extend timeout for flaky BigGraphTest by @nadja-muller in #504
- [pnx0Njj0] update versions by @nadja-muller in #506
- [pLz5YbCW] add checks for node labels and relationship types for apoc.merge procedures by @nadja-muller in #503
- [NoID] update dependencies according to neo4j bumps by @nadja-muller in #501
- [NOID] Remove explicit netty dependency by @Lojjs in #515
- [NOID] Update param name to delay by @gem-neo4j in #488
- [2kuFEKOe] Fix flaky integration test by @loveleif in #512
- [NOID] Bump driver version by @loveleif in #510
- [NOID] Update the docker command to match the one in docs by @gem-neo4j in #518
- [q3KTZ83O] Remove strange clean up method by @gem-neo4j in #517
- [NOID] Adds job to apply formatting in PRs by @ncordon in #520
- [NOID] Upgrades testContainers dependency by @ncordon in #523
- [Dz0rqAEz] Bump APOC and Neo to 5.15 by @gem-neo4j in #521
- [NOID] Adds job to update the licenses in PRs by @ncordon in #524
- [NOID] Formats everything by @ncordon in #522
- [NOID] Updates gradle version by @ncordon in #525
- [jMd3ZuqI] Fix arrow flaky tests by @ncordon in #519
- [5kItK998] Fix bug in triggers by @loveleif in #513
- [jyX5Zi3L] Fix bug in apoc.search.nodeAll and apoc.search.node by @loveleif in #529
- [Bc2lkk3N] Fix flaky test by @loveleif in #526
- [54NHcNqK] Fix flaky test by @loveleif in #528
- [NOID] Setups testing for JDK 21 by @ncordon in #532
- [h99LDu82] Fix flaky test by @loveleif in #527
- [ZtMMHJqS] update use of internal parsing API when validating/sanitiz… by @nadja-muller in #530
- [gtjPFvMD] Fix coll support for lists coming from Nodes or Rels. by @gem-neo4j in #538
- [NOID] Use Injected UrlAccessChecker for checking access to URLs by @mnd999 in #537
- [NOID] Quick Fix UtilIT to fix build by @mnd999 in #543
- [NOID] More fixes for issues related to URLAccessChecker by @mnd999 in #544
- [NOID] Add parameterized custom maven repo resource in build file. by @simlind in #545
New Contributors
- @pontusmelke made their first contribution in #452
Full Changelog: 5.12.0...5.15.0
5.14.0
What's Changed
- Extend timeout for flaky BigGraphTest by @nadja-muller in #504
- Update versions by @nadja-muller in #506
- Add checks for node labels and relationship types for apoc.merge procedures by @nadja-muller in #503
- Update dependencies according to neo4j bumps by @nadja-muller in #501
- Remove explicit netty dependency by @Lojjs in #515
- Update param name to delay by @gem-neo4j in #488
- Fix flaky integration test by @loveleif in #512
- Bump driver version by @loveleif in #510
- Update the docker command to match the one in docs by @gem-neo4j in #518
- Remove strange clean up method by @gem-neo4j in #517
- Updates gradle version (#525) by @ncordon in #531
Full Changelog: 5.13.0...5.14.0
5.13.0
What's Changed
- Revert "apoc.export.csv.graph incorrectly exports properties with datatype float" by @vga91 in #486
- Bump arrow versions by @gem-neo4j in #487
- Bump APOC and Neo versions to 5.13 by @gem-neo4j in #485
- temporarily reduce startup attempts by @nadja-muller in #491
- Annotate unsafe procedures with
@NotThreadSafe
by @pontusmelke in #452 - Adds option to customize decompression ratio by @ncordon in #492
- Cleans up resources after the tests by @ncordon in #493
- Fix licenses after Neo update by @gem-neo4j in #497
- Update Scan to PartitionedScan as Scan is deprecated by @gem-neo4j in #498
- Update to use new descriptions for new Cypher Types by @gem-neo4j in #496
- Clean up some usages of getId() which is deprecated by @gem-neo4j in #499
- bump netty version by @nadja-muller in #511
New Contributors
- @pontusmelke made their first contribution in #452
Full Changelog: 5.12.0...5.13.0
5.12.0
What's Changed
- Bumps apoc version by @ncordon in #470
- Ignore vector indexes when getting indexes from Neo4j. by @Lojjs in #467
- Fix potential ApocConfigTest issues by using a separate conf file for command expansion by @gem-neo4j in #466
- Bump commoms lang3 from 3.12.0 to 3.13.0 by @Lojjs in #473
- Netty dependency update to match core product by @MishaDemianenko in #474
- Fix broken GeoCode tests by @gem-neo4j in #476
- Uses slf4j-api 2.x api instead of slf4j-simple 1.x by @ncordon in #480
- Make ExportCypherTest more robust. by @Lojjs in #481
- Update Google Cloud Storage dependency by @gem-neo4j in #483
- Dev fix flaky load tests by @gem-neo4j in #484
- apoc.export.csv.graph incorrectly exports properties with datatype float by @vga91 in #403
Full Changelog: 5.11.0...5.12.0
5.11.0
What's Changed
- Bump version to 5.11.0 by @gem-neo4j in #454
- Allow Command Expansion APOC by @gem-neo4j in #453
- Fix flaky index test by @gem-neo4j in #455
- Remove overrideImplementation argument by @mnssn in #457
- Some warning and deprecation clean up 🧹 by @gem-neo4j in #461
- Add isDeprecated to apoc.help by @gem-neo4j in #463
- Fixes failing path traversal TeamCity tests by @ncordon in #464
- Update licenses based on jetty bump in Neo4j. by @Lojjs in #468
- Ignore vector indexes - with hack by @Lojjs in #469
Full Changelog: 5.10.0...5.11.0