Skip to content

Releases: espressif/esp-protocols

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)

asio-v1.32.0_1

12 Feb 10:51
27a65cb

Choose a tag to compare

1.32.0~1

Features

  • Add mbedtls specific APIs to use TLS stack specific features (ad94cc95)

Bug Fixes

  • Add a simple unit test to check the leaks (c3b01688)
  • Use mbedtls-v4 API (PSA-crypto support) (a465ad41)
  • memory leaks over ssl::stream lifetime (d33cb616)
  • Fix picolib missing pthread_sigmask() declaration (25d54efd)
  • Fixed TLS server-client example failure per cert expiry (4885d282)

Updated

  • change mbedtls_*_free destruction order (9590aecc)
  • chore(asio): Fixed formatting (ff5d6021)

net_connect-v0.1.0

09 Feb 14:09
c3bedf0

Choose a tag to compare

0.1.0

Features

  • Add network connectivity component (ac2c8385)

websocket-v1.6.1

08 Jan 09:16
b7f3de5

Choose a tag to compare

1.6.1

Bug Fixes

  • Fix race conditions, memory leak, and data loss (23ca97d5)
    • Add state check in abort_connection to prevent double-close
    • Fix memory leak: free errormsg_buffer on disconnect
    • Reset connection state on reconnect to prevent stale data
    • Implement lock ordering for separate TX lock mode
    • Read buffered data immediately after connection to prevent data loss
    • Added sdkconfig.ci.tx_lock config

mosq-v2.0.20_6

06 Jan 13:54
68c2255

Choose a tag to compare

2.0.20~6

Features

  • Add support for linux build (58380585)

Bug Fixes

  • Fix mosquitto build on latest master (ebc1258e)
  • Fix build with the new picolibc (dc68bf87)

mqtt_cxx-v0.5.0

11 Dec 12:04
072781f

Choose a tag to compare

0.5.0

Bug Fixes

  • Implement simple unit tests (f41c4a0a)
  • Fix to construct in two steps (d979e1b3, #631)
  • Add explicit dependency on esp-mqtt if needed (3d5e11b8)

lws-v4.3.3_1

09 Dec 05:41
25513d0

Choose a tag to compare

4.3.3~1

Bug Fixes

Updated

  • chore(lws): fixed formatting (91e7e9fa)

eppp-v1.1.4

08 Dec 10:42
c0cf91e

Choose a tag to compare

1.1.4

Bug Fixes

  • Fixed missing freertos deps (f1e35977)
  • Add optional mqtt dependency (911c2dbe)

mosq-v2.0.20_5

28 Nov 10:32
9e0bcd4

Choose a tag to compare

2.0.20~5

Features

  • Add support for basic MQTT authentication (65b58aa0)

Bug Fixes

  • Add optional mqtt deps to examples (6f6110e3)
  • Update example to optionally use basic mqtt auth (38384852)
  • Fix unpwd-check wrap function (ba3377b2)
  • Fix the version check (9fbb6e6d)

modem-v2.0.0

25 Nov 11:24
245b5a2

Choose a tag to compare

2.0.0

Breaking changes

Features

  • Add support for multiple connection in AT based example (2826287d)
  • Add enhanced URC observer API (4889dd6f)
  • Support esp-modem use without PPP (858f8570, #851)
  • Modem simulator based on esp-at (e5787e3d)

Bug Fixes

  • Update tests and examples to use modem-v2.0 (4aa0e4ba)
  • Replace MQTT client with simple ping command (0ccaf2c0)
  • Replace MQTT client with simple ping command (9b2b1f68)
  • Update example to use optional mqtt deps (3141d6ca)
  • Minor fixed in the test code (e772ce67)
  • Add missing set_echo() C wrapper (d1e67080, #926)
  • Fix modem console dependencies (453be4cd)
  • Address build issues (018ba58e)
  • Fix driver dependency issue on v6.0 (67c682d9)
  • Fix CI build issues with IDFv6.0 (15140e04)
  • Add support for ESP-AT based tcp-client example (14d3cb6b)
  • Use idf-build-apps for building target tests (e9d9b3a8)
  • Make MQTT public broker endpoint configurable (6d541194)
  • Fix URC handling in DTE data callback (93029946)
  • Use another public broker for examples and tests (fac2edbe)
  • Fix incompatible iterator in std::search() in new gcc (ed0f6334)
  • Fix autodetect to support ACFC mode in PPP frames (8b328a69, #801)
  • Fix get_network_registration_state() to accept two params (5f54d907, #826)
  • Consume buffer after handled URC (6eceb28f)
  • Use generated AT command definitions for IDE navigation (e2fa1110, !BREAKING)