Skip to content

Commit e6afe02

Browse files
committed
Update CHANGELOG
1 parent a87b8d0 commit e6afe02

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Changelog
22

3+
## v0.40.0
4+
5+
- Make auto-joining work: (@bouwew)
6+
- Correct setting of accept_join_request which enables the auto-joining temporarily
7+
- Change NodeAddRequest to not expect a response, the NodeRejoinResponse is often delayed past the NODE_TIMEOUT
8+
- Use the already present response-subscription to capture the NodeJoinAvailableResponse and initialize to joining of a Node
9+
- Improve async task-handling, this should stress the CPU less (@bouwew)
10+
- Limit cache-size to 24hrs instead of to 1 week (@bouwew, @ArnoutD)
11+
- Implement support for devices with production enabled (@bouwew)
12+
- Collect Stick NodeInfo for use in HA (@bouwew)
13+
- Several bugfixes (@ArnoutD)
14+
- Github improvements/fixes (@CoMPaTech)
15+
- Async fixes (@ArnoutD - #141)
16+
317
## v0.40.0 (a22)
418

519
- Correcting messageflow to HA
620

721
## v0.40.0 (a4)
822

9-
Full rewrite of library into async version. Main list of changes:
10-
23+
Full rewrite of library into async version (@brefra).
24+
Main list of changes:
1125
- Full async and typed
1226
- Improved protocol handling
1327
- Support for local caching of collected data to improve startup and device detection

0 commit comments

Comments
 (0)