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:
3
3
bump_message : ' bump(websocket): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_websocket_client
5
5
tag_format : websocket-v$version
6
- version : 1.4 .0
6
+ version : 1.5 .0
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 1.4.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.4.0 )
4
16
5
17
### Features
Original file line number Diff line number Diff line change 1
- version : " 1.4 .0"
1
+ version : " 1.5 .0"
2
2
description : WebSocket protocol client for ESP-IDF
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments