File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
components/esp_websocket_client Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
33 bump_message : ' bump(websocket): $current_version -> $new_version'
44 pre_bump_hooks : python ../../ci/changelog.py esp_websocket_client
55 tag_format : websocket-v$version
6- version : 1.4 .0
6+ version : 1.5 .0
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.5.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.5.0 )
4+
5+ ### Features
6+
7+ - add separate tx lock for send and receive ([ 250eebf] ( https://github.com/espressif/esp-protocols/commit/250eebf ) )
8+ - add unregister event to websocket client ([ ce16050] ( https://github.com/espressif/esp-protocols/commit/ce16050 ) )
9+ - add ability to reconnect after close ([ 19891d8] ( https://github.com/espressif/esp-protocols/commit/19891d8 ) )
10+
11+ ### Bug Fixes
12+
13+ - release client-lock during WEBSOCKET_EVENT_DATA ([ 030cb75] ( https://github.com/espressif/esp-protocols/commit/030cb75 ) )
14+
315## [ 1.4.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.4.0 )
416
517### Features
Original file line number Diff line number Diff line change 1- version : " 1.4 .0"
1+ version : " 1.5 .0"
22description : WebSocket protocol client for ESP-IDF
33url : https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
44dependencies :
You can’t perform that action at this time.
0 commit comments