Skip to content

Commit ed14c9c

Browse files
authored
Merge pull request #210 from AVSystem/RN-v2025.10.0
Added RN v2025.10.0
2 parents e518708 + dee9865 commit ed14c9c

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# v2025.10.0
2+
3+
Previous version: [v2025.9.0](./v2025.9.0.md)
4+
5+
## Enhancements
6+
7+
**Removed support for legacy `<store>` tag in XML tasks**
8+
9+
The deprecated `<store>` tag has been fully removed from XML task configurations, ensuring cleaner task definitions and consistent tag usage across environments. All tasks using the `<store>` tag have been successfully migrated to the new version.
10+
11+
**Adjusted OpenAPI specification for better compatibility**
12+
13+
Updated the OpenAPI specification to meet OpenAPI Tools’ validation standards, ensuring better compatibility with tools like Swagger and client code generators.
14+
15+
**Unified handling of data model changes**
16+
17+
Simplified the way device data model changes are processed by consolidating logic into a shared event stream. This improves performance and consistency across monitoring, Azure integration, and the Data Integration Center.
18+
19+
**Improved stability for custom dialects**
20+
21+
Adjusted dialect handling to support newly added fields and prevent validation issues when creating custom object definitions. Changes also include migrating dialects to a more scalable format and enhancing overall editor performance.
22+
23+
**Improved sorting in Device Inventory**
24+
25+
Device Inventory now defaults to sorting devices by *Last seen* time, showing the most recently active ones first. The column layout has also been adjusted to make key information more accessible.
26+
27+
28+
29+

docs/Coiote_IoT_DM/Release_Notes/v2025.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Fixed inconsistent handling of internal addresses between Kafka and Webhook hand
4242

4343
**Fixed issue with deleting domains**
4444

45-
Resolved an issue that caused an error when deleting an empty domain in the EU Cloud. Deleting empty domains now completes smoothly without showing an error.
45+
Resolved an issue that caused an error when deleting an empty domain in the EU Cloud. Deleting empty domains now completes successfully.

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.10.0.md'
119120
- 'Coiote_IoT_DM/Release_Notes/v2025.9.0.md'
120121
- 'Coiote_IoT_DM/Release_Notes/v2025.8.0.md'
121122
- 'Coiote_IoT_DM/Release_Notes/v2025.7.0.md'

0 commit comments

Comments
 (0)