Releases: espressif/esp-protocols
Releases · espressif/esp-protocols
websocket-v1.5.0
Features
- add separate tx lock for send and receive (250eebf)
- add unregister event to websocket client (ce16050)
- add ability to reconnect after close (19891d8)
Bug Fixes
- release client-lock during WEBSOCKET_EVENT_DATA (030cb75)
eppp-v1.0.0
Features
- Add support for custom channels (4ee9360f)
mosq-v2.0.20_3
Bug Fixes
- Support build on older IDF branches (13b90ad1)
- Fix misleading error when accepting connection (fd410061, #807)
- Make mosquitto component c++ compatible (c4169765, #817)
- include config.h before any system header (1b1ede43)
eppp-v0.3.1
Bug Fixes
- Fix NETIF_PPP_STATUS link issue if PPP disabled in lwip (077ea0bb)
eppp-v0.3.0
Features
- Add support for TUN interface (2ff150c3)
- Add support for transport via Ethernet link (a21ce883)
esp_dns-v1.0.0
Features
- Add ESP DNS module with support for UDP, TCP, DoT, and DoH protocols (57cd6080)
modem-v1.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
Bug Fixes
- Fix parsing incorrect txt records (8fd2c99f)
mdns-v1.8.1
Bug Fixes
- Fix potential task delete race (8ca45f34)
mosq-v2.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)