Skip to content

Commit 9a7fc0d

Browse files
authored
Merge pull request #218 from AVSystem/RNv2025.01-02
Added RNs
2 parents 873e775 + 3e1595f commit 9a7fc0d

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# v2025.1.0
2+
3+
Previous version: [v2024.5.0](./v2024.5.0.md)
4+
5+
## Features
6+
7+
**Automatic retry for FOTA in campaigns**
8+
9+
A new option allows firmware updates in campaigns to retry automatically when specific errors occur. Retries can be configured with a maximum number of attempts and a list of retryable errors, helping campaigns complete more reliably.
10+
11+
**Domain-level control of XML tag access**
12+
13+
Highly privileged users can now configure which XML tags are allowed within a domain through domain properties. These restrictions apply across XML task editors, providing finer control and security while still allowing raw XML editing
14+
15+
## Enhancements
16+
17+
**Improvements to FOTA approval**
18+
19+
The FOTA approval property configuration in Domain management has now clearer wording, indicating when manager review is required.
20+
21+
**Multicomponent FOTA eligibility tracking**
22+
23+
Devices are now flagged as eligible for multicomponent FOTA if they report the required firmware update object `/33629`. This makes it easier to identify which devices can participate in multicomponent update campaigns.
24+
25+
**Custom object instance IDs in bootstrap**
26+
27+
Added optional parameters to configure custom instance IDs for Security and Server objects during bootstrap. This allows better compatibility with devices that reject default instance settings.
28+
29+
**Removed unused field from REST API**
30+
31+
Cleaned up the REST API `GET /users/{username}` endpoint by removing the ambiguous `staff` field from user details. This simplifies the API and avoids confusion over unused fields.
32+
33+
34+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# v2025.2.0
2+
3+
Previous version: [v2025.1.0](./v2025.1.0.md)
4+
5+
## Features
6+
7+
**Filtering FOTA configurations by type**
8+
9+
FOTA configurations can now be filtered by type — basic or multicomponent. This makes it easier to manage and browse firmware update configurations.
10+
11+
## Enhancements
12+
13+
**Device Center label update**
14+
15+
Removed the “BETA” label from Device Center, which is no longer considered a beta version. Also updated the “Go to previous version” button label to “Advanced settings” to indicate that the Device Center is the default view.
16+
17+
## Bug Fixes
18+
19+
**Fixed crash from invalid domain filter**
20+
21+
Fixed an issue where using a saved filter with a deleted or inaccessible domain in Device inventory caused the GUI to crash. The view now loads with valid filters only.

docs/Coiote_IoT_DM/Release_Notes/v2025.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# v2025.3.0
22

3-
Previous version: [v2024.5.0](./v2024.5.0.md)
3+
Previous version: [v2025.2.0](./v2025.2.0.md)
44

55
## Features
66

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ nav:
130130
- 'Coiote_IoT_DM/Release_Notes/v2025.6.0.md'
131131
- 'Coiote_IoT_DM/Release_Notes/v2025.5.0.md'
132132
- 'Coiote_IoT_DM/Release_Notes/v2025.4.0.md'
133-
- 'Coiote_IoT_DM/Release_Notes/v2025.3.0.md'
133+
- 'Coiote_IoT_DM/Release_Notes/v2025.3.0.md'
134+
- 'Coiote_IoT_DM/Release_Notes/v2025.2.0.md'
135+
- 'Coiote_IoT_DM/Release_Notes/v2025.1.0.md'
134136
- 2024:
135137
- 'Coiote_IoT_DM/Release_Notes/v2024.5.0.md'
136138
- 'Coiote_IoT_DM/Release_Notes/v2024.4.0.md'

0 commit comments

Comments
 (0)