File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
components/esp_websocket_client Expand file tree Collapse file tree 3 files changed +20
-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.3 .0
6+ version : 1.4 .0
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.4.0 )
4+
5+ ### Features
6+
7+ - Support DS peripheral for mutual TLS ([ 55385ec3] ( https://github.com/espressif/esp-protocols/commit/55385ec3 ) )
8+
9+ ### Bug Fixes
10+
11+ - wait for task on destroy ([ 42674b49] ( https://github.com/espressif/esp-protocols/commit/42674b49 ) )
12+ - Fix pytest to verify client correctly ([ 9046af8f] ( https://github.com/espressif/esp-protocols/commit/9046af8f ) )
13+ - propagate error type ([ eeeb9006] ( https://github.com/espressif/esp-protocols/commit/eeeb9006 ) )
14+ - fix example buffer leak ([ 5219c39d] ( https://github.com/espressif/esp-protocols/commit/5219c39d ) )
15+
16+ ### Updated
17+
18+ - chore(websocket): align structure members ([ beb6e57e] ( https://github.com/espressif/esp-protocols/commit/beb6e57e ) )
19+ - chore(websocket): remove unused client variable ([ 15d3a01e] ( https://github.com/espressif/esp-protocols/commit/15d3a01e ) )
20+
321## [ 1.3.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.3.0 )
422
523### Features
Original file line number Diff line number Diff line change 1- version : " 1.3 .0"
1+ version : " 1.4 .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