@@ -14,6 +14,16 @@ This driver uses semantic versioning:
1414- A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates _ breaking_
1515 changes that require changes in your code to upgrade.
1616
17+ ## [ Unreleased]
18+
19+ ### Changed
20+
21+ - Changed ` undici ` from an optional dependency to an optional peer dependency
22+
23+ The ` undici ` module is only required when using Unix domain sockets or
24+ overriding the fetch agent in Node.js and does not need to be installed
25+ otherwise.
26+
1727## [ 10.0.0-alpha.1] - 2024-12-09
1828
1929This is a major release and breaks backwards compatibility.
@@ -146,7 +156,7 @@ for upgrading your code to arangojs v10.
146156 ` arangojs/documents ` module
147157
148158 The following types were moved: ` DocumentOperationFailure ` ,
149- ` DocumentOperationMetadata ` , ` DocumentExistsOptions ` ,
159+ ` DocumentOperationMetadata ` , ` DocumentExistsOptions ` ,
150160 ` CollectionReadOptions ` , ` CollectionBatchReadOptions ` ,
151161 ` CollectionInsertOptions ` , ` CollectionReplaceOptions ` ,
152162 ` CollectionUpdateOptions ` , ` CollectionRemoveOptions ` ,
@@ -243,9 +253,11 @@ for upgrading your code to arangojs v10.
243253 - ` CreateDatabaseUser ` -> ` CreateDatabaseUserOptions `
244254
245255 - Index operations:
256+
246257 - ` IndexListOptions ` -> ` ListIndexesOptions `
247258
248259 - Collection document operations:
260+
249261 - ` DocumentExistsOptions ` -> ` DocumentExistsOptions `
250262 - ` CollectionReadOptions ` -> ` ReadDocumentOptions `
251263 - ` CollectionBatchReadOptions ` -> ` BulkReadDocumentsOptions `
@@ -259,6 +271,7 @@ for upgrading your code to arangojs v10.
259271 - ` CollectionEdgesResult ` -> ` DocumentEdgesResult `
260272
261273 - Graph collection document operation:
274+
262275 - ` GraphCollectionReadOptions ` -> ` ReadGraphDocumentOptions `
263276 - ` GraphCollectionInsertOptions ` -> ` CreateGraphDocumentOptions `
264277 - ` GraphCollectionReplaceOptions ` -> ` ReplaceGraphDocumentOptions `
@@ -2355,6 +2368,7 @@ For a detailed list of changes between pre-release versions of v7 see the
23552368
23562369 Graph methods now only return the relevant part of the response body.
23572370
2371+ [ unreleased ] : https://github.com/arangodb/arangojs/compare/v10.0.0-alpha.1...v10
23582372[ 10.0.0-alpha.1 ] : https://github.com/arangodb/arangojs/compare/v10.0.0-alpha.0...v10.0.0-alpha.1
23592373[ 10.0.0-alpha.0 ] : https://github.com/arangodb/arangojs/compare/v9.2.0...v10.0.0-alpha.0
23602374[ 9.2.0 ] : https://github.com/arangodb/arangojs/compare/v9.1.0...v9.2.0
0 commit comments