Skip to content

Commit

Permalink
Update devel docs via e172e69
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Jan 6, 2025
1 parent 658480b commit 8a248fe
Show file tree
Hide file tree
Showing 333 changed files with 1,187 additions and 1,139 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ for upgrading your code to arangojs v10.
`withStats` option is set to `true` but the `figures` property is already
included in the current return type.

- Removed Node.js 18 support

Node.js 18 will reach its end of life in May 2025, so arangojs will no
longer support this version of Node.js going forward.

For more information, see [the Node.js release schedule](https://nodejs.dev/en/about/releases/).

### Changed

- Closing a connection now closes all open requests
Expand All @@ -52,6 +59,11 @@ for upgrading your code to arangojs v10.

The following options were moved: `credentials`, `headers` and `keepalive`.

- `db.setUserAccessLevel` now takes `grant` as a separate parameter

The parameter was previously passed as an additional property in the
`options` parameter.

#### Error handling

- Errors encountered before a request completes are now wrapped in a
Expand Down
2 changes: 1 addition & 1 deletion devel/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion devel/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8a248fe

Please sign in to comment.