v0.16.0
This release introduces a breaking change to the naming of the command class get
and command class report modules. If you are using those modules directly, you
will need to update to the use the new module names.
Changed
Grizzly.ZWave.Commands.CommandClassGet
is now
Grizzly.ZWave.Commands.VersionCommandClassGet
- The
:name
field for:command_class_get
is now:version_command_class_get
Grizzly.ZWave.Commands.CommandClassReport
is now
Grizzly.ZWave.Commands.VersionCommandClassReport
- The
:name
field for:command_class_report
is now
:version_command_class_report
Added
- Added support for forcing the Z-Wave cache to update when fetching node
information. SeeGrizzly.Node.get_info/2
for more information. - Support for OTP 23.2
Fixed
- In some GenServers an exception would cascade
Updates
- Easier to read stack traces when some GenServers crash
Thank you to those who contributed to this release:
- Jean-Francois Cloutier
- Frank Hunleth