Skip to content

Releases: espressif/esp-protocols

eppp-v0.0.1

23 Feb 11:23
a363bee
Compare
Choose a tag to compare

0.0.1

Features

  • Added CI job to build examples and tests (8686977)
  • Added support for SPI transport (18f8452)
  • Added support for UART transport (ad27414)
  • Introduced ESP-PPP-Link component (a761039)

mdns-v1.2.4

08 Feb 12:42
96f4ebd
Compare
Choose a tag to compare

1.2.4

Bug Fixes

  • Correction on 6d2c475 MDNS_PREDEF_NETIF_ETH fix (fc59f87c4e)
  • fix the logic of creating pcb for networking socket (5000a9a20a)
  • fix compiling issue when disabling IPv4 (2646dcd23a)
  • Fix compile error when MDNS_PREDEF_NETIF_ETH is defined, but ETH_ENABLED is not (#459) (6d2c475c20)

modem-v1.1.0

22 Jan 16:12
f42c0ad
Compare
Choose a tag to compare

1.1.0

Features

  • Added support for at_raw() command (ae38110, #471)
  • Added iperf test for PPP netifs (976e98d)
  • Added test that performs OTA to exercise modem layers (f2223dd)

Bug Fixes

  • Fixed OTA test to gracefully fail with no verification (1dc4299)
  • Added C-API to configure APN (ce7dadd, #485)
  • Fixed AT commands to copy strings to prevent overrides (741d166, #463)
  • Fixed incorrect dial command format (0998f3d, #433)
  • Fixed documentation and example on creating custom device (577de67, #452)
  • Removed CI jobs for IDF v4.2 (d88cd61)
  • Fixed OAT test to verify server cert and CN (edc3e72)
  • Fixed set_pdp_context() command timeout (1d80cbc, #455)

Updated

  • docs(modem): Added description of manual test procedure (68ce794)

websocket-v1.2.2

19 Jan 15:28
d63f831
Compare
Choose a tag to compare

1.2.2

Bug Fixes

  • continuation after FIN in websocket client (#460) (774d1c75e6)
  • Re-applie refs to common comps idf_component.yml (9fe44a4504)

mqtt_cxx-v0.3.0

19 Jan 11:43
f62db5c
Compare
Choose a tag to compare

0.3.0

Bug Fixes

  • Incorrect documentation link (aa4e9d57)
  • reference protocol_examples_common from IDF (e6c0538d)
  • specify override_path in example manifest files (fa005c63)

console_cmd_iperf-v1.0.0

16 Jan 13:57
de8ec67
Compare
Choose a tag to compare

1.0.0

Features

  • Added component with iperf command (93d14087)

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)