prov-db-connector
prov-db-connector copied to clipboard
Bump neo4j from 5.6.0 to 5.10.0
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
'sexpires_in
(in preview) was replaced byexpires_at
, which is a unix timestamp.
You can useExpiringAuth(some_auth).expires_in(123)
instead.Version 5.8
- Renamed experimental
neo4j.RoutingControl.READERS
toREAD
andWRITERS
toWRITE
.- Renamed experimental
driver.query_bookmark_manager
toexecute_query_bookmark_manager
.- Query argument to experimental
driver.execute_query
not is typedLiteralString
instead ofstr
to help mitigate accidental Cypher injections. There are rare use-cases where a computed string is necessary. Please use# type: ignore
, ortyping.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 fromneo4j
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
andNeo4jError.invalidates_all_connections
have been deprecated and will be removed without replacement in version 6.0.Version 5.3
... (truncated)
Commits
03de905
Bump version to 5.10 (#941)e7c42b0
Docs: fix documented type of query_ parameter of execute_query (#939)fd2c943
Docs: improve version changes formatting (#938)a8a2b04
Updated examples and docs (#929)c3884e5
API docs: improve ExpiringAuth docs (#934)c95dc3a
Bump version to 5.9 (#933)972f386
ADR 013: bolt_agent, user_agent update, Bolt 5.3 (#910)f267a2f
Docs: mention performance impact of warning filtering. (#931)bb1839c
Align spacing of one log message (#926)3f5074c
Change ExpiringAuth.expires_in to expires_at (#928)- Additional commits viewable in compare view
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)