Skip to content

Commit 69d6e93

Browse files
committed
Release ver7_18.05
Origin: #42 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent aa43ce5 commit 69d6e93

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

doc/RELEASE_NOTE.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
# Z/IP Gateway SDK 7.18.04
1+
# Z/IP Gateway SDK 7.18.05
22

33
The Z/IP Gateway emulates the behavior of IP-enabled Z-Wave devices so that IP
44
applications may interact with Z-Wave devices via normal IP routing principles. The Z/IP
55
Gateway decodes Z/IP Packet headers and forwards extracted Z-Wave commands to
66
the node identified by the given IPv6 or IPv4 address.
77

88
These release notes cover Z/IP Gateway SDK version(s):
9-
7.18.04
9+
7.18.05
10+
11+
Changelog: https://github.com/SiliconLabs/zipgateway/compare/ver7_18.04...ver7_18.05
1012

1113
For the record this file was a derivate of document
1214
[SRN14932-1C.pdf](https://www.silabs.com/documents/public/release-notes/SRN14932-1C.pdf)
1315
which was downloaded using [simplicity studio](https://www.silabs.com/developers/simplicity-studio).
1416

15-
## NEW FEATURES
16-
17-
- Project relocated to github:
18-
- https://github.com/SiliconLabs/zipgateway
19-
- libzipgateway agregated into main package
20-
- Security hardening
21-
- More configuration
22-
2317
## Compatibility and Use Notices
2418

2519
If you are new to the Z-Wave Gateway SDK, see Using This Release.
@@ -65,17 +59,17 @@ many sections. Essentially, the key words “MUST”, “MUST NOT”, “REQUIRE
6559

6660
## 1 Improvements
6761

68-
- Security hardening
69-
- [ZGW-3413: Improve keys randomization](https://github.com/SiliconLabs/zipgateway/pull/12)
70-
- More customization: Region, Association Limit (Virtualnodes)
71-
- Native building on device, docker or cloud
62+
- [Z/IP Gateway Watchdog](https://github.com/SiliconLabs/zipgateway/pull/35)
63+
- [NCP Soft-Reset Status Notification from Z/IP GW to Z/IP Clients](https://github.com/SiliconLabs/zipgateway/pull/35)
64+
- [Implement CC Device_Reset_Locally](https://github.com/SiliconLabs/zipgateway/pull/40)
65+
- [Security hardening](https://github.com/SiliconLabs/zipgateway/pull/36)
7266

7367
## 2 Fixed Issues
7468

75-
Fixed in release 7.18.04
69+
Fixed in release 7.18.05
7670

77-
- [ZGW-3403: Support single temporal associations](https://github.com/SiliconLabs/zipgateway/pull/5)
78-
- [ZGW-3393: Check node id base type when wrong source node id is received](https://github.com/SiliconLabs/zipgateway/pull/20)
71+
- [Fix ZGW-3423: Segmentation fault after clearing the NVM of ZWave NCP](https://github.com/SiliconLabs/zipgateway/pull/37)
72+
- [ZGW-3422: Z/IP got stuck after sending VERSION_COMMAND](https://github.com/SiliconLabs/zipgateway/pull/34)
7973

8074
## 3 Known Issues in the Current Release
8175

@@ -261,6 +255,13 @@ Secure Z/IP UDP frames are ordinary Z/IP frames wrapped in a DTLS wrapper.
261255
DTLS is the datagram version of TLS. Z/IP LAN Security default UDP port number is 41230.
262256
Z/IP LAN Security currently only supports the Pre-Shared-Key (PSK) Key Exchange Algorithm.
263257

258+
Note that for debugging purposes this feature is optional
259+
it can be easily disabled by overiding cmake variable:
260+
261+
``sh
262+
cmake -DDISABLE_DTLS=ON
263+
``
264+
264265
##### 5.1.1.6 Z/IP Discovery
265266

266267
A Non-DTLS encapsulated Z/IP Node Info Cached Get command may be used to discover the IPv6 or IPv4 address of the Z/IP

0 commit comments

Comments
 (0)