Skip to content

Releases: espressif/esp-protocols

mdns-v1.6.0

10 Feb 11:00
ee2fbbb
Compare
Choose a tag to compare

1.6.0

Features

  • support allocating mDNS task from SPIRAM (8fcad10c)

Bug Fixes

  • Use correct task delete function (eb4ab524)

Updated

  • ci(mdns): Fix mdns host test layers with static task creation (0690eba3)

mdns-v1.5.3

07 Feb 14:12
936e43f
Compare
Choose a tag to compare

1.5.3

Bug Fixes

  • Fix responder to ignore only invalid queries (cd07228f, #754)

websocket-v1.4.0

30 Jan 07:51
85a8dac
Compare
Choose a tag to compare

1.4.0

Features

  • Support DS peripheral for mutual TLS (55385ec3)

Bug Fixes

Updated

  • chore(websocket): align structure members (beb6e57e)
  • chore(websocket): remove unused client variable (15d3a01e)

mdns-v1.5.2

28 Jan 09:26
a3c2bbe
Compare
Choose a tag to compare

1.5.2

Bug Fixes

  • Fix potential NULL deref when sending sub-buy (e7273c46)
  • Fix _mdns_append_fqdn excessive stack usage (bd23c233)

asio-v1.32.0

24 Jan 13:07
7dc87d2
Compare
Choose a tag to compare

1.32.0

Features

  • Upgrade asio to 1.32 (9bdd429c)
  • Drop esp/asio patches in favor of sock-utils (27435b7f)

Bug Fixes

  • Fix chat example to print only the message body (76aaea08)
  • Make asio enable if_nametoindex to fix linking (5db32cce)
  • Re-applie refs to common comps idf_component.yml (9fe44a45)
  • Reference common component from IDF (74fc228c)
  • Revert referencing protocol_examples_common from IDF (f9e0281a)
  • reference protocol_examples_common from IDF (09abb18b)
  • specify override_path in example manifest files (1d8923cf)

Updated

  • docs(asio): Updates asio docs (ce9337d3)

mdns-v1.5.1

23 Jan 14:33
163029c
Compare
Choose a tag to compare

1.5.1

Bug Fixes

  • Fix incorrect memory free for mdns browse (4451a8c5)

mdns-v1.5.0

21 Jan 10:01
a83f1b6
Compare
Choose a tag to compare

1.5.0

Features

  • supported removal of subtype when updating service (4ad88e29)

Bug Fixes

mdns-v1.4.3

08 Jan 09:25
4394f84
Compare
Choose a tag to compare

1.4.3

Features

  • support zero item when update subtype (5bd82c01)

sock_utils-v0.2.2

07 Jan 15:03
f3f3e23
Compare
Choose a tag to compare

0.2.2

Bug Fixes

  • Fix gai_strerror() impl to return const string (f12a2056)

sock_utils-v0.2.1

20 Dec 15:36
b4cb8f8
Compare
Choose a tag to compare

0.2.1

Bug Fixes

  • Fix potential macro colission including standard headers (ade9448c)