Skip to content

Releases: espressif/esp-protocols

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)

mosq-v2.0.20_1

20 Dec 14:32
4745fc8
Compare
Choose a tag to compare

2.0.20~1

Bug Fixes

  • Use sock_utils instead of func stubs (3cd0ed37)
  • Update API docs adding on-message callback (5dcc3330)

sock_utils-v0.2.0

19 Dec 10:17
9c11003
Compare
Choose a tag to compare

0.2.0

Features

  • Declare socketpair and gai_strerror via standard headers (b090a3cb)
  • Add support for gethostname() (f7c0b756)