Skip to content

Commit a5a183d

Browse files
authored
Merge pull request #224 from AVSystem/RN-v2025.22-23
Added RNs v2025.22-23
2 parents 08a156f + 37123fc commit a5a183d

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# v2025.22.0
2+
3+
Previous version: [v2025.21.0](./v2025.21.0.md)
4+
5+
## Enhancements
6+
7+
**Documentation on adding resource instances via `set` tag**
8+
9+
Added user documentation explaining how to use the `set` tag with LwM2M Write modes to add new resource instances, including support for both Partial Update and Replace modes.
10+
11+
**Faster Device Center loading**
12+
13+
Improved the loading speed of the Device Center by separating data loading per tab, making the view open instantly with visible performance gains.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# v2025.23.0
2+
3+
Previous version: [v2025.22.0](./v2025.22.0.md)
4+
5+
## Features
6+
7+
**Trusted CA support for `rest` tag**
8+
9+
Users can now configure trusted certificate authorities per domain via the REST API. This is needed for correct setup of HTTP requests in XML tasks that use the `rest` tag.
10+
11+
**Distinguishing first Observe response in Expressions API**
12+
13+
Added the ability to identify if a notification originates from the first Observe response via Expressions. This helps users filter out empty initial responses and, for example, forward only relevant data to external systems. Available via `isInitialValue` and `isFirstResponse` methods in the Expressions API.
14+
15+
## Enhancements
16+
17+
**Updated list of supported cipher suites**
18+
19+
Updated the list of supported TLS 1.2 cipher suites to improve connection security. This change helps ensure webhook connections only use strong encryption. Additionally, we added support for TLS 1.3.
20+
21+
## Bug fixes
22+
23+
**Fixed scrolling issue in data model view**
24+
25+
Resolved a problem where the data model view scrolled to the bottom of the page after completing an operation.
26+
27+

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ nav:
117117
- API reference: 'Coiote_IoT_DM/API_documentation/api_reference.md'
118118
- 'Release Notes':
119119
- 2025:
120+
- 'Coiote_IoT_DM/Release_Notes/v2025.23.0.md'
121+
- 'Coiote_IoT_DM/Release_Notes/v2025.22.0.md'
120122
- 'Coiote_IoT_DM/Release_Notes/v2025.21.0.md'
121123
- 'Coiote_IoT_DM/Release_Notes/v2025.20.0.md'
122124
- 'Coiote_IoT_DM/Release_Notes/v2025.18.0.md'

0 commit comments

Comments
 (0)