Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/Coiote_IoT_DM/Release_Notes/v2026.13.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Improved FOTA with PULL delivery method so that server responds with error in ca

**Improved automated job scheduling**

Improved scheduling of automated periodic jobs. Now the process is enhanced and better optimised which should reduce blocking issues and the need for retries
Improved scheduling of automated periodic jobs. Now the process is enhanced and better optimised which should reduce blocking issues and the need for retries.
31 changes: 31 additions & 0 deletions docs/Coiote_IoT_DM/Release_Notes/v2026.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# v2026.15.0

Previous version: [v2026.14.0](./v2026.14.0.md)

## Enhancements

**Removed deprecated device count endpoint**

Removed the deprecated /devices/all/count endpoint from CoioteDM REST API v3.

**Improved processing of device notifications**

Improved the processing of incoming device notifications to handle more notifications in less time.

**Improved error handling for dialect endpoints**

Added clearer error messages and appropriate error codes to the CoioteDM REST API v3 dialect endpoints.

**Retrying devices included in firmware update campaign statistics**

Added the number of devices in the retrying status to firmware update campaign statistics returned by CoioteDM REST API v3.

## Bug Fixes

**FOTA interruption during bootstrap**

Fixed an issue where starting the bootstrap procedure did not interrupt an ongoing FOTA process correctly.

**Image transport options in FOTA and SOTA configurations**

Fixed an issue with selecting image transport type options in the FOTA and SOTA configuration wizard.
27 changes: 27 additions & 0 deletions docs/Coiote_IoT_DM/Release_Notes/v2026.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v2026.16.0

Previous version: [v2026.15.0](./v2026.15.0.md)

## Features

**Resource file removal via REST API**

Added a new endpoint to the Resources REST API that allows removing a resource file by its ID.

**Parameter filtering in task reports API**

Added an option to select which parameters are returned by task reports API endpoints. If no filter is provided, all available fields are returned.

## Enhancements

**Improved historical user activity events**

Improved messages in historical user activity events to better describe actions performed in the platform.

**Clearer error message when transferring devices**

Improved the error message shown when attempting to transfer a device between domains with different namespaces.

**More detailed device activity logs**

Improved some of the device user activity log messages to include the endpoint name of the affected device.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ nav:
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
- 'Release Notes':
- 2026:
- 'Coiote_IoT_DM/Release_Notes/v2026.16.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2026.15.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2026.14.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2026.13.0.md'
- 'Coiote_IoT_DM/Release_Notes/v2026.12.0.md'
Expand Down