Skip to content

Commit fdcbd86

Browse files
authored
Merge pull request #208 from AVSystem/RN-v2025.9.0
Added RN for v2025.9.0
2 parents 3c4dce0 + 8cb001c commit fdcbd86

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

docs/Coiote_IoT_DM/Release_Notes/v2025.7.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The system now automatically removes tasks that no longer have access to the dev
2424

2525
**Improved visibility in FOTA campaign statistics**
2626

27-
Enhanced the FOTA campaign *Overview* tab by including in the statistics the devices marked as "Retrying" and displaying them in a new card.
27+
The **Overview** tab in FOTA campaign view now includes devices with the status *Retrying*. These devices are displayed in a separate card to make tracking update progress easier.
2828

2929
## Bug Fixes
3030

3131
**Fixed validation for FOTA API parameters**
3232

33-
Fixed a small issue where invalid values in FOTA configurations and campaigns were not always properly validated. The API now correctly returns errors when unsupported values are provided.
33+
Fixed a minor issue where invalid values in FOTA configurations and campaigns were not always properly validated. The API now correctly returns errors when unsupported values are provided.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# v2025.9.0
2+
3+
Previous version: [v2025.7.0](./v2025.7.0.md)
4+
5+
## Features
6+
7+
**Added ability to cancel FOTA using the API**
8+
9+
It is now possible to cancel an ongoing firmware update via the API by specifying its ID. This allows for better control over update processes and helps prevent unwanted executions.
10+
11+
## Enhancements
12+
13+
**Improved CSV import user interface**
14+
15+
Updated the interface for importing devices from CSV accessible under **Device inventory > Add device > Import devices from CSV**. Revised the documentation to reflect the new user interface.
16+
17+
## Bug Fixes
18+
19+
**Fixed UI glitch in bootstrap server selection**
20+
21+
Resolved an issue where the bootstrap server picker in the device creator was partially hidden when selecting the default server option. The picker is now displayed correctly regardless of panel height.
22+
23+
**Fixed validation issue in manually added dialects**
24+
25+
Resolved a problem where manually added dialects could not be saved due to a validation error. The fix restores the ability to define new dialects without relying on default templates.
26+
27+
**Fixed issue with adding users to domains**
28+
29+
Fixed an issue with long loading times and occasional failures when assigning users to a domain. Now the functionality works reliably even in big scale environments.
30+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ nav:
116116
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
117117
- 'Release Notes':
118118
- 2025:
119+
- 'Coiote_IoT_DM/Release_Notes/v2025.9.0.md'
119120
- 'Coiote_IoT_DM/Release_Notes/v2025.7.0.md'
120121
- 'Coiote_IoT_DM/Release_Notes/v2025.6.0.md'
121122
- 'Coiote_IoT_DM/Release_Notes/v2025.5.0.md'

0 commit comments

Comments
 (0)