# Release Notes

## 2026 <a href="#draft-23.09.3" id="draft-23.09.3"></a>

### Version 26.03.1

Deployed on March 8th, 2026.

* Upgrade Cloud API backend to the current version of Container: [#draft-version-23.11.2](https://doc.celantur.com/container/release-notes#draft-version-23.11.2 "mention").
  * Faster processing and better detection with new inference engine.

## 2023 <a href="#draft-23.09.3" id="draft-23.09.3"></a>

### Version 23.09.3 <a href="#draft-23.09.3" id="draft-23.09.3"></a>

Deployed on Oct 5th, 2023

* Improve internal system monitoring.

### Version 23.09.2 <a href="#draft-23.09.2" id="draft-23.09.2"></a>

Deployed on Sep 27, 2023

* Download metadata and [segmentation masks](https://doc.celantur.com/container/usage/segmentation-masks-and-metadata#binary-segmentation) --> [#get-task-metadata](https://doc.celantur.com/api-endpoints#get-task-metadata "mention")
* Fixed issue with format parameter "whole"
* Introduced GET task list endpoint --> [#list-tasks](https://doc.celantur.com/api-endpoints#list-tasks "mention")

### Version 23.09.1 <a href="#draft-23.09.1" id="draft-23.09.1"></a>

Deployed on Sep 11, 2023 20.00 CEST.

* Introduced [webhooks](https://doc.celantur.com/cloud-api/webhooks) to Cloud API v2.

### Version 23.08.2 <a href="#draft-23.08.2" id="draft-23.08.2"></a>

Deployed with v23.09.1

* Enabled CORS for Cloud API v2.

### Version 23.08.1 <a href="#draft-23.08.1" id="draft-23.08.1"></a>

Deployed with 23.09.1

* Added failure reasons to v2 get task id response in case of failure.

### Version 23.07.3 <a href="#draft-23.07.3" id="draft-23.07.3"></a>

Deployed on Jul 31, 2023

* Introduced new and improved existing error codes.
* Fixed misc. minor issues

### Version 23.07.2 <a href="#draft-23.07.2" id="draft-23.07.2"></a>

Deployed on Jul 22, 2023

* Misc. QOL improvements.

### Version 23.07.1 <a href="#draft-23.07.1" id="draft-23.07.1"></a>

Deployed with version 23.07.2

* First prod deployment of Cloud API v2 🎉.


---

# 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://doc.celantur.com/cloud-api/release-notes.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.
