File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ 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 ]
17+ ## [ 10.0.0 ] - 2025-01-06
1818
1919This is a major release and breaks backwards compatibility.
2020
@@ -2452,7 +2452,7 @@ For a detailed list of changes between pre-release versions of v7 see the
24522452
24532453 Graph methods now only return the relevant part of the response body.
24542454
2455- [ unreleased ] : https://github.com/arangodb/arangojs/compare/v9.3.0...HEAD
2455+ [ 10.0.0 ] : https://github.com/arangodb/arangojs/compare/v9.3.0...v10.0.0
24562456[ 9.3.0 ] : https://github.com/arangodb/arangojs/compare/v9.2.0...v9.3.0
24572457[ 9.2.0 ] : https://github.com/arangodb/arangojs/compare/v9.1.0...v9.2.0
24582458[ 9.1.0 ] : https://github.com/arangodb/arangojs/compare/v9.0.0...v9.1.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ You can also use [jsDelivr CDN](https://www.jsdelivr.com) during development:
3636<script type =" importmap" >
3737 {
3838 " imports" : {
39- " arangojs" : " https://cdn.jsdelivr.net/npm/arangojs@9 .0.0/esm/index.js?+esm"
39+ " arangojs" : " https://cdn.jsdelivr.net/npm/arangojs@10 .0.0/esm/index.js?+esm"
4040 }
4141 }
4242 </script >
@@ -183,7 +183,7 @@ For more details on the errors thrown by `undici`, see the
183183Please make sure you are using the latest version of this driver and that the
184184version of the arangojs documentation you are reading matches that version.
185185
186- Changes in the major version number of arangojs (e.g. 8 .x.y -> 9 .0.0) indicate
186+ Changes in the major version number of arangojs (e.g. 9 .x.y -> 10 .0.0) indicate
187187backwards-incompatible changes in the arangojs API that may require changes in
188188your code when upgrading your version of arangojs.
189189
@@ -194,10 +194,10 @@ the [compatibility section](#compatibility) for additional information.
194194You can install an older version of arangojs using ` npm ` or ` yarn ` :
195195
196196``` sh
197- # for version 8 .x.x
198- yarn add arangojs@8
197+ # for version 9 .x.x
198+ yarn add arangojs@9
199199# - or -
200- npm install --save arangojs@8
200+ npm install --save arangojs@9
201201```
202202
203203### No code intelligence when using require instead of import
You can’t perform that action at this time.
0 commit comments