mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
bump(websocket): 1.4.0 -> 1.5.0
1.5.0 Features - add separate tx lock for send and receive (250eebf
) - add unregister event to websocket client (ce16050
) - add ability to reconnect after close (19891d8
) Bug Fixes - release client-lock during WEBSOCKET_EVENT_DATA (030cb75
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(websocket): $current_version -> $new_version'
|
bump_message: 'bump(websocket): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
|
pre_bump_hooks: python ../../ci/changelog.py esp_websocket_client
|
||||||
tag_format: websocket-v$version
|
tag_format: websocket-v$version
|
||||||
version: 1.4.0
|
version: 1.5.0
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.5.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.5.0)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- add separate tx lock for send and receive ([250eebf](https://github.com/espressif/esp-protocols/commit/250eebf))
|
||||||
|
- add unregister event to websocket client ([ce16050](https://github.com/espressif/esp-protocols/commit/ce16050))
|
||||||
|
- add ability to reconnect after close ([19891d8](https://github.com/espressif/esp-protocols/commit/19891d8))
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- release client-lock during WEBSOCKET_EVENT_DATA ([030cb75](https://github.com/espressif/esp-protocols/commit/030cb75))
|
||||||
|
|
||||||
## [1.4.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.4.0)
|
## [1.4.0](https://github.com/espressif/esp-protocols/commits/websocket-v1.4.0)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: "1.4.0"
|
version: "1.5.0"
|
||||||
description: WebSocket protocol client for ESP-IDF
|
description: WebSocket protocol client for ESP-IDF
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
|
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_websocket_client
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user