Comparing version 8.6.0 to 8.7.0
@@ -17,2 +17,19 @@ # Changelog | ||
## [8.7.0] - 2024-02-14 | ||
### Changed | ||
- Made `options` argument in `collection.edges`, `inEdges` and `outEdges` optional ([#802](https://github.com/arangodb/arangojs/issues/802)) | ||
### Deprecated | ||
- Deprecated `db.getLogMessages` | ||
This API was deprecated in ArangoDB 3.8 and should no longer be used. | ||
Use `db.getLogEntries` instead. | ||
### Fixed | ||
- Fixed `db.getLogEntries` using the wrong API endpoint | ||
## [8.6.0] - 2023-10-24 | ||
@@ -1747,2 +1764,3 @@ | ||
[8.7.0]: https://github.com/arangodb/arangojs/compare/v8.6.0...v8.7.0 | ||
[8.6.0]: https://github.com/arangodb/arangojs/compare/v8.5.0...v8.6.0 | ||
@@ -1749,0 +1767,0 @@ [8.5.0]: https://github.com/arangodb/arangojs/compare/v8.4.1...v8.5.0 |
@@ -377,3 +377,3 @@ "use strict"; | ||
//#region edges | ||
_edges(selector, options, direction) { | ||
_edges(selector, options = {}, direction) { | ||
const { allowDirtyRead = undefined } = options; | ||
@@ -380,0 +380,0 @@ return this._db.request({ |
@@ -454,3 +454,3 @@ "use strict"; | ||
"x-arango-version": String(this._arangoVersion), | ||
"x-arango-driver": `arangojs/8.6.0 (cloud)`, | ||
"x-arango-driver": `arangojs/8.7.0 (cloud)`, | ||
}; | ||
@@ -457,0 +457,0 @@ if (this._transactionId) { |
{ | ||
"name": "arangojs", | ||
"version": "8.6.0", | ||
"version": "8.7.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=14" |
@@ -135,3 +135,5 @@ # ArangoDB JavaScript Driver | ||
two most recent Node.js LTS versions in accordance with the official | ||
[Node.js long-term support schedule](https://github.com/nodejs/LTS). | ||
[Node.js long-term support schedule](https://github.com/nodejs/LTS). Versions | ||
of ArangoDB that have reached their [end of life](https://arangodb.com/subscriptions/end-of-life-notice/) | ||
by the time of a driver release are explicitly not supported. | ||
@@ -138,0 +140,0 @@ For a list of changes between recent versions of the driver, see the |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2321770
21708
364