Skip to content

Releases: espressif/esp-protocols

asio-v1.32.0_2

28 Apr 11:49
b91a355

Choose a tag to compare

1.32.0~2

Bug Fixes

websocket-v1.7.0

27 Apr 15:42
b385915

Choose a tag to compare

1.7.0

Features

  • affinity configuration (aa55d069)
  • websocket autobahn test suit integration (0f102151)

Bug Fixes

  • use local test server instead of public echo.websocket.org (37413999)
  • prevent NULL pointer crash in error handling (cdf064dc)
  • improve resource cleanup robustness and update destroy API documentation (3d37eaa7)
  • fix use-after-free race condition in task stop sequence (22c77c76)

eppp-v1.1.5

22 Apr 06:49
47d2df7

Choose a tag to compare

1.1.5

Bug Fixes

  • Use C++ traits to control netif predicate type changes (5eca0c55)

mdns-v1.11.1

21 Apr 13:08
09e0daf

Choose a tag to compare

1.11.1

Bug Fixes

  • Remove IDF tracker from sources/comments (4870186b)
  • Bounds check RR header and NSEC length in debug parser (c10eb9ac)
  • Validate RDATA length for A/AAAA records (df9644aa)
  • Validate second byte of DNS compression pointer (6dd051a1)
  • Minor cleanup in mdns socket layer (37b8a7ca)
  • Fix parsing of mdns.txt records containing booleans (a6e09518)
  • race conditions in async query lifecycle (IDFGH-17246) (ab5aeaf8, #1010)

mosq-v2.0.20_7

01 Apr 13:06
dbccace

Choose a tag to compare

2.0.20~7

Features

Bug Fixes

modem-v2.0.1

23 Mar 08:12
ca6e283

Choose a tag to compare

2.0.1

Bug Fixes

  • Fix inconsistent error checks in C-API wrappers (de02d8a3)
  • null terminate output buffers when modem sends empty response & check output buffers are not null (6124b7ee)
  • null terminate output buffer if no response in esp_modem_at functions (17d82dea)
  • Fix catch based target tests with v6.0 (7f4e3690)
  • Fix deinit function in ap2ppp example (853e8e28)

mdns-v1.11.0

23 Mar 11:36
5b59457

Choose a tag to compare

1.11.0

Features

  • Add support for mdns service discovery (a0af8449)

Bug Fixes

  • Use python implementation of dig utility (0104a14a)
  • Fix null pointer exception in mdns_parse_packet (56812092)

Updated

  • Add null check for netif in mDNS networking (d5a393f6)

mdns-v1.10.1

03 Mar 12:38
c413fa7

Choose a tag to compare

1.10.1

Bug Fixes

  • correct server initialization condition in mdns_browse_new (dcc33d69)

mdns-v1.10.0

24 Feb 16:51
98d79b1

Choose a tag to compare

1.10.0

Features

  • support null value for boolean txt records (63082b99)
  • Refactor mdns library (stage #1) (bed116d9)

Bug Fixes

  • Fix the bug where closing the socket did not update to -1. (6b9c5128)
  • Fix to keep TXT/SRV in answers to queries (0f6235f1)
  • Create a test to check answer section for PTR/ANY (6c2c2cd2)
  • Fix unused variable dcst warning for wifi-remote chips (f20a234f)
  • put srv/txt records in additional section for ptr queries (27d43277)
  • Host test to use hw_support include dir (4d8d25a3)

net_connect-v0.1.1

12 Feb 03:39
1347113

Choose a tag to compare

0.1.1

Updated

  • ci(net_connect): fix CI failures for component registry and build (f869d05d)