Skip to content

Releases: espressif/esp-protocols

mdns-v1.2.3

05 Jan 10:23
9df8664
Compare
Choose a tag to compare

1.2.3

Bug Fixes

  • fixed CI issues for host and afl tests (4be5efc84e)
  • fix copy delegated host addr (19fb36000c)
  • enable CONFIG_ESP_WIFI_ENABLED if CONFIG_SOC_WIFI_SUPPORTED is also enabled (for ESP-IDF <= 5.1) (d20a718320)
  • remove protocol_examples_common (1ee9dae6bf)
  • move the example into a subdirectory (d28232b9f8)
  • reference protocol_examples_common from IDF (c83b76ea8f)

console_cmd_ifconfig-v1.0.1

05 Jan 08:37
bf79e2f
Compare
Choose a tag to compare

1.0.1

Bug Fixes

  • Fixed ifconfig command for PPP interface and IPv4 only (8548dabb)

console_cmd_wifi-v1.0.1

03 Jan 08:03
7d0eb5c
Compare
Choose a tag to compare

1.0.1

Features

  • Console for runtime wifi configuration (194d1179)

Bug Fixes

  • Fixed license file for console_cmd_wifi (8285e973)

console_cmd_wifi-v1.0.0

22 Dec 12:56
cf845cc
Compare
Choose a tag to compare

1.0.0

Features

  • Console for runtime wifi configuration (194d1179)

modem-v1.0.5

06 Dec 08:57
82c2cf8
Compare
Choose a tag to compare

1.0.5

Major changes

Bug Fixes

  • Added test injecting unexpected replies (b220d1e, #426)
  • Fixed inconsistent state on data after OK (bf99f28, #426)
  • TLS example: Added restore session support in mbedtls-wrap (79d38e5)
  • Fixed examples to show netif on ppp-changed event (a70b197)
  • remove unused GNU Make based buildsystem files (d6b6f63)
  • specify override_path in example manifest files (5b78da4)
  • Added test-cases that exercise mode transitions (aff571d)
  • Fixed mode transitions between any state and UNDEF (93cb2ca, #320)
  • Fixed API docs within doxygen comments (020b407)
  • Support for custom modules with C-API (0254d50)
  • Fix CRLF issue with esp_modem_c_api.cpp (2661b4d)

Updated

  • ci(common): Created reusable action for host and coverage tests (9ad04de)

console_cmd_ping-v1.0.0

30 Nov 07:20
b785698
Compare
Choose a tag to compare

1.0.0

Features

  • Added ping command to console component (7babdeb9)

console_cmd_ifconfig-v1.0.0

30 Nov 07:24
1bf6843
Compare
Choose a tag to compare

1.0.0

Features

  • Console for runtime network interface configuration and monitoring (8bab1420)

websocket-v1.2.1

28 Nov 13:23
3f49583
Compare
Choose a tag to compare

1.2.1

Bug Fixes

  • consider failure if return value of esp_websocket_client_send_with_exact_opcode less than 0 (f523b4d)
  • fix of return value for esp_websocket_client_send_with_opcode API (ba33588)

websocket-v1.2.0

28 Nov 07:16
9758379
Compare
Choose a tag to compare

1.2.0

Features

  • Added new API esp_websocket_client_append_header (39e9725)
  • Added new APIs to support fragmented messages transmission (fae80e2)

Bug Fixes

  • Reference common component from IDF (74fc228)
  • Revert referencing protocol_examples_common from IDF (b176d3a)
  • 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)

console_simple_init-v1.1.0

13 Nov 12:33
7ec41cd
Compare
Choose a tag to compare

1.1.0

Features

  • Added runtime component registration support in console_simple_init (057873c1)