Skip to content

Commit 466278f

Browse files
authored
Merge pull request #226 from AVSystem/RN-2025.25to2026.4
[RN-2025.25to2026.4] Adding CDM missing release notes
2 parents 2ee8f9d + 9982469 commit 466278f

7 files changed

Lines changed: 118 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v2025.25.0
2+
3+
Previous version: [v2025.24.0](./v2025.24.0.md)
4+
5+
## Features
6+
7+
**Support for targeting SECURITY object instance during bootstrap**
8+
9+
Added a new attribute named 'securityInstanceIdOutput' for use in custom bootstrap tasks (lwm2mBootstrapConfiguration). It enables referencing the SECURITY object instance used during bootstrap for additional operations.
10+
11+
**Option to allow repeated failures for event handlers**
12+
13+
Added a new 'allowFailures' field in the Data Integration Center v3 API for event handler creation. When enabled (for users with proper permissions), it allows requests to continue after certain failures.
14+
15+
**Time zone information in emails with reports**
16+
17+
Automatic emails with reports generated from CDM now include time zone details next to the report creation date for improved clarity.
18+
19+
## Bug Fixes
20+
21+
**Fixed an issue causing delays in CSV report generation**
22+
23+
Resolved a problem that could cause the CSV report generation process to become unresponsive for extended periods in certain cases.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v2025.26.0
2+
3+
Previous version: [v2025.25.0](./v2025.25.0.md)
4+
5+
## Enhancements
6+
7+
**Track end IoT devices behind a gateway in reports**
8+
9+
Reports now support tracking end IoT devices behind gateways, with improved detection of eid activity status within a selected date range.
10+
11+
## Bug Fixes
12+
13+
**Fixed improper retransmission after receiving an acknowledge message from the device**
14+
15+
Resolved an issue with the retransmission mechanism for confirmable messages after receiving ACK with 5.03 error code from the LwM2M Client.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# v2025.27.0
2+
3+
Previous version: [v2025.26.0](./v2025.26.0.md)
4+
5+
## Enhancements
6+
7+
**Expiration date column in resources table**
8+
9+
Added a new column to display the expiration date of resource files in the resources table.
10+
11+
**Improved display of long values in resources table**
12+
13+
Enhanced how longer values are shown in specific columns to improve readability in the resources table.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v2026.1.0
2+
3+
Previous version: [v2025.27.0](./v2025.27.0.md)
4+
5+
## Enhancements
6+
7+
**Improved loading state in DC analytics for charts**
8+
9+
Enhanced the loading behavior of analytics charts in the Device Center for a smoother user experience.
10+
11+
## Bug Fixes
12+
13+
**Fixed a problem with calculating number of users in users management page**
14+
15+
Resolved an issue where the number of users was not successfully retrieved in the user management section.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v2026.3.0
2+
3+
Previous version: [v2026.1.0](./v2026.1.0.md)
4+
5+
## Features
6+
7+
**New FOTA cancellation user interface**
8+
9+
Added an option to cancel FOTA and ongoing FOTA Campaigns using dedicated cancellation methods. Users can now select multiple methods and set their priority, so another method is used if the preferred one fails. The update is available in both the user interface and the REST API endpoints.
10+
11+
## Enhancements
12+
13+
**Improved loading of device logs data in Device Center view**
14+
15+
Optimized loading of device logs in the Device Center Logs tab. This improves overall user experience and reduces load on the installation.
16+
17+
## Bug Fixes
18+
19+
**Fixed incorrect cancellation status for FOTA after a failed retry attempt**
20+
21+
Fixed an issue where FOTA and FOTA Campaigns could be incorrectly marked as cancelled after a retry attempt failed.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# v2026.4.0
2+
3+
Previous version: [v2026.3.0](./v2026.3.0.md)
4+
5+
## Features
6+
7+
**OSCORE-based security**
8+
9+
Added support for OSCORE-based security in line with RFC 8613. This provides an additional secure communication option in the platform.
10+
For more details about OSCORE please refer to the documentation section as well as its subsections: [OSCORE-based security](https://{{coiote_server}}/doc/user/basic-device-management/topic-guides/oscore-security/)
11+
12+
**FTP and SFTP in reports**
13+
14+
Added support for FTP and SFTP as delivery methods in the new reports view. This makes it possible to send reports through additional file transfer channels.
15+
16+
**New user interface for LwM2M Bootstrap**
17+
18+
Introduced a new user interface for the LwM2M Bootstrap view in the Domain management section. All capabilities of the feature stay intact.
19+
20+
## Bug Fixes
21+
22+
**FOTA Cancellation status**
23+
24+
Fixed an issue which sometimes caused an incorrect cancellation status to be displayed in the user interface for a single device after scheduling FOTA Cancellation.

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,14 @@ nav:
116116
- How to use Device monitoring: 'Coiote_IoT_DM/API_documentation/Guides/Use_device_monitoring.md'
117117
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
118118
- 'Release Notes':
119+
- 2026:
120+
- 'Coiote_IoT_DM/Release_Notes/v2026.4.0.md'
121+
- 'Coiote_IoT_DM/Release_Notes/v2026.3.0.md'
122+
- 'Coiote_IoT_DM/Release_Notes/v2026.1.0.md'
119123
- 2025:
124+
- 'Coiote_IoT_DM/Release_Notes/v2025.27.0.md'
125+
- 'Coiote_IoT_DM/Release_Notes/v2025.26.0.md'
126+
- 'Coiote_IoT_DM/Release_Notes/v2025.25.0.md'
120127
- 'Coiote_IoT_DM/Release_Notes/v2025.24.0.md'
121128
- 'Coiote_IoT_DM/Release_Notes/v2025.23.0.md'
122129
- 'Coiote_IoT_DM/Release_Notes/v2025.22.0.md'

0 commit comments

Comments
 (0)