|
1 | | -# Z/IP Gateway SDK 7.18.04 |
| 1 | +# Z/IP Gateway SDK 7.18.05 |
2 | 2 |
|
3 | 3 | The Z/IP Gateway emulates the behavior of IP-enabled Z-Wave devices so that IP |
4 | 4 | applications may interact with Z-Wave devices via normal IP routing principles. The Z/IP |
5 | 5 | Gateway decodes Z/IP Packet headers and forwards extracted Z-Wave commands to |
6 | 6 | the node identified by the given IPv6 or IPv4 address. |
7 | 7 |
|
8 | 8 | 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 |
10 | 12 |
|
11 | 13 | For the record this file was a derivate of document |
12 | 14 | [SRN14932-1C.pdf](https://www.silabs.com/documents/public/release-notes/SRN14932-1C.pdf) |
13 | 15 | which was downloaded using [simplicity studio](https://www.silabs.com/developers/simplicity-studio). |
14 | 16 |
|
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 | | - |
23 | 17 | ## Compatibility and Use Notices |
24 | 18 |
|
25 | 19 | 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 |
65 | 59 |
|
66 | 60 | ## 1 Improvements |
67 | 61 |
|
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) |
72 | 66 |
|
73 | 67 | ## 2 Fixed Issues |
74 | 68 |
|
75 | | -Fixed in release 7.18.04 |
| 69 | +Fixed in release 7.18.05 |
76 | 70 |
|
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) |
79 | 73 |
|
80 | 74 | ## 3 Known Issues in the Current Release |
81 | 75 |
|
@@ -261,6 +255,13 @@ Secure Z/IP UDP frames are ordinary Z/IP frames wrapped in a DTLS wrapper. |
261 | 255 | DTLS is the datagram version of TLS. Z/IP LAN Security default UDP port number is 41230. |
262 | 256 | Z/IP LAN Security currently only supports the Pre-Shared-Key (PSK) Key Exchange Algorithm. |
263 | 257 |
|
| 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 | + |
264 | 265 | ##### 5.1.1.6 Z/IP Discovery |
265 | 266 |
|
266 | 267 | 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