Skip to content

Commit 24b430c

Browse files
authored
Merge pull request #211 from AVSystem/RN-v2025.11-12
Added RN v2025.11-12
2 parents ed14c9c + d0f66c3 commit 24b430c

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# v2025.11.0
2+
3+
Previous version: [v2025.10.0](./v2025.10.0.md)
4+
5+
## Features
6+
7+
**Multicomponent FOTA wizards**
8+
9+
Enabled the possibility to create firmware update configurations and campaigns involving multiple firmware components. This gives the users more flexibility in managing complex update scenarios.
10+
11+
## Enhancements
12+
13+
**Webhook timeout details in user guide**
14+
15+
Updated information in *Create webhook handler* guide, including response timeout settings. This clarifies how long the platform waits for external responses when sending data.
16+
17+
**Enhanced filtering in Device inventory**
18+
19+
Users without admin privileges can now filter devices not only by device groups from the current domain but also by subdomain groups, device type groups, and system groups. This makes it easier to manage and locate devices across different levels of the hierarchy.
20+
21+
## Bug Fixes
22+
23+
**Fixed unresponsive `/devices` API**
24+
25+
Resolved an issue where the `GET /devices` API endpoint could become unresponsive due to inefficient alert handling. The alert processing method was rewritten, significantly improving performance under load.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# v2025.12.0
2+
3+
Previous version: [v2025.11.0](./v2025.11.0.md)
4+
5+
## Enhancements
6+
7+
**Faster loading in User management**
8+
9+
Improved the performance of loading the user list. This reduces wait times significantly, even in environments with large numbers of users.
10+
11+
**Adjusted character limit warning in Device logs**
12+
13+
Changed the character limit warning for reported values to an informational log to reduce noise in Device logs. The API documentation was also updated to clarify how the longer values are displayed.
14+
15+
**Better visibility in provisioning session logs**
16+
17+
Improved logging across the provisioning session flow to make debugging easier and more transparent. This includes clearer logs during task cleanup and internal processing stages.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ nav:
116116
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
117117
- 'Release Notes':
118118
- 2025:
119+
- 'Coiote_IoT_DM/Release_Notes/v2025.12.0.md'
120+
- 'Coiote_IoT_DM/Release_Notes/v2025.11.0.md'
119121
- 'Coiote_IoT_DM/Release_Notes/v2025.10.0.md'
120122
- 'Coiote_IoT_DM/Release_Notes/v2025.9.0.md'
121123
- 'Coiote_IoT_DM/Release_Notes/v2025.8.0.md'

0 commit comments

Comments
 (0)