Skip to content

Commit 3d4712b

Browse files
authored
Merge pull request #941 from gabsuren/ws_bump_1.6.0
bump(websocket): 1.5.0 -> 1.6.0
2 parents 4d7c684 + 67188fd commit 3d4712b

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.5.0
6+
version: 1.6.0
77
version_files:
88
- idf_component.yml

components/esp_websocket_client/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.6.0)
4+
5+
### Features
6+
7+
- add WEBSOCKET_EVENT_HEADER_RECEIVED (#827) ([18f0d028](https://github.com/espressif/esp-protocols/commit/18f0d028), [#715](https://github.com/espressif/esp-protocols/issues/715))
8+
- enhance example with docs, pytest setup, and standalone test server - Add comprehensive README with TOC and quick start - Add pytest setup and certificate generation scripts - Add standalone WebSocket test server with TLS support - Add troubleshooting and multiple testing approaches ([cad527d2](https://github.com/espressif/esp-protocols/commit/cad527d2))
9+
- Add websocket HTTP redirect ([ce1560ac](https://github.com/espressif/esp-protocols/commit/ce1560ac))
10+
11+
### Bug Fixes
12+
13+
- remove redundant timeout check in client task loop ([1e83bee4](https://github.com/espressif/esp-protocols/commit/1e83bee4))
14+
- fix PING timing - enable periodic PING during active traffic ([7f424325](https://github.com/espressif/esp-protocols/commit/7f424325))
15+
- Update linux build docs on required libs ([e52a5757](https://github.com/espressif/esp-protocols/commit/e52a5757))
16+
- clean up component dependencies - Remove unused 'json', 'nvs_flash', 'esp_stubs', dependency from Linux build configuration - Add cJSON dependency to target example's idf_component.yml ([d665e6f1](https://github.com/espressif/esp-protocols/commit/d665e6f1))
17+
- fix relying on asprintf() to NULL strp on failure ([54eb0027](https://github.com/espressif/esp-protocols/commit/54eb0027))
18+
- Update Remaining Websocket Echo Server (#893) ([18faeb3d](https://github.com/espressif/esp-protocols/commit/18faeb3d))
19+
- avoid long stopping time when waiting to auto-reconnect ([2432e41d](https://github.com/espressif/esp-protocols/commit/2432e41d))
20+
- Update Websocket Echo Server ([94bd5b07](https://github.com/espressif/esp-protocols/commit/94bd5b07))
21+
22+
### Updated
23+
24+
- ci(common): Update test component dir for IDFv6.0 ([18418c83](https://github.com/espressif/esp-protocols/commit/18418c83))
25+
326
## [1.5.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.5.0)
427

528
### 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.5.0"
1+
version: "1.6.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)