Skip to content

Releases: espressif/esp-protocols

modem-v2.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:15
cf3f8ef

2.1.0

Features

  • Support for custom APN/proto config (3684abae)

Bug Fixes

  • Fix test loopback tear-down race (6e98171b)
  • Make set_apn() update the PDP context (b7087f86)
  • Fix terminal-callback use-after-free and harden task teardown (01004182)
  • Update CI API check to ignore C comments (ccc3d4a8)
  • Add URC-handler host test (93db64db)

Updated

  • ci(modem): Use large app partition in examples (a1d26ca7)
  • Reset last URC processed on consume all (311611fe)

mosq-v2.0.20_9

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:27
75c1fd4

2.0.20~9

Bug Fixes

  • Fix mosquitto teardown race with lwt (92bead15)
  • Remove __ctype_lookup config as it's supported in IDF (1ee7f2f3)

aft_netif-v4.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 10:40
62cc048

4.4.0

Features

  • Introduction of esp_netif with FreeRTOS+TCP stack (2a8f84f0)

websocket-v1.8.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 15:12
70bf122

1.8.0

Features

  • interruptable wait timeout (848c6a19)
  • expose close status code in event data (30f69321)

Bug Fixes

  • Fix vsnprintf() potential segfault (2de1e2c4)
  • Fix autobahn testee/suite per ws-trasnport changes (03a30aeb)
  • Fix websocket host port (16a78c5b)
  • set STOPPED_BIT before task create to avoid stop()/destroy() deadlock (b2b86d73)
  • fix CLOSE_FRAME_SENT_BIT stale on failed send with close_reconnect (183bd5c7)
  • Fix close function with auto-reconnect-on-close (be97cd0a)
  • correct IDF version guard for HTTP redirect support (2500277d)

Updated

  • docs: fix esp_websocket_client changelog formatting (8b4db2c2)

mosq-v2.0.20_8

Choose a tag to compare

@github-actions github-actions released this 13 Jul 07:49
31ea55e

2.0.20~8

Bug Fixes

  • Undef POSIX_C_SOURCE as mosquitto config defines it (07de5c0e)

lws-v4.3.3_3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:38
a282fbd

4.3.3~3

Features

  • add LWS_WITH_CUSTOM_HEADERS option and UTC timegm (8fd4febf)

modem-v1.4.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:36
07db153

1.4.3

Bug Fixes

  • Truncate C-API out buffer len to API_STR_MAX (d9f96c17)

Updated

  • ci(modem): Replace MQTT client with simple ping command (d775b449)
  • ci(modem): Use mbedtls-cxx deps from the registry (9aae31df)
  • ci(modem): Use large app partition in examples (c539932e)
  • ci(common): backport CI fixes before modem-v1.4 release (362d059c)
  • ci(modem): Update test app for IDFv6.2 (removed signal definition) (d481161a)
  • ci(modem): Update example to use optional mqtt deps (2cef4cdd)

tls_cxx-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 13:31
43f12ca

0.2.0

Bug Fixes

  • Add support for mbedtls psa api (884d8fe6)
  • Remove unnnecessary warning ignore (f8d2ed2e)
  • Enable mbedtls cookie support (479122b2)

esp_dns-v1.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:32

1.0.1

Bug Fixes

  • harden DNS response parsing against DoS and OOB reads (BBP#494) (39283bb)
  • Fix http event handler to accept default case (4fbd86b)

mdns-v1.11.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:06
1a6e719

1.11.3

Features

  • Add a structure and APIs for allocating TXT items with given value length (234f9f00)

Bug Fixes

  • Fix potential browse null instance crash caught by fuzzer (953c3a78)
  • fix deadlock caused by re-acquiring the service lock (88c68330)
  • free dropped TXT query results when max results reached (f81720b7)