Skip to content

Commit

Permalink
bump(websocket): 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
david-cermak committed Jan 30, 2025
1 parent 7740b59 commit 3986611
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp_websocket_client/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(websocket): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
tag_format: websocket-v$version
version: 1.3.0
version: 1.4.0
version_files:
- idf_component.yml
18 changes: 18 additions & 0 deletions components/esp_websocket_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.4.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.4.0)

### Features

- Support DS peripheral for mutual TLS ([55385ec3](https://github.com/espressif/esp-protocols/commit/55385ec3))

### Bug Fixes

- wait for task on destroy ([42674b49](https://github.com/espressif/esp-protocols/commit/42674b49))
- Fix pytest to verify client correctly ([9046af8f](https://github.com/espressif/esp-protocols/commit/9046af8f))
- propagate error type ([eeeb9006](https://github.com/espressif/esp-protocols/commit/eeeb9006))
- fix example buffer leak ([5219c39d](https://github.com/espressif/esp-protocols/commit/5219c39d))

### Updated

- chore(websocket): align structure members ([beb6e57e](https://github.com/espressif/esp-protocols/commit/beb6e57e))
- chore(websocket): remove unused client variable ([15d3a01e](https://github.com/espressif/esp-protocols/commit/15d3a01e))

## [1.3.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.3.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion components/esp_websocket_client/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.3.0"
version: "1.4.0"
description: WebSocket protocol client for ESP-IDF
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
dependencies:
Expand Down

0 comments on commit 3986611

Please sign in to comment.