ESP32-Template/managed_components/espressif__esp_websocket_cl.../CHANGELOG.md

16 KiB

Changelog

1.0.1

Bug Fixes

  • esp_websocket_client client allow sending 0 byte packets (b5177cb)
  • Cleaned up printf/format warnings (-Wno-format) (e085826)
  • Added unit tests to CI + minor fix to pass it (c974c14)
  • Reintroduce missing CHANGELOGs (200cbb3, #235)

Updated

  • docs(common): updated component and example links (f48d9b2)
  • docs(common): improving documentation (ca3fce0)
  • Fix weird error message spacings (8bb207e)

1.0.0

Updated

  • esp_websocket_client: Updated version to 1.0.0 Updated tests to run agains release-v5.0 (996fef7)
  • esp_websocket_client: * Error handling improved to show status code from server * Added new API esp_websocket_client_set_headers * Dispatches 'WEBSOCKET_EVENT_BEFORE_CONNECT' event before tcp connection (d047ff5)
  • unite all tags under common structure py test: update tags under common structure (c6db3ea)
  • websocket: Support HTTP basic authorization (1b13448)
  • Add task_name config option (1d68884)
  • Add websocket error messages (d68624e)
  • websocket: Added new API esp_websocket_client_destroy_on_exit (f9b4790)
  • Added badges with version of components to the respective README files (e4c8a59)

0.0.4

Updated

  • websocket: make esp_websocket_client_send_with_opcode a public API (3330b96)
  • websocket: updated example to use local websocket echo server (55dc564)
  • CI: Created a common requirements.txt (23a537b)
  • Examples: using pytest.ini from top level directory (aee016d)
  • CI: fixing the files to be complient with pre-commit hooks (945bd17)
  • websocket: updated example to show json data transfer (3456781)

0.0.3

Updated

  • esp_websocket_client: Upgraded version to 0.0.3 (5c245db)
  • CI: Fix build issues (6e4e4fa)

0.0.2

Features

  • Optimize memory size for websocket client init (4cefcd3)
  • allow users to attach CA bundle (d56b5d9)

Bug Fixes

  • Docs to refer esp-protocols (91a177e)

Updated

  • Bump asio/mdns/esp_websocket_client versions (57afa38)
  • ignore format warnings (d66f9dc)
  • Minor fixes here and there (8fe2a3a)
  • CI: Added CI example run job (76298ff)
  • Implement websocket client connect error (9e37f53)
  • Add methods to allow get/set of websocket client ping interval (e55f54b)
  • esp_websocket_client: Expose frame fin flag in websocket event (b72a9ae)

0.0.1

Updated