Skip to content

Commit

Permalink
esp-zigbee-sdk: release/v1.4.1(94bd7a1a)
Browse files Browse the repository at this point in the history
- Updated libs based on esp-idf v5.1.4
- Updated esp-zboss-lib to v1.4.1
- Updated esp-zigbee-lib to v1.4.1
- Supported NWK route record getting APIs
- Supported ZCL OTA image query request and response APIs
- Optimized APS maximum valid payload size for non-fragmented frames
- Fixed touchlink assert when the touchlink initiator scans mismatched targets and is required to leave

- Closes: #359
  • Loading branch information
xieqinan committed Jul 19, 2024
1 parent f5ddac0 commit 28f4b50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Espressif Zigbee SDK Release Notes

## 19-Jul-2024
1.4.1 version release of ESP-ZIGBEE-SDK is based on esp-idf v5.1.4

### Features
- Updated esp-zboss-lib to v1.4.1
- Updated esp-zigbee-lib to v1.4.1
- Supported NWK route record getting APIs
- Supported ZCL OTA image query request and response APIs
- Optimized APS maximum valid payload size for non-fragmented frames

### Bug Fixes
- Fixed touchlink assert when the touchlink initiator scans mismatched targets and is required to leave


## 04-Jul-2024
1.4.0 version release of ESP-ZIGBEE-SDK is based on esp-idf v5.1.3

Expand Down
2 changes: 1 addition & 1 deletion components/esp-zigbee-lib/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.4.0"
version: "1.4.1"
description: esp-zigbee library component
url: https://github.com/espressif/esp-zigbee-sdk
dependencies:
Expand Down

0 comments on commit 28f4b50

Please sign in to comment.