Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2023

This PR contains the following updates:

Package Change Age Confidence
neo4j-driver 5.8.1 -> 5.28.2 age confidence

Release Notes

neo4j/neo4j-javascript-driver (neo4j-driver)

v5.28.2

Compare Source

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

v5.28.1

Compare Source

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

v5.28.0

Compare Source

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

v5.27.0

Compare Source

Takes mTLS authentication out of preview and improves some aspects of documentation.

⭐ New Features

  • Mutual TLS (mTLS) is marked stable and released out of preview #​1237
🧹 Housekeeping

  • Marks the isUnboundRelationship function as private in documentation. #​1234
  • Corrects the usage of the link tag in documentation, fixing some broken links. #​1236
  • Adds notice regarding CALL {} IN TRANSACTION to executeRead and executeWrite. #​1236

v5.26.0

Compare Source

Adds GQL compliant fields to the Neo4jError object as a preview feature.

⭐ New Features

  • Added GQL compliant fields to the Neo4jError object. #​1225
🧹 Housekeeping

  • Marked JavaScripts treatment of Integers and Floats as Number as a Feature for testkit. #​1228

v5.25.0

Compare Source

Housekeeping only.

🧹 Housekeeping

  • Remove DNS caching from testkit browser tests, reducing flakiness #​1224
  • Improvements on error handling #​1220

v5.24.1

Compare Source

Fix critical issue related to connection pool size enforcement. Along with this, other fixes related to connection error treatment are released.

🔧 Fixes

  • Remove un-predictable behaviour on connection failure due to multiple notification of same error #​1213
  • Fix cases where the connection is destroyed on node, but the onclose event is not triggered #​1215
  • Fix maxConnectionPoolSize verification #​1216

v5.24.0

Compare Source

Added support for the new Schema notification category, and a minor fix to stop Deno tests from failing when run locally

⭐ New Features

  • Added Schema notification category #​1211
🧹 Housekeeping

  • Move Pool module to core #​1212
  • Fix to npm test crashing at Deno tests when running test containers #​1210

v5.23.0

Compare Source

This fix a potential issue in the Notification api.

🔧 Fixes

  • Fix Notification.description polyfill from GqlStatusObject #​1205
🧹 Housekeeping

v5.22.0

Compare Source

This release introduces preview support to the GQLStatusObject #​1194 along with other ergonomic preview features. This also speeds up the driver shutdown when connections are waiting to be acquired #​1196, thanks, CarsonF, for the contribution.

⚠️ Preview Features

  • Introduce GqlStatusObject support as notifications to ResultSummary #​1194
  • Introduce AbortSignal to Driver.executeQuery 1199
  • Introduce resultTransformer.first #​1200
  • Introduce resultTransformer.summary 1201
  • Introduce resultTransformers.eager and resultTransformers.mapped 1202
🔧 Fixes

  • Don't prevent NodeJS from closing to run acquisition timeout error #​1196. Thanks, CarsonF.
🧹 Housekeeping

  • Improvements on internal APIs #​1195

v5.21.0

Compare Source

Fixes crashes when closing transactions when Queries are still ongoing. Thanks for your contribution, @​reckter.

🔧 Fixes

  • Fix OOM crash, when closing a transaction while Queries are still ongoing #​1193

v5.20.0

Compare Source

Housekeeping only.

🧹 Housekeeping

  • benchkit: Fix Node installation in Dockerimage #​1190

v5.19.0

Compare Source

Introduces clientCertificate configuration as a mechanism to support mutual TLS as a second factor for authentication, currently a preview feature.

⭐ New Features

  • Introduce Client Certificate configuration (ℹ️ preview) #​1183
🧹 Housekeeping

  • Updated manifest and Dockerfile for Testkit and Benchkit #​1187

v5.18.0

Compare Source

Introduces auth configuration to Driver.executeQuery

⭐ New Features

  • Introduces auth configuration to Driver.executeQuery#​1177
🧹 Housekeeping

v5.17.0

Compare Source

Improves performance on deserialising DateTime. Thanks for your contribution, @​vongruenigen.

👏🏼 Improvements

  • Optimize usage of Intl API to speed up response parsing with many datetime objects #​1174
🔧 Fixes

  • Fix duplicated neo4j-javascript string on boltAgent.product object 1173

v5.16.0

Compare Source

See release notes on the wiki

v5.15.0

Compare Source

See release notes on the wiki

v5.14.0

Compare Source

See release notes on the wiki

v5.13.0

Compare Source

See release notes on the wiki

v5.12.0

Compare Source

See release notes on the wiki

v5.11.0

Compare Source

See release notes on the wiki

v5.10.0

Compare Source

See release notes on the wiki

v5.9.2

Compare Source

See release notes on the wiki

v5.9.1

Compare Source

See release notes on the wiki

v5.9.0

Compare Source

See release notes on the wiki


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot assigned w4bo May 26, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 67a9fbd to a7d30d9 Compare June 9, 2023 16:06
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.9.0 fix(deps): update dependency neo4j-driver to v5.9.1 Jun 9, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from a7d30d9 to ef62754 Compare June 19, 2023 10:31
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.9.1 fix(deps): update dependency neo4j-driver to v5.9.2 Jun 19, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from ef62754 to 5254284 Compare June 29, 2023 11:25
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.9.2 fix(deps): update dependency neo4j-driver to v5.10.0 Jun 29, 2023
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.10.0 fix(deps): update dependency neo4j-driver to v5.11.0 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 5254284 to 48b9c29 Compare July 27, 2023 10:55
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.11.0 fix(deps): update dependency neo4j-driver to v5.12.0 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 48b9c29 to 0d6abab Compare August 31, 2023 15:12
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.12.0 fix(deps): update dependency neo4j-driver to v5.13.0 Sep 28, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 0d6abab to b1feedf Compare September 28, 2023 14:43
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.13.0 fix(deps): update dependency neo4j-driver to v5.14.0 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from b1feedf to 4a0cc29 Compare October 26, 2023 11:07
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.14.0 fix(deps): update dependency neo4j-driver to v5.15.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 4a0cc29 to b35fee1 Compare November 27, 2023 17:37
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.15.0 fix(deps): update dependency neo4j-driver to v5.16.0 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from b35fee1 to f8b38e6 Compare January 2, 2024 14:02
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.16.0 fix(deps): update dependency neo4j-driver to v5.17.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from f8b38e6 to 1c52328 Compare January 29, 2024 15:13
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.17.0 fix(deps): update dependency neo4j-driver to v5.18.0 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 1c52328 to 5ea43b8 Compare February 29, 2024 11:32
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.18.0 fix(deps): update dependency neo4j-driver to v5.19.0 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 5ea43b8 to 11d238a Compare April 2, 2024 14:21
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 11d238a to 5792a96 Compare April 25, 2024 11:40
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.19.0 fix(deps): update dependency neo4j-driver to v5.20.0 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 5792a96 to 6ef4547 Compare May 30, 2024 14:37
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.20.0 fix(deps): update dependency neo4j-driver to v5.21.0 May 30, 2024
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.21.0 fix(deps): update dependency neo4j-driver to v5.22.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 6ef4547 to b2e10bc Compare June 27, 2024 16:49
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.22.0 fix(deps): update dependency neo4j-driver to v5.23.0 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from b2e10bc to f8928b2 Compare July 25, 2024 13:43
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from f8928b2 to 2dbfee1 Compare August 15, 2024 23:08
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.23.0 fix(deps): update dependency neo4j-driver to v5.24.0 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 2dbfee1 to a72c944 Compare August 29, 2024 14:35
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.24.0 fix(deps): update dependency neo4j-driver to v5.24.1 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from a72c944 to 7309b89 Compare September 5, 2024 13:30
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.24.1 fix(deps): update dependency neo4j-driver to v5.25.0 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 7309b89 to 25f9bdb Compare September 26, 2024 12:24
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.25.0 fix(deps): update dependency neo4j-driver to v5.26.0 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 25f9bdb to eb3de37 Compare October 14, 2024 18:55
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.26.0 fix(deps): update dependency neo4j-driver to v5.27.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from eb3de37 to edae329 Compare November 28, 2024 10:45
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.27.0 fix(deps): update dependency neo4j-driver to v5.27.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/neo4j-driver-5.x branch December 8, 2024 18:42
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.27.0 - autoclosed fix(deps): update dependency neo4j-driver to v5.27.0 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 555c601 to edae329 Compare December 8, 2024 21:36
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from edae329 to 3bcd92e Compare February 5, 2025 15:59
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.27.0 fix(deps): update dependency neo4j-driver to v5.28.0 Feb 5, 2025
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.28.0 fix(deps): update dependency neo4j-driver to v5.28.1 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from 3bcd92e to a160cc9 Compare February 12, 2025 17:24
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from a160cc9 to de39c6e Compare August 10, 2025 14:26
@renovate renovate bot force-pushed the renovate/neo4j-driver-5.x branch from de39c6e to c1c90dc Compare September 17, 2025 13:21
@renovate renovate bot changed the title fix(deps): update dependency neo4j-driver to v5.28.1 fix(deps): update dependency neo4j-driver to v5.28.2 Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant