Skip to content

Commit e636421

Browse files
committed
v8.10.0 release
1 parent 9384c93 commit e636421

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [v8.10.0] - 2025-06-09
6+
7+
### Added
8+
9+
* Reinstate the `listening?` node info property. It was removed in v8.7.0 because we trusted the Z-Wave documentation at "5.2.5.4.4. Node info cached report" and its definition of the `List.` bit in the report. Contrary to the doc, this bit does not indicate whether the report contains a list of command classes but rather indicates whether or not the device is mains powered and thus always listening, as determined once, at the moment of pairing. ([#1082](https://github.com/smartrent/grizzly/pull/1082))
10+
* Add connection_information/1 callback to unsolicited server DTLS transport ([#1081](https://github.com/smartrent/grizzly/pull/1081))
11+
512
## [v8.9.0] - 2025-05-02
613

714
### Changed
@@ -2723,6 +2730,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
27232730
- Fix timeout error when waiting for DTLS server from the
27242731
`zipgateway` side
27252732

2733+
[v8.10.0]: https://github.com/smartrent/grizzly/compare/v8.9.0..v8.10.0
27262734
[v8.9.0]: https://github.com/smartrent/grizzly/compare/v8.8.1..v8.9.0
27272735
[v8.8.1]: https://github.com/smartrent/grizzly/compare/v8.8.0..v8.8.1
27282736
[v8.8.0]: https://github.com/smartrent/grizzly/compare/v8.7.1..v8.8.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Grizzly.MixProject do
22
use Mix.Project
33

4-
@version "8.9.0"
4+
@version "8.10.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)