Skip to content

Release v3.1.0

Latest
Compare
Choose a tag to compare
@marcus-j-davies marcus-j-davies released this 15 Jun 10:21
· 7 commits to main since this release
48ae7d7
  • Versions

    • ZWave JS Driver Version: 9.4.0
    • ZWave JS Server Version: 1.17.0 (Schema Version 17)
  • Internal changes

    • The CFGLogConfig and CFGStorage classes can now be set exclusively.
    • The child classes of ZWaveOptions are now instanciated with default values when calling their constructors.
    • The DownloadPSI method now pulls down version locked binaries, to remove the potential for incompatible Binary/library combinations
  • New Fearures

    • Added ARM prebuilt binary (Debian - ARM64 RPI)
    • The DownloadPSI method - now has an optional override, allwowing the PSI to be focibly downloaded, i.e to ensure you have the correct version.
  • Fixes

    • Any inclusion or replace node method now checks that Security Keys are present if needed.
    • Handle unexpected WS Disconnects.