Skip to content

Releases: espressif/esp-protocols

modem-v1.4.0

28 Mar 14:18
b710dbd
Compare
Choose a tag to compare

1.4.0

Features

  • added config_edrx api function (74b7d85d)
  • added sqn_gm02s connect function (b97dfc08)
  • add support for sequans GM02S modem (8560f021)

Bug Fixes

  • Fix cmux log message (6ed672da)
  • fixed minor code mistakes. (317faf89)
  • handle nullptr in DTE constructors to prevent invalid access (95b56600)

mdns-v1.8.2

21 Mar 12:12
e9d7350
Compare
Choose a tag to compare

1.8.2

Bug Fixes

  • Fix parsing incorrect txt records (8fd2c99f)

mdns-v1.8.1

17 Mar 10:32
3fc26a5
Compare
Choose a tag to compare

1.8.1

Bug Fixes

  • Fix potential task delete race (8ca45f34)

mosq-v2.0.20_2

06 Mar 17:49
2e28774
Compare
Choose a tag to compare

2.0.20~2

Features

  • Allow user to enable SYS topic (905b84fb)

Bug Fixes

  • Remove temp modification of IDF files (9162de11)
  • Add a note about stack size (dbd164dd)

mdns-v1.8.0

04 Mar 15:01
eb12d05
Compare
Choose a tag to compare

1.8.0

Features

Bug Fixes

  • Reformat mdns sources per indent-cont=120 (c7663cde)

lws-v4.3.3

19 Feb 14:29
c679cee
Compare
Choose a tag to compare

4.3.3

Features

  • Add initial support libwebsockets component (ef3443d)

mdns-v1.7.0

18 Feb 12:25
dea5f1c
Compare
Choose a tag to compare

1.7.0

Features

  • Support user defined allocators (88162d1f)
  • Allow allocate memory with configured caps (7d29b476)

Bug Fixes

  • Adjust some formatting per indent-cont=120 (5b2077e3)

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)