Skip to content

Commit 2ee8f9d

Browse files
authored
Merge pull request #225 from AVSystem/RN-2025.24.0
Added RN v2025.24.0
2 parents a5a183d + c685638 commit 2ee8f9d

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# v2025.24.0
2+
3+
Previous version: [v2025.23.0](./v2025.23.0.md)
4+
5+
## Features
6+
7+
**New Alert rules for monitoring device connectivity**
8+
9+
A new alerting system has been introduced to help users detect and respond to device connectivity issues. The alert rules feature, available in the **Monitoring & Reporting → Alert rules** panel, allows users to define when a device is considered connected or disconnected based on the types of uplinks. The system scans device pools at configurable intervals, and rules can apply to a domain or include its subdomains, supporting multi-tenant environments.
10+
11+
Once an alert rule is created, it can be used as a trigger in the **Data Integration Center** to define a Kafka event handler. This enables users to forward alerts to external systems, using configurable payload formats and delivery options such as Kafka topics and custom headers.
12+
13+
For more information, see the [Create alert rule](https://{{coiote_server}}/doc/user/advanced-device-management/how-to-guides/create-alert-rule/) guide in User Documentation.
14+
15+
**New resource management panel**
16+
17+
Introduced a refreshed version of interface for managing internal and external resources, accessible under **Administration > Resources**. The view includes updated layout and allows users to add, edit, delete, and download resources with improved control and visibility.
18+
19+
**Serial number column added to Device Inventory**
20+
21+
A new default column showing the serial number is now available in the **Device Inventory** table. It supports search functionality and helps users quickly identify and filter devices using this key hardware identifier.
22+
23+
## Enhancements
24+
25+
**Improved Firmware version read flow**
26+
27+
The firmware version check after update is now an optional step used only for UI refresh. This improves reliability by ensuring the overall FOTA result reflects the true update status, even if the version read step fails.
28+
29+
## Bug Fixes
30+
31+
**Fixed error when device log level was set to OFF**
32+
33+
Resolved an issue that caused an error when entering the device *Advanced setting* logs view with logging disabled. The view now loads correctly and allows log level to be updated if needed.
34+
35+
**Fixed domain selector in user creation view**
36+
37+
Corrected a problem where the wrong default domain appeared in the user creation form. The domain selector now properly reflects the selected domain context and validates as expected.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ nav:
117117
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
118118
- 'Release Notes':
119119
- 2025:
120+
- 'Coiote_IoT_DM/Release_Notes/v2025.24.0.md'
120121
- 'Coiote_IoT_DM/Release_Notes/v2025.23.0.md'
121122
- 'Coiote_IoT_DM/Release_Notes/v2025.22.0.md'
122123
- 'Coiote_IoT_DM/Release_Notes/v2025.21.0.md'

0 commit comments

Comments
 (0)