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:
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.3 .0
6
+ version : 1.4 .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.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
+
3
21
## [ 1.3.0] ( https://github.com/espressif/esp-protocols/commits/websocket-v1.3.0 )
4
22
5
23
### Features
Original file line number Diff line number Diff line change 1
- version : " 1.3 .0"
1
+ version : " 1.4 .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