fix(deps): update dependency neo4j-driver to v6 #127
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.8.1
->6.0.0
Release Notes
neo4j/neo4j-javascript-driver (neo4j-driver)
v6.0.0
Compare Source
This is GA release for the 6.0 with all the new features and general improvements in the previous alpha. Along with the introduction of the UnknownType object and the preview feature of Record Object Mapping, allowing validation and mapping of query results.
❗ Breaking Changes
protocolVersion
onServerInfo
has been changed from aNumber
to new typeProtocolVersion
. TheNumber
representation would break if Bolt ever had a minor version greater than 9. #1321⭐ New Features
.containsGqlCause()
and.findByGqlStatus()
toNeo4jError
andGQLError
, allowing easier inspection of cause chains. #1314UnsupportedType
class. This class will be returned if the server is asked to send a value of a type which the current driver version cannot parse. This ensures better backwards compatibility for future type intoductions. #1325⭐⚠️ Preview Features
Record
,Result
and Graph types. A manual entry on this feature will be published in the future. #1248❌ Removals
.readTransaction()
and.writeTransaction()
have been removed fromSession
. Please use.executeRead()
and.executeWrite()
instead. #1312.lastBookmark()
has been removed fromSession
. Please use.lastBookmarks()
instead. #1316.verifyConnectivity()
onDriver
has been changed fromServerInfo
tovoid
. Please use.getServerInfo()
if needed. #1317.updateStatistics
has been removed fromResultSummary
. Please use.counters
instead. #1342👎 Deprecations
isRetriableError
and the propertyretriable
onNeo4jError
has been deprecated, please useisRetryable
andretryable
instead. #1305notificationCategory
andnotificationFilterDisabledCategory
. usenotificationClassification
andnotificationFilterDisabledClassification
instead. #1326 #1344🔧 Fixes
👏🏼 Improvements
Vector
type.toString()
function with the other official neo4j drivers. #1327Vector
type constructor errors when passed incorrect types. #1338 #1343🧹 Housekeeping
.fromStandardDate()
onNeo4j.Date
#1318knownHost
fromConfig
interface. #1335📦 Dependency Management
5.9.2
. #12887.8.2
#1332v5.28.2
Compare Source
Patch release solving error handling for failure-to-writes on the browser version of the driver.
🔧 Fixes
🧹 Housekeeping
v5.28.1
Compare Source
Patch release fixing the new handshake for some potential future bolt protocol versions.
🔧 Fixes
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
🔧 Fixes
v5.27.0
Compare Source
Takes mTLS authentication out of preview and improves some aspects of documentation.
⭐ New Features
🧹 Housekeeping
CALL {} IN TRANSACTION
to executeRead and executeWrite. #1236v5.26.0
Compare Source
Adds GQL compliant fields to the Neo4jError object as a preview feature.
⭐ New Features
🧹 Housekeeping
v5.25.0
Compare Source
Housekeeping only.
🧹 Housekeeping
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
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
🧹 Housekeeping
v5.23.0
Compare Source
This fix a potential issue in the
Notification
api.🔧 Fixes
Notification.description
polyfill fromGqlStatusObject
#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
ResultSummary
#1194AbortSignal
toDriver.executeQuery
1199resultTransformer.first
#1200resultTransformer.summary
1201resultTransformers.eager
andresultTransformers.mapped
1202🔧 Fixes
🧹 Housekeeping
v5.21.0
Compare Source
Fixes crashes when closing transactions when Queries are still ongoing. Thanks for your contribution, @reckter.
🔧 Fixes
v5.20.0
Compare Source
Housekeeping only.
🧹 Housekeeping
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
🧹 Housekeeping
v5.18.0
Compare Source
Introduces
auth
configuration toDriver.executeQuery
⭐ New Features
auth
configuration toDriver.executeQuery
#1177🧹 Housekeeping
v5.17.0
Compare Source
Improves performance on deserialising
DateTime
. Thanks for your contribution, @vongruenigen.👏🏼 Improvements
🔧 Fixes
neo4j-javascript
string onboltAgent.product
object 1173v5.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.
This PR was generated by Mend Renovate. View the repository job log.