# Changelog

### 0.8.0

19 Aug 2023

#### Under the hood

* Update request signing

### 0.7.0

2 Mar 2023

#### API Updates

* Remove disk-shared from `moreficent-account-info`
* Add `moreficent-archive`
* Add `dunebox-archive`

### 0.6.0

24 Jan 2023

#### Bug Fixes

* Fix deserialization error in `dunebox-autoconnect`

### 0.5.1

3 Jan 2023

#### API Updates

* Add `dunebox-avd-build-cfg`
* Add `dunebox-avd-create`

### 0.5.0

29 Dec 2022

#### API Updates

* Update the data returned from `dunebox-status`
* Add `dunebox-avd-delete`
* Add `dunebox-avd-list`
* Add `dunebox-image-create`
* Add `dunebox-image-delete`
* Add `dunebox-image-extract`
* Add `dunebox-image-list`

### 0.4.2

16 Dec 2022

#### API Updates

* Allow disabling of cache partition (using the `--no-cache` flag) and disabling of snapshot save (using `--no-snapshot-save` flag) during `dunebox-init`.&#x20;

### 0.4.1

7 Dec 2022

#### Behaviour Updates

* Add auto-reconnect for `moreficent-connect`

### 0.4.0

10 Nov 2022

#### API Updates

* `asid` is optional for `dunebox-terminate`

#### Under the hood

* Standardise signatures for all requests.&#x20;
* Enforce version compatibility for all requests&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oda.moreficent.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
