Skip to content

Commit 3c4dce0

Browse files
authored
Merge pull request #207 from AVSystem/RN-2025.7.0
Added RN v2025.7.0
2 parents c8153c1 + b65226e commit 3c4dce0

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# v2025.7.0
2+
3+
Previous version: [v2025.6.0](./v2025.6.0.md)
4+
5+
## Features
6+
7+
**Canceling FOTA via API**
8+
9+
Added the ability to cancel an ongoing FOTA update using the API. This feature mirrors the cancellation flow available in the GUI and improves automation support.
10+
11+
## Enhancements
12+
13+
**Improved tracking of data updates in Data model**
14+
15+
Introduced a new metric to help track device-reported values, offering clearer insight into when updates are based on recent or historical data. This makes it easier to monitor device behavior and ensure accurate data visibility.
16+
17+
**Domain validation for task creation and reports**
18+
19+
Updated task creation rules to prevent assigning tasks to domains lower than the device or group's domain, ensuring stricter and more predictable domain visibility. The domain picker dynamically adjusts based on the selected target, and REST API enforces these constraints. Task reports also retain their original domain when a device is moved across domains.
20+
21+
**Automatic removal of domain-inaccessible tasks**
22+
23+
The system now automatically removes tasks that no longer have access to the device due to domain changes. This enhancement helps maintain data relevance by leveraging the existing task retention mechanism.
24+
25+
**Improved visibility in FOTA campaign statistics**
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.
28+
29+
## Bug Fixes
30+
31+
**Fixed validation for FOTA API parameters**
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.

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.7.0.md'
119120
- 'Coiote_IoT_DM/Release_Notes/v2025.6.0.md'
120121
- 'Coiote_IoT_DM/Release_Notes/v2025.5.0.md'
121122
- 'Coiote_IoT_DM/Release_Notes/v2025.4.0.md'

0 commit comments

Comments
 (0)