Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump neo4j from 5.15.0 to 5.16.0 #186

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2023

Bumps neo4j from 5.15.0 to 5.16.0.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 5.16.0

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

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.16

  • Implemented a hierarchical logger structure to improve log source identification and traceability.
    Introduced child loggers:
    • neo4j.io: For socket and bolt protocol related logging.
    • neo4j.pool: For logs pertaining to connection pooling and routing.
    • neo4j.auth_management: For logging inside the provided AuthManager implementations.

Version 5.15

  • No breaking or major changes.

Version 5.14

  • Python 3.12 support added

Version 5.13

  • Deprecated using neo4j.Driver and neo4j.AsyncDriver after calling .close() on them, except for calling .close() again, which has no effects.

Version 5.10 - 5.12

  • 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

... (truncated)

Commits
  • 090bf3e Bump version to 5.16 (#1008)
  • b230b37 Docs: fix minimum required server version (#1007)
  • a8242c2 Fix unasync script for Python 3.12 (#1005)
  • 23cce6a Harden driver against unexpected RESET responses (#1006)
  • 018a49f Overhaul (deep)copy and pickle support for temporal and spatial types (#1002)
  • 3b7c790 Concurrency check should include session.last_bookmarks (#1004)
  • 88a6bfa API docs: remove wrong await (#1003)
  • e2448ec ADR 021: add liveness_check_timeout driver config option (#992)
  • 13e180f Fix Duration export in Result.data and Record.data (#1000)
  • de7bfd2 API docs: fix signature of Driver.execute_query (#998)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/neo4j/neo4j-python-driver/releases)
- [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/5.0/CHANGELOG.md)
- [Commits](neo4j/neo4j-python-driver@5.15.0...5.16.0)

---
updated-dependencies:
- dependency-name: neo4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2023
@robsdedude robsdedude merged commit 300e2c6 into main Jan 10, 2024
10 checks passed
@robsdedude robsdedude deleted the dependabot/pip/neo4j-5.16.0 branch January 10, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant