From 08fe1193c5d8fb3e227c2ea3ed37b478f563efb9 Mon Sep 17 00:00:00 2001 From: mniedospial Date: Fri, 7 Aug 2026 10:52:07 +0200 Subject: [PATCH] [RNto202616] Added new release notes batch --- .../Coiote_IoT_DM/Release_Notes/v2026.13.0.md | 2 +- .../Coiote_IoT_DM/Release_Notes/v2026.15.0.md | 31 +++++++++++++++++++ .../Coiote_IoT_DM/Release_Notes/v2026.16.0.md | 27 ++++++++++++++++ mkdocs.yml | 2 ++ 4 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 docs/Coiote_IoT_DM/Release_Notes/v2026.15.0.md create mode 100644 docs/Coiote_IoT_DM/Release_Notes/v2026.16.0.md diff --git a/docs/Coiote_IoT_DM/Release_Notes/v2026.13.0.md b/docs/Coiote_IoT_DM/Release_Notes/v2026.13.0.md index df302207..cbe20739 100644 --- a/docs/Coiote_IoT_DM/Release_Notes/v2026.13.0.md +++ b/docs/Coiote_IoT_DM/Release_Notes/v2026.13.0.md @@ -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 \ No newline at end of file +Improved scheduling of automated periodic jobs. Now the process is enhanced and better optimised which should reduce blocking issues and the need for retries. \ No newline at end of file diff --git a/docs/Coiote_IoT_DM/Release_Notes/v2026.15.0.md b/docs/Coiote_IoT_DM/Release_Notes/v2026.15.0.md new file mode 100644 index 00000000..91a9a6a1 --- /dev/null +++ b/docs/Coiote_IoT_DM/Release_Notes/v2026.15.0.md @@ -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. \ No newline at end of file diff --git a/docs/Coiote_IoT_DM/Release_Notes/v2026.16.0.md b/docs/Coiote_IoT_DM/Release_Notes/v2026.16.0.md new file mode 100644 index 00000000..3754ad8e --- /dev/null +++ b/docs/Coiote_IoT_DM/Release_Notes/v2026.16.0.md @@ -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. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 75def56a..abd3199b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'