You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## [v8.9.0] - 2025-05-02
6
+
7
+
### Changed
8
+
9
+
* Rename humidity control setpoint types from `:humidifier` and :`dehumidifier` to `:humidify` and `:dehumidify` ([#1074](https://github.com/smartrent/grizzly/pull/1074))
10
+
11
+
### Fixed
12
+
13
+
* Alarm event `0x00` must always decode to `:state_idle` even when the alarm type is not known ([#1075](https://github.com/smartrent/grizzly/pull/1075))
14
+
5
15
## [v8.8.1] - 2025-04-28
6
16
7
17
### Fixed
@@ -2713,6 +2723,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
2713
2723
- Fix timeout error when waiting for DTLS server from the
0 commit comments