Releases: neo4j-contrib/neo4j-apoc-procedures
Releases · neo4j-contrib/neo4j-apoc-procedures
4.4.0.25
What's Changed
- [NOID] Fixes #2612: Added MAPRESULT type to custom functions (#3838) by @vga91 in #3883
- [NOID] Remove register BuiltInDbmsProcedures.class (#3660) by @vga91 in #3927
- [NOID] Bump version by @loveleif in #3933
- [NOID] Fixes #3831: Improve procedure errors in case of missing dependency (#3837) by @vga91 in #3928
- [NOID] Update snyk recommended dependencies by @gem-neo4j in #3935
Full Changelog: 4.4.0.24...4.4.0.25
APOC Extended Release 5.16.0
What's Changed
- Fixes #3823: Reading Parquet from s3 by @vga91 in #3845
- Fixes #3367: Test to check return type of apoc.any.rebind with a Path (#3841) by @vga91 in #3911
- Fix HelpExtendedTest not to edit extended.txt when executed (#3896) by @vga91 in #3910
- Fixes #3203: apoc.mongo dependencies are outdated with current mongodb (#3897) by @vga91 in #3909
- Make Bedrock chat body request compatible with OpenAI (#3866) by @vga91 in #3906
- [6R2yEhGU] No procedure with name xxxx registered for this database instance (#3800) (#3873) by @vga91 in #3904
- Fixes #3634: Updated ML procs for Azure OpenAI services (#3850) (#386… by @vga91 in #3903
- Fixes #3634: Add ML procs for AWS SageMaker Endpoints (#3871) (#3884) by @vga91 in #3908
- [NOID] fixes #3766 support for JDBC array columns (#3875) by @vga91 in #3914
- Changed java driver version by @vga91 in #3913
- Update vertexai.adoc (#3835) by @vga91 in #3918
- Replaced Open AI model (#3854) by @vga91 in #3912
- Fixes #3891: Add IBM Watson Foundation model integration (#3901) by @vga91 in #3917
- Fixes #3858: Allow configuration of openai base URL as parameter (#3880) by @vga91 in #3920
- Restored configuration.getOrDefault(APIKEY_CONF_KEY, ...) by @vga91 in #3923
- Fixes #3751: Failed to invoke procedure apoc.cypher.mapParallel2: Caused by:RuntimeException: Error polling, timeout by @vga91 in #3922
Full Changelog: 5.15.0...5.16.0
4.4.0.24
What's Changed
- Upgrade google-cloud-storage-version version to 2.29.1 to mitigate CVE-2023-2976 by @Lojjs in #3689
- Fix UUID bug by @loveleif in #3832
- Fix coll support for lists coming from Nodes or Rels. by @gem-neo4j in #3842
- Ignore check for optimizations if the format is CSV by @gem-neo4j in #3857
- Replaced Open AI model by @vga91 in #3855
- No procedure with name xxxx registered for this database instance by @vga91 in #3800
- Fixes #3766 support for JDBC array columns by @vga91 in #3874
- Adjusts format job credentials by @ncordon in #3877
- Do not fail the git update-index by @ncordon in #3878
- Formats everything by @ncordon in #3870
- error details while using apoc.cypher.run* procedures (#3668) by @vga91 in #3881
- Fixes #3367: Test to check return type of apoc.any.rebind with a Path (#3848) by @vga91 in #3879
- Adds documentation about decompression ratio by @ncordon in #3892
- Reshapes import and export sections by @ncordon in #3893
- Fixes backslashes parsing in csv import / export by @ncordon in #3898
Full Changelog: 4.4.0.23...4.4.0.24
5.15.0
What's Changed
- Dev fix UUID bug by @loveleif in #3833
- Fixes #3831: Improve procedure errors in case of missing dependency by @vga91 in #3837
- Fixes #2612: Added MAPRESULT type to custom functions by @vga91 in #3838
- Fixes #3634: Updated ML procs for Azure OpenAI services (#3850) by @vga91 in #3863
- Fixes #3823: Reading Parquet from s3 (#3846) by @vga91 in #3864
- Fixes #3367: Test to check return type of apoc.any.rebind with a Path (#3848) by @vga91 in #3862
- Upgrade java driver 5.15.0 by @vga91 in #3861
- Replaced Open AI model by @vga91 in #3853
- Make Bedrock chat body request compatible with OpenAI by @vga91 in #3867
- [6R2yEhGU] No procedure with name xxxx registered for this database instance (#3800) by @vga91 in #3872
- Fixes #3858: Allow configuration of openai base URL as parameter by @vga91 in #3880
- Fix TC StartupExtendedTest errors by @vga91 in #3888
Full Changelog: 5.14.0...5.15.0
5.14.0
What's Changed
- Fixes #3737: Add support for AWS Bedrock for ml procedures by @vga91 in #3802
- Fixes #3708: Neo4j APOC custom function hangs when nothing is found by @vga91 in #3759
- Fixes #3367: Test to check return type of apoc.any.rebind with a Path by @vga91 in #3848
- Fixes #3823: Reading Parquet from s3 by @vga91 in #3846
- Fixes #3634: Updated ML procs for Azure OpenAI services by @vga91 in #3850
Full Changelog: 5.13.0...5.14.0
4.4.0.23
What's Changed
- Bumps apoc version by @ncordon in #3776
- Adds sts to the list of aws extra-dependencies by @ncordon in #3774
- Bump Neo version by @gem-neo4j in #3785
- recommend using id function in apoc.periodic.iterate by @nadja-muller in #3791
- Cherry pick test fixes to 4.4 by @gem-neo4j in #3784
- add boolean example to apoc.refactor.normalizeAsBoolean by @nadja-muller in #3793
- document missing config parameters for apoc.import.csv by @nadja-muller in #3797
- Remove explicit netty dependency by @Lojjs in #3801
- add checks for node labels and relationship types for apoc.merge procedures by @nadja-muller in #3806
- License bump by @gem-neo4j in #3821
- Remove strange clean up method by @gem-neo4j in #3820
- Upgrades gradle version by @ncordon in #3699
- Fixed the dots by @orthogonal3 in #3824
New Contributors
- @orthogonal3 made their first contribution in #3824
Full Changelog: 4.4.0.22...4.4.0.23
5.13.0
Dear community ❤️ ,
we're happy to announce the release of Apoc Extend 5.13
. In this release we have to following new additions:
What's 🔥
- Fixes #3737: Add support for AWS Bedrock for ml procedures (#3802) by @vga91 in #3809 see the docs
What's Changed
- [NOID] Ignores flaky tests until they are fixed by @vga91 in #3787
- [NOID] Release 5.13.0 by @vga91 in #3803
- Update submodule to 5.13 by @vga91 in #3808
- Solve ci 5.13 errors by @vga91 in #3804
- Parallelize test if not in TeamCity (#3807) by @vga91 in #3814
- Fix StartupExtendedTest with bedrock procs by @vga91 in #3812
- Fix startup extended test 5.13 by @vga91 in #3815
- Fixes #3708: Neo4j APOC custom function hangs when nothing is found (#3759) by @vga91 in #3811
- Fixes #3751: mapParallel2 with rebind error by @vga91 in #3810
Full Changelog: 5.12.0...5.13.0
5.12.0
What's Changed
- Parquet small fixes (#3734) by @vga91 in #3735
- Fix WebDriverWait compile error (#3732) by @vga91 in #3733
- [drqYtb6r] apoc.cypher.run* procedures don't return results (extended) by @vga91 in #3615
- Fixes #3640: Custom procedures declaration fails in 5.x by @vga91 in #3647
- [KTShrhoz] Fix apoc.systemdb.* documentation (#3743) by @vga91 in #3744
- [YM9jwcK7] Follow up parquet procedures - Added documentation (#3736) by @vga91 in #3746
- Fixing typo on syntax by @lidiazuin in #3709
- Fixes #3695: Improvement docs for Cypher Procedures on 5.11 (#3748) by @vga91 in #3749
- Solve no suitable method found for register by @vga91 in #3666
- Fix CodeQl error by @vga91 in #3605
- [qxkr2RlZ] apoc.load.ldap cant find config value due to missing by @vga91 in #3728
- [NOID] Fixes #2978: The apoc.custom.declareProcedure does not accept default string values (#3036) by @vga91 in #3753
- [BqvAC2FK] Update selenium dependencies by @vga91 in #3663
- [XWc7tBAb] Custom procedures with overload fail after refresh by @vga91 in #3755
- Bump version 5.13.0 (#3456) (#3536) (#3658) by @vga91 in #3769
- Update playbooks for docs publish by @recrwplay in #3758
- [iBQzFOoI] Adds sts to the list of aws extra-dependencies by @ncordon in #3773
- Release 5.12.0 by @vga91 in #3778
- [NOID] Ignores flaky tests until they are fixed by @vga91 in #3786
- Solve flaky test 5.12 by @vga91 in #3783
- Fixes #3708: Neo4j APOC custom function hangs when nothing is found by @vga91 in #3788
- Update git submodule to 5.12 by @vga91 in #3789
- [NOID] Makes the extra-dependencies version 5.12 by @ncordon in #3792
New Contributors
- @recrwplay made their first contribution in #3719
Full Changelog: 5.3.0...5.12.0
4.4.0.22
What's Changed
- [ywxbKcBa] Fix fingerprinting docs by @vga91 in #3750
- [w652gDBp] Update Neo4j and APOC versions by @Lojjs in #3752
- [qxkr2RlZ] apoc.load.ldap cant find config value due to missing (#3727) by @vga91 in #3756
- [NkXyUGRz] Fixes #3669: apoc.uuid.setup -Signature not matching description (#3683) (#3684) by @vga91 in #3757
- [XWc7tBAb] Custom procedures with overload fail after refresh (#3755) by @vga91 in #3764
- [NOID] Fixes #3708: Neo4j APOC custom function hangs when nothing is found (#3760) by @vga91 in #3765
- [YGQfavsP] Remove dependency on external websites in load tests by @gem-neo4j in #3763
Full Changelog: 4.4.0.21...4.4.0.22
4.4.0.21
What's Changed
- Bump neo4j and apoc versions by @nadja-muller in #3712
- Reshapes import and export sections by @ncordon in #3705
- Adds option to customize decompression ratio by @ncordon in #3710
- ApocConfigCommandExpansionTest fixes by @gem-neo4j in #3713
- Add back mistakenly removed test by @gem-neo4j in #3716
- Cleans up resources after the tests by @ncordon in #3714
- Apoc Config import fix by @gem-neo4j in #3715
- Fix broken GeoCode tests by @gem-neo4j in #3718
- Fix apoc.systemdb.* documentation by @vga91 in #3745
Full Changelog: 4.4.0.20...4.4.0.21