prov-db-connector icon indicating copy to clipboard operation
prov-db-connector copied to clipboard

Bump neo4j from 5.6.0 to 5.10.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps neo4j from 5.6.0 to 5.10.0.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 5.10.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#5100

Neo4j Python Driver 5.9.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#590

Neo4j Python Driver 5.8.1

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#581

Neo4j Python Driver 5.8.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#580

Neo4j Python Driver 5.7.0

https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog#570

Changelog

Sourced from neo4j's changelog.

Neo4j Driver Change Log (breaking/major changes only)

See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.

NEXT RELEASE

  • No breaking or major changes.

Version 5.10

  • No breaking or major changes.

Version 5.9

  • neo4j.auth_management.ExpiringAuth's expires_in (in preview) was replaced by expires_at, which is a unix timestamp.
    You can use ExpiringAuth(some_auth).expires_in(123) instead.

Version 5.8

  • Renamed experimental neo4j.RoutingControl.READERS to READ and WRITERS to WRITE.
  • Renamed experimental driver.query_bookmark_manager to execute_query_bookmark_manager.
  • Query argument to experimental driver.execute_query not is typed LiteralString instead of str to help mitigate accidental Cypher injections. There are rare use-cases where a computed string is necessary. Please use # type: ignore, or typing.cast to suppress the type checking in those cases.

Version 5.7

  • Deprecated importing from neo4j.work and its submodules. Everything should be imported directly from neo4j instead.

Version 5.6

  • No breaking or major changes.

Version 5.5

  • No breaking or major changes.

Version 5.4

  • Undocumented helper methods Neo4jError.is_fatal_during_discovery and Neo4jError.invalidates_all_connections have been deprecated and will be removed without replacement in version 6.0.

Version 5.3

... (truncated)

Commits

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[bot] avatar Jun 30 '23 04:06 dependabot[bot]