Skip to content

Commit f52a38b

Browse files
committed
bump(websocket): 1.1.0 -> 1.2.0
1.2.0 Features - Added new API `esp_websocket_client_append_header` (39e9725) - Added new APIs to support fragmented messages transmission (fae80e2) Bug Fixes - Reference common component from IDF (74fc228) - Revert referencing protocol_examples_common from IDF (b176d3a) - reference protocol_examples_common from IDF (025ede1) - specify override_path in example manifests (d5e7898) - Return status code correctly on esp_websocket_client_send_with_opcode (ac8f1de) - Fix pytest exclusion, gitignore, and changelog checks (2696221)
1 parent 74fc228 commit f52a38b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.1.0
6+
version: 1.2.0
77
version_files:
88
- idf_component.yml

components/esp_websocket_client/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.2.0)
4+
5+
### Features
6+
7+
- Added new API `esp_websocket_client_append_header` ([39e9725](https://github.com/espressif/esp-protocols/commit/39e9725))
8+
- Added new APIs to support fragmented messages transmission ([fae80e2](https://github.com/espressif/esp-protocols/commit/fae80e2))
9+
10+
### Bug Fixes
11+
12+
- Reference common component from IDF ([74fc228](https://github.com/espressif/esp-protocols/commit/74fc228))
13+
- Revert referencing protocol_examples_common from IDF ([b176d3a](https://github.com/espressif/esp-protocols/commit/b176d3a))
14+
- reference protocol_examples_common from IDF ([025ede1](https://github.com/espressif/esp-protocols/commit/025ede1))
15+
- specify override_path in example manifests ([d5e7898](https://github.com/espressif/esp-protocols/commit/d5e7898))
16+
- Return status code correctly on esp_websocket_client_send_with_opcode ([ac8f1de](https://github.com/espressif/esp-protocols/commit/ac8f1de))
17+
- Fix pytest exclusion, gitignore, and changelog checks ([2696221](https://github.com/espressif/esp-protocols/commit/2696221))
18+
319
## [1.1.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.1.0)
420

521
### 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.1.0"
1+
version: "1.2.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)