neo4j-contrib / rabbithole

Interactive, embeddable Neo4j-Console
http://rabbithole.heroku.com
79 stars 41 forks source link

Bump apoc from 3.5.0.1 to 4.0.0.0 #97

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps apoc from 3.5.0.1 to 4.0.0.0.

Release notes

Sourced from apoc's releases.

APOC Winter Release 4.0.0.0

Can’t imagine using the new version of Neo4j without APOC? We can’t either! That’s why we’ve prepared this release especially for Neo4j 4.0 compatibility.

This release was mostly powered by @​sarmbruster, working tirelessly to upgrade APOC from 3.5 to the new 4.0 Neo4j APIs and changes, as well as to merge incoming pull requests from improvements. Contributions for new procedures, fixes, and documentation updates came from @​conker84, @​mneedham, and @​karmakaze.

Happy developing! @​JMHReif and @​mneedham

Quick List of Changes

  • add recursive parameter for map.removeKey and map.removeKeys (fix for #1270)
  • add apoc.systemdb.graph for details of system database in Neo4j
  • add apoc.systemdb.execute to execute DDL commands against system database in Neo4j (fix for #1357)
  • add exception handling for apoc.xml.import on config error
  • add apoc.nodes.relationship.types and apoc.nodes.relationship.exists to check relationships across multiple nodes (fix for #1136)
  • add apoc.date.parseAsZonedDateTime to parse date with time and timezone

Bug fixes

  • fix for apoc.load.xls range issue with columns after Z (fix for #1342)
  • fix for apoc.cypher.runFile to not fail on an empty transaction (fix for #1262)
  • fix for apoc.periodic.* to improve logging (fix for #1363)
  • fix for apoc.export.cypher.* to correctly handle multiple labels (fix for #1366)
  • fix for apoc.export.csv.graph to handle internal and business ids in data (fix for #1335)

Configuration changes

Documentation

  • add feedback form in documentation pages - let us know where we can improve the docs!
  • refactored documentation pages for apoc.export.csv and apoc.export.json
  • fix for apoc.load.jsonParams to add documentation and test (fix for #1279)

APOC Release 3.5.0.17

What's Changed

Full Changelog: https://github.com/neo4j-contrib/neo4j-apoc-procedures/compare/3.5.0.15...3.5.0.17

3.5.0.15

No release notes provided.

3.5.0.14

This release contains:

  • Changed apoc.load.jdbc() to READ mode instead of WRITE for 3.5. (#1607)

... (truncated)

Commits
  • 15d4643 fix broken test!
  • 51eaeb0 bump version
  • 2db3b87 refactor export JSON section
  • fb20a8f fixes #1335: Using apoc.export.csv.graph with bulkImport:true produces wrong ...
  • cea3139 fixes #1335: Using apoc.export.csv.graph with bulkImport:true produces wrong ...
  • 0d8c1f3 Change name to apoc.date.parseAsZonedDateTime and add tests
  • 094b7f9 apoc.datetime.parse with format like apoc.date.parse but returns a datetime
  • 95ea2a5 Nodes versions of relationship.types|exists (#1375)
  • 4db2142 fix css so lists look better + tidy up result tables
  • 4780a4e Add examples to Export CSV section
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/neo4j-contrib/rabbithole/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #101.