Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps neo4j-driver from 5.27.0 to 5.28.2.

Release notes

Sourced from neo4j-driver's releases.

5.28.2

Patch release solving error handling for failure-to-writes on the browser version of the driver.

🔧 Fixes


  • Fix error handling failure-to-writes on the browser version of the driver and future proof some error handling functions. #1328
  • Make neo4j-driver export isRetriableError instead of non-existent isRetryableError #1309

🧹 Housekeeping


  • Bump dependency rxjs to 7.8.2 #1331
  • Update docs links in the Readmes #1308
  • Document undocumented members on GQLError and Neo4jError #1306
  • Add warning around concurrently closing driver to Readmes #1264

5.28.1

Patch release fixing the new handshake for some potential future bolt protocol versions.

🔧 Fixes


  • Fix handshake manifest parsing in preparation of future bolt versions. #1253

5.28.0

Implements caching of home databases, saving significant round trips, primarily for usage against Aura, along with improved error handling, DateTime conversion and a new handshake protocol.

👏🏼 Improvements


  • Adds background caching of home databases, saving up to 33% of round trips when the user does not specify a target database. #1235
  • Implements a new handshake protocol for Bolt, allowing more granular selection of protocol versions in the future. #1243

🔧 Fixes


  • Improve handling and error communication when the user supplies a circular object in a custom auth token. #1247
  • Fix the conversion between driver and JavaScript DateTimes when the local timezone has rare minute offsets from UTC. #1238
Commits
  • 6609e55 TestKit backend: truncate logging to avoid clogging ram (#1330)
  • 5691dec bump rxjs to 7.8.2 (#1331)
  • 5a11f3f [5.0] FailFastSecurityError check bug (#1328)
  • 5302be8 Make neo4j-driver export isRetriableError (#1309)
  • addf459 Update links to documentation in Readmes (#1310)
  • c9078f6 Add Driver.executeQuery to maxTransactionRetryTime docs. (#1311)
  • 69ec03a Fix undocumented members on GQLErrors and Neo4jErrors (#1306)
  • 72e67ff Fix logging of driver errors containing bigints in testkit backend (#1279)
  • 14b64af Remove duplicate running of deno tests (#1271)
  • 9e3bf3e Document that concurrently closing drivers is a bad idea. (#1268)
  • 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-driver](https://github.com/neo4j/neo4j-javascript-driver) from 5.27.0 to 5.28.2.
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases)
- [Commits](neo4j/neo4j-javascript-driver@5.27.0...5.28.2)

---
updated-dependencies:
- dependency-name: neo4j-driver
  dependency-version: 5.28.2
  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 javascript Pull requests that update javascript code labels Sep 22, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #59.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/staging/neo4j-driver-5.28.2 branch October 6, 2025 08:26
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant