Commit 030384a 1 parent 7515c25 commit 030384a Copy full SHA for 030384a
File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- <!-- markdownlint-disable-file MD024 -->
2
-
3
1
# Changelog
4
2
5
3
This project follows [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
4
5
+ ## [ v8.7.0] - 2025-02-08
6
+
7
+ ### Changed
8
+
9
+ * Remove the ` listening? ` node info property ([ #1050 ] ( https://github.com/smartrent/grizzly/pull/1050 ) )
10
+ * See the PR for more details, but tl;dr this flag was long ago misinterpreted and does not
11
+ actually indicate whether a node is listening
12
+
7
13
## [ v8.6.9] - 2025-02-03
8
14
9
15
### Added
@@ -2687,6 +2693,7 @@ Same change found in `Grizzly.Node.get_command_class_version`
2687
2693
- Fix timeout error when waiting for DTLS server from the
2688
2694
` zipgateway ` side
2689
2695
2696
+ [ v8.7.0 ] : https://github.com/smartrent/grizzly/compare/v8.6.9..v8.7.0
2690
2697
[ v8.6.9 ] : https://github.com/smartrent/grizzly/compare/v8.6.8..v8.6.9
2691
2698
[ v8.6.8 ] : https://github.com/smartrent/grizzly/compare/v8.6.7..v8.6.8
2692
2699
[ v8.6.7 ] : https://github.com/smartrent/grizzly/compare/v8.6.6..v8.6.7
Original file line number Diff line number Diff line change 1
1
defmodule Grizzly.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "8.6.9 "
4
+ @ version "8.7.0 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments