Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(websocket): 1.1.0 -> 1.2.0 #437

Closed
wants to merge 1 commit into from

Conversation

gabsuren
Copy link
Contributor

1.2.0
Features

  • Added new API esp_websocket_client_append_header (39e9725)
  • Added new APIs to support fragmented messages transmission (fae80e2)
    esp_websocket_client_send_text_partial
    esp_websocket_client_send_bin_partial
    esp_websocket_client_send_cont_mgs
    esp_websocket_client_send_fin
    esp_websocket_client_send_with_exact_opcode

Bug Fixes

  • 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.2.0
Features
- Added new API `esp_websocket_client_append_header` (39e9725)
- Added new APIs to support fragmented messages transmission (fae80e2)
    `esp_websocket_client_send_text_partial`
    `esp_websocket_client_send_bin_partial`
    `esp_websocket_client_send_cont_mgs`
    `esp_websocket_client_send_fin`
    `esp_websocket_client_send_with_exact_opcode`
Bug Fixes
- 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)
@david-cermak
Copy link
Collaborator

Version already bumped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants