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.18.0 in /manager #234

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps neo4j from 5.15.0 to 5.18.0.

Release notes

Sourced from neo4j's releases.

Neo4j Python Driver 5.18.0

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

Neo4j Python Driver 5.17.0

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

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.17 - 5.18

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

... (truncated)

Commits
  • 02dfe9f Bump version to 5.18 + advertise Rust extensions (#1023)
  • fe3fa9a API docs: fix broken/outdated cross references (#1021)
  • a9d40af Merge pull request #1022 from robsdedude/tests/fix-warning-exception-assertion
  • e45cd66 Unit tests: make work with pytest 8
  • f2b90f7 TestKit backend: properly serialize IPv6 addresses (#1020)
  • 6cd99ab Fix internal transaction method forwarding (#1017)
  • bd1f115 Initial BenchKit backend implementation (#1018)
  • 2b5ba09 TestKit: enable execute_query auth feature (#1016)
  • 60921ca Update feature request template.
  • aad93fe Bump version to 5.17 (#1012)
  • 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.18.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.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2024

Looks like neo4j is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 27, 2024
@dependabot dependabot bot deleted the dependabot/pip/manager/neo4j-5.18.0 branch March 27, 2024 15:07
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants