mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 11:44:39 +02:00
1.3.0 Features - add events for begin/end thread (d7fa24bc
) - Make example to use certificate bundle (aecf6f80
) - propagate esp_tls stack error and cert verify flags (234f579b
) - Add option to set and use cert_common_name in Websocket client (3a6720de
) - adding support for `if_name` when using WSS transport (333a6893
) - allow updating reconnect timeout for retry backoffs (bd9f0627
) - allow using external tcp transport handle (83ea2876
) - adding support for `keep_alive_enable` when using WSS transport (c728eae5
) Bug Fixes - Prevent crash on network disconnect during send (a453ca1f
) - use proper interface to delete semaphore (991ac40d
) - Move client to different state when disconnecting (0d8f2a6d
) - fix of websocket host example (5ccc018a
) - don't get transport from the list if external transport is used (9d4d5d2d
) - Fix locking issues of `esp_websocket_client_send_with_exact_opcode` API (6393fcd7
)
9 lines
242 B
YAML
9 lines
242 B
YAML
---
|
|
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_files:
|
|
- idf_component.yml
|