|
| 1 | +### 27th of Feb 2026 (v21.33) |
| 2 | +{.release-note-list} |
| 3 | +- **ADDED** Added a new set of Availability Results APIs to return availability test results for the current site. |
| 4 | +- **IMPROVED** Webhooks that fail delivery are now paused for 30 minutes instead of having their definitions deleted, allowing them to recover automatically. |
| 5 | +- **IMPROVED** The Get Phone Regions API now returns the default phone region based on the organization’s calendar settings. |
| 6 | +- **IMPROVED** Improved metrics reporting to Application Insights by replacing the `EventSource` implementation with a custom metric collector, providing more control over when and how often metrics are submitted. |
| 7 | + |
| 8 | +### 27th of Jan 2026 (v21.32) |
| 9 | +{.release-note-list} |
| 10 | +- **ADDED** Added a due date feature for the ticketing system, allowing users to assign a due date to open tickets. Due dates can also be queried and used as a facet via the API. |
| 11 | +- **ADDED** Added a new `IsPrimaryForEmail` flag for contacts, along with a mechanism to change the primary contact for a given email address. |
| 12 | +- **IMPROVED** Updated the archive APIs (contact, account, agent, ticket, time entry, comment, service type, form) to return the archived model instead of a 204 No Content response. |
| 13 | +- **IMPROVED** Updated the connector “find tickets” API to use the v4 API engine for search results, including support for searching by metadata and due date. |
| 14 | +- **IMPROVED** Updated the connector “find contacts” API to use the v4 API engine for search results. |
| 15 | +- **IMPROVED** Improved security for managing contact state so that only admins and master admins can activate or deactivate contacts. |
| 16 | +- **IMPROVED** Updated the connector to use Toki Iti service logic to create tickets instead of relying on the v2 API engine. |
| 17 | +- **IMPROVED** Parsed phone numbers now include region information. |
| 18 | +- **IMPROVED** Improved survey query logic to support role-specific filtering, enabling CSV exports for agents of any role (not just master admins). |
| 19 | +- **FIXED** Fixed an issue where the server did not report request and dependency metrics by enabling them in the Application Insights configuration. |
| 20 | +- **FIXED** Fixed an issue where the background event source could throw an error. |
| 21 | +- **FIXED** Fixed an issue where a category filter was incorrectly applied when searching for contacts under a specific account. |
| 22 | +- **FIXED** Fixed an issue where queue-specific survey configuration was not applied. |
| 23 | + |
1 | 24 | ### 30th of Sep 2025 (v21.31) |
2 | 25 | {.release-note-list} |
3 | 26 | - **ADDED** Introduced a restore ticket API. |
|
9 | 32 | - **IMPROVED** The deleted ticket API now always returns the updated (archived) ticket. Since this operation archives the ticket rather than removing it, a 404 Not Found is returned when the ticket does not exist. |
10 | 33 | - **IMPROVED** Archived tickets can now be modified. |
11 | 34 |
|
| 35 | +###### 26th of Nov - (v21.31.2) |
| 36 | +{.release-note-list} |
| 37 | +- **ADDED** Added new API to archive or restore accounts. |
| 38 | +- **ADDED** Added new API to deactivate or reactivate contacts. |
| 39 | +- **IMPROVED** For form results submitted by a disposable form, the form reference now uses the form result's name. |
| 40 | +- **IMPROVED** The server information API now returns the index version when instructed through a specific request header. |
| 41 | + |
| 42 | +###### 5th of Dec - (v21.31.3) |
| 43 | +{.release-note-list} |
| 44 | +- **FIXED** Blob storage usage is now calculated using a RavenDB facet query. |
| 45 | + |
| 46 | +###### 17th of Dec - (v21.31.4) |
| 47 | +{.release-note-list} |
| 48 | +- **IMPROVED** The system info API now supports including health information when instructed via a query parameter. |
| 49 | + |
12 | 50 | ### 18th of Sep 2025 (v21.30) |
13 | 51 | {.release-note-list} |
14 | 52 | - **ADDED** The ticket modification logic now includes a summary of the number of public comments for the current ticket. This value is returned in the ticket API response. |
|
0 commit comments