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
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.
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.
0 commit comments