You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Coiote_IoT_DM/Release_Notes/v2025.7.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ The system now automatically removes tasks that no longer have access to the dev
24
24
25
25
**Improved visibility in FOTA campaign statistics**
26
26
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.
28
28
29
29
## Bug Fixes
30
30
31
31
**Fixed validation for FOTA API parameters**
32
32
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.
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.
0 commit comments