Releases: Nerivec/zigbee-on-host
Releases · Nerivec/zigbee-on-host
v0.2.4
v0.2.3
What's Changed
- fix: improve routing logging
- fix: adjust max MAC payload size
- fix: adjust APS constants
- fix: ignore route staleness on first trigger
- fix: add tiSerialSkipBootloader support for dev:cli
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- fix: use source64 from sec header for NWK replay check
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix: move spinel getters to functions
- fix: inline driver params init
- fix: improve assoc network key handling
- fix: improve device update & status
- fix: add R23 reqVerifiedFc to security control
- fix: add support for CONFIG_NWK_ROUTER_AGE_LIMIT
- fix: add support for CONFIG_NWK_MAX_SOURCE_ROUTE (hops)
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: improve routing by @Nerivec in #70
- feat!: refactor saves to TLV-based by @Nerivec in #71
- feat!: revamp structure by @Nerivec in #72
- feat: various compliance features by @Nerivec in #76
- feat: NWK replay protection
- feat: install codes support
- feat: APP link keys support
- feat: APS duplicate detection
- feat: APS fragmentation support
- feat: NWK key switching support
- feat: ED timeout support
- fix: improve NWK GP duplicate detection
- fix: improve APS ACKing (pending, wait window, etc.)
- fix: improve handling for various spec commands
- fix: extract raw MAC frame handling out of driver
- fix: improve routing
- fix: add compliance tests for every layer
- fix: encoding cleanup by @Nerivec in #77
- fix: MAC association join vs rejoin via
authorizedfield
Full Changelog: v0.1.13...v0.2.0
v0.1.13
What's Changed
- chore(deps-dev): bump @types/node from 22.15.24 to 22.15.29 in the development-dependencies group by @dependabot[bot] in #41
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #42
- chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot[bot] in #43
- fix: migrate to biome v2 by @Nerivec in #48
- chore(deps-dev): bump the development-dependencies group with 2 updates by @dependabot[bot] in #49
- chore(deps-dev): bump @types/node from 24.0.7 to 24.0.10 in the development-dependencies group by @dependabot[bot] in #50
- chore: codspeed vitest by @Nerivec in #52
- fix: bump @types/node from 24.0.13 to 24.0.14 in the development-dependencies group by @dependabot[bot] in #54
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- fix: process duplicate MAC assoc req as rejoin if known
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #35
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #36
- chore(deps-dev): bump @types/node from 22.15.16 to 22.15.17 in the development-dependencies group by @dependabot in #37
- chore(deps-dev): bump @types/node from 22.15.17 to 22.15.19 in the development-dependencies group by @dependabot in #38
- chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #39
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
New Contributors
- @github-actions made their first contribution in #31
- @dependabot made their first contribution in #33
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- dev: revamp cli, add utils to sniff & reset stack by @Nerivec in #29
- fix: routing by @Nerivec in #30
- fix: keep track of delivery failures for route repair (first pass)
- fix: keep track of route failures for route repair (first pass)
- fix: prevent MTORR from scheduling too often
- fix: handle source route retrieval errors better
- fix: multicast (group) addressing
- fix: GP commissioning mode timeout not cleared on re-enter while already running
- fix: pass SpinelStatus cause to thrown errors
- fix: improve naming, returns and various dev-related stuff
Full Changelog: v0.1.9...v0.1.10