# Changelog

**\[Unreleased]**

📣 Here's the latest — everything new, improved, and shipping in DUVO.

## 2026-04-28

> ⚡ 1 improvement shipped: 1 new.

### ✨ Added

* \[Case Queue] Queues can now be dragged between folders in the sidebar to reorganize your workspace — drop a queue onto a folder to move it in, or drag it back to the top level to ungroup it. — [Learn More](/assignment-features/case-queue.md)

## 2026-04-22

> ⚡ 4 improvements shipped: 3 new, 1 changed.

### ✨ Added

* \[Scheduling] Assignments can now self-schedule during a job — write your SOP to instruct the assignment to create, update, or cancel its own schedules based on what it finds at runtime. — [Learn More](/assignment-features/scheduling-assignments.md)
* \[Case Queue] Queues can now be created and managed via the Duvo Public API, enabling automated provisioning and scripted setup. — [Learn More](/assignment-features/case-queue.md)
* \[Scheduling] One-time schedules now automatically retire after firing — they no longer stay enabled and repeat.

### 🎨 Changed

* \[Slack] Tables in assignment messages now render as native Slack tables instead of flat key-value text. — [Learn More](/connections/available-connections/slack.md)

## \[VERSION] - YYYY-MM-DD

> ⚡ {X} improvements shipped: {X} new, {X} fixes, {X} performance wins.

### ⚠️ Breaking changes

**\[{Scope}] {Title}**

* What happened: {description}
* Who is affected: {audience}
* What to do: {action}
* Need help? <support@duvo.ai> or #support in Slack

### ✨ Added

* \[{Scope}] {Description} — [Learn More](/resources/changelog.md)

### 🎨 Changed

* \[{Scope}] {Description} — [Learn More](/resources/changelog.md)

### ✅ Fixed

* \[{Scope}] {Description}

### ⚡ Performance & reliability

* \[{Scope}] {Description}

### ⚠️ Deprecated

* \[{Scope}] {Description} — [Learn More](/resources/changelog.md)

### 🗑️ Removed

* \[{Scope}] {Description}

### 🔒 Security

* \[{Scope}] {Description} — [Fix Now](/resources/changelog.md)


---

# 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://docs.duvo.ai/resources/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.
