Skip to content

Commit 3986611

Browse files
committed
bump(websocket): 1.3.0 -> 1.4.0
1.4.0 Features - Support DS peripheral for mutual TLS (55385ec) Bug Fixes - wait for task on destroy (42674b4) - Fix pytest to verify client correctly (9046af8) - propagate error type (eeeb900) - fix example buffer leak (5219c39) Updated - chore(websocket): align structure members (beb6e57) - chore(websocket): remove unused client variable (15d3a01)
1 parent 7740b59 commit 3986611

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

components/esp_websocket_client/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

components/esp_websocket_client/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

components/esp_websocket_client/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.3.0"
1+
version: "1.4.0"
22
description: WebSocket protocol client for ESP-IDF
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
44
dependencies:

0 commit comments

Comments
 (0)