From f4993559aab9d68e3b5030d447ca07fd70aef02a Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 31 Oct 2023 16:32:09 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc1addd01b8..b43a1a4005dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ +## __WORK IN PROGRESS__ +### Features +* Allow disabling the unresponsive controller recovery feature (#6480) + +### Bugfixes +* Do not abort timed out `Send Data` commands twice (#6484) +* Ensure the default Basic CC values are only exposed if they should be, even with the compat `event` enabled (#6485) +* Auto-remove failed SmartStart nodes when bootstrapping times out (#6483) +* Do not attempt to poll values from nodes that are considered dead (#6470) +* Fixed an issue where the send queue was blocked when recovering controller from missed Send Data callback failed (#6473) +* Instead of restarting the driver, the serial port is now reopened if controller is still missing ACKs after soft-reset (#6477) +* Do not attempt to recover an unresponsive controller before fully initializing (#6480) + +### Config file changes +* Tweak Heatit Z-TRM6 options (#6464) +* Add Ring Alarm Panic Button Gen2 (#6453) +* Update fingerprints for Vesternet devices (#6460) + +### Changes under the hood +* Added a `mock-server` hook to run code after initializing mocks (#6478) +* Changed the headline in the logs from "ZWAVE-JS" to "Z-WAVE JS" (#6462) +* Lint device config files as part of CI (#6471) +* The `enableSoftReset` driver option is now deprecated in favor of `features.softReset` (#6480) + ## 12.2.3 (2023-10-24) ### Bugfixes * Mark `Central Scene CC` `scene` property as stateless. The previous fix wasn't working. (#6458)