Skip to content

Releases: espressif/esp-protocols

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)

mdns-v1.9.1

18 Nov 09:37
3bfa003

Choose a tag to compare

1.9.1

Bug Fixes

  • Fix to use tagged AFL image + minor format fix (2b2f009a)
  • Fix unused variable dcst warning for wifi-remote chips (081eef88)

websocket-v1.6.0

14 Nov 08:09
3d4712b

Choose a tag to compare

1.6.0

Features

  • add WEBSOCKET_EVENT_HEADER_RECEIVED (#827) (18f0d028, #715)
  • enhance example with docs, pytest setup, and standalone test server - Add comprehensive README with TOC and quick start - Add pytest setup and certificate generation scripts - Add standalone WebSocket test server with TLS support - Add troubleshooting and multiple testing approaches (cad527d2)
  • Add websocket HTTP redirect (ce1560ac)

Bug Fixes

  • remove redundant timeout check in client task loop (1e83bee4)
  • fix PING timing - enable periodic PING during active traffic (7f424325)
  • Update linux build docs on required libs (e52a5757)
  • clean up component dependencies - Remove unused 'json', 'nvs_flash', 'esp_stubs', dependency from Linux build configuration - Add cJSON dependency to target example's idf_component.yml (d665e6f1)
  • fix relying on asprintf() to NULL strp on failure (54eb0027)
  • Update Remaining Websocket Echo Server (#893) (18faeb3d)
  • avoid long stopping time when waiting to auto-reconnect (2432e41d)
  • Update Websocket Echo Server (94bd5b07)

Updated

  • ci(common): Update test component dir for IDFv6.0 (18418c83)

modem-v1.4.2

06 Nov 08:19
752ac66

Choose a tag to compare

1.4.2

Bug Fixes

  • CEREG parsing fails due to incorrect state index (a80a3cbb)

mdns-v1.9.0

03 Nov 11:11
9e1b9cd

Choose a tag to compare

1.9.0

Features

  • support null value for boolean txt records (fa96de3b)

Bug Fixes

  • Add test case for bool/NULL txt handling (5068f221)
  • Temporary fix for build issues on IDF master (0197c994)
  • Add tests for delegated answers (487a746d)
  • Add fuzzing into mdns CI (af6bb1b5)
  • Host test to use hw_support include dir (8bba3a97)
  • Fixes case where we create our own malloc/free allocators, therefore we need to call mdns_mem_free and not free (63bf7091)
  • put srv/txt records in additional section for ptr queries (b7b8c5db)

Updated

  • ci(common): Update test component dir for IDFv6.0 (18418c83)

console_cmd_ping-v1.2.0

29 Oct 16:08
7a203cf

Choose a tag to compare

1.2.0

Features

  • Add support for interface argument (90ddb04e)