Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ChangeLog #379

Merged
merged 1 commit into from
May 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## 2022-05-24
### Added
- added support for ArangoDB Bulk Operations API features (#354)
- `POST/_api/import#document` Imports document values
- `POST/_api/import#json` Imports documents from JSON

## 2022-05-16
### Added
- added support for basic ArangoDB Admin API features (#370)
- `GET/_admin/log/entries` Read global logs from the server
- `POST/_admin/routing/reload` Reloads the routing information
- `GET/_admin/server/id` Returns the id of a server in a cluster
- `GET/_admin/server/role` Returns the role of a server in a cluster
- `GET/_api/engine` Returns the server database engine type
- `GET/_api/version` Returns the server version

## 2022-05-02
### Added
- Added support for connecting to ArangoDB Oasis Cloud Service (#364)
Expand Down