Releases: espressif/esp-protocols
Releases · espressif/esp-protocols
modem-v2.1.0
Compare
Sorry, something went wrong.
No results found
Features
Support for custom APN/proto config (3684abae )
Bug Fixes
Fix test loopback tear-down race (6e98171b )
Make set_apn() update the PDP context (b7087f86 )
Fix terminal-callback use-after-free and harden task teardown (01004182 )
Update CI API check to ignore C comments (ccc3d4a8 )
Add URC-handler host test (93db64db )
Updated
ci(modem): Use large app partition in examples (a1d26ca7 )
Reset last URC processed on consume all (311611fe )
mosq-v2.0.20_9
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix mosquitto teardown race with lwt (92bead15 )
Remove __ctype_lookup config as it's supported in IDF (1ee7f2f3 )
aft_netif-v4.4.0
Compare
Sorry, something went wrong.
No results found
Features
Introduction of esp_netif with FreeRTOS+TCP stack (2a8f84f0 )
websocket-v1.8.0
Compare
Sorry, something went wrong.
No results found
Features
interruptable wait timeout (848c6a19 )
expose close status code in event data (30f69321 )
Bug Fixes
Fix vsnprintf() potential segfault (2de1e2c4 )
Fix autobahn testee/suite per ws-trasnport changes (03a30aeb )
Fix websocket host port (16a78c5b )
set STOPPED_BIT before task create to avoid stop()/destroy() deadlock (b2b86d73 )
fix CLOSE_FRAME_SENT_BIT stale on failed send with close_reconnect (183bd5c7 )
Fix close function with auto-reconnect-on-close (be97cd0a )
correct IDF version guard for HTTP redirect support (2500277d )
Updated
docs: fix esp_websocket_client changelog formatting (8b4db2c2 )
mosq-v2.0.20_8
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Undef POSIX_C_SOURCE as mosquitto config defines it (07de5c0e )
lws-v4.3.3_3
Compare
Sorry, something went wrong.
No results found
Features
add LWS_WITH_CUSTOM_HEADERS option and UTC timegm (8fd4febf )
modem-v1.4.3
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Truncate C-API out buffer len to API_STR_MAX (d9f96c17 )
Updated
ci(modem): Replace MQTT client with simple ping command (d775b449 )
ci(modem): Use mbedtls-cxx deps from the registry (9aae31df )
ci(modem): Use large app partition in examples (c539932e )
ci(common): backport CI fixes before modem-v1.4 release (362d059c )
ci(modem): Update test app for IDFv6.2 (removed signal definition) (d481161a )
ci(modem): Update example to use optional mqtt deps (2cef4cdd )
tls_cxx-v0.2.0
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Add support for mbedtls psa api (884d8fe6 )
Remove unnnecessary warning ignore (f8d2ed2e )
Enable mbedtls cookie support (479122b2 )
esp_dns-v1.0.1
Compare
Sorry, something went wrong.
No results found
Bug Fixes
harden DNS response parsing against DoS and OOB reads (BBP#494) (39283bb )
Fix http event handler to accept default case (4fbd86b )
mdns-v1.11.3
Compare
Sorry, something went wrong.
No results found
Features
Add a structure and APIs for allocating TXT items with given value length (234f9f00 )
Bug Fixes
Fix potential browse null instance crash caught by fuzzer (953c3a78 )
fix deadlock caused by re-acquiring the service lock (88c68330 )
free dropped TXT query results when max results reached (f81720b7 )