Comparing version 8.4.1 to 8.5.0
@@ -17,2 +17,16 @@ # Changelog | ||
## [8.5.0] - 2023-10-09 | ||
### Added | ||
- Implemented hot backup API (DE-576) | ||
- Implemented logging API (DE-144, DE-145, DE-146, DE-147) | ||
- Implemented async jobs management (DE-339) | ||
- Added `db.shutdown` to initiate a clean shutdown of the server | ||
- Added `db.time` method to retrieve the server's system time | ||
## [8.4.1] - 2023-09-15 | ||
@@ -1715,2 +1729,3 @@ | ||
[8.5.0]: https://github.com/arangodb/arangojs/compare/v8.4.1...v8.5.0 | ||
[8.4.1]: https://github.com/arangodb/arangojs/compare/v8.4.0...v8.4.1 | ||
@@ -1717,0 +1732,0 @@ [8.4.0]: https://github.com/arangodb/arangojs/compare/v8.3.1...v8.4.0 |
@@ -454,3 +454,3 @@ "use strict"; | ||
"x-arango-version": String(this._arangoVersion), | ||
"x-arango-driver": `arangojs/8.4.1 (cloud)`, | ||
"x-arango-driver": `arangojs/8.5.0 (cloud)`, | ||
}; | ||
@@ -457,0 +457,0 @@ if (this._transactionId) { |
{ | ||
"name": "arangojs", | ||
"version": "8.4.1", | ||
"version": "8.5.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=14" |
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
2302180
139
21571