Skip to content

Releases: espressif/esp-protocols

mosq-v2.0.20

19 Dec 16:14
840a561
Compare
Choose a tag to compare

2.0.20

Features

  • Upgrade to mosquitto v2.0.20 (3b2c614d)
  • Add support for on-message callback (cdeab8f5)
  • Add example with two brokers synced on P2P (d57b8c5b)

Bug Fixes

  • Fix dependency issues moving esp-tls to public deps (6cce87e4)

modem-v1.3.0

12 Dec 08:49
54271a1
Compare
Choose a tag to compare

1.3.0

Features

  • Add mode detection to the example (18f196fa)
  • Support for pausing network in C-API (1db83cd1)
  • Add support for pausing netif (247f1681, #699)

Bug Fixes

  • Minor cleanup of pppos example (5e929902)
  • Fix PPP mode detection to accept LCP/conf (c989c6ad)
  • Refine mode switch data->command (8b6ea331, #692)
  • Detect serial ports properly (0cb59ff8)
  • Fix CMUX enter to ignore URC before transition (1284f66d, #669)

console_cmd_mqtt-v1.0.0

29 Nov 10:53
c5b49de
Compare
Choose a tag to compare

1.0.0

Features

  • Added component with mqtt command (1fcc5b1d)

modem-v1.2.1

20 Nov 15:29
849fe7b
Compare
Choose a tag to compare

1.2.1

Bug Fixes

  • Use higher GPIO range to support new chips (428fdbbd, #558)
  • Remove tests and support for IDFv4.4, added IDFv5.4 (433a033f)
  • Fix typo GENETIC -> GENERIC in mode types (090b1ff8, #667)
  • Add support for URC handler into C-API (295d99df, #180)

mdns-v1.4.2

14 Nov 14:36
b65cff3
Compare
Choose a tag to compare

1.4.2

Features

Updated

  • chore(mdns): Add more info to idf_component.yml (4a1cb65c)

mdns-v1.4.1

14 Nov 09:34
8821ea3
Compare
Choose a tag to compare

1.4.1

Features

  • Send PTR query for mdns browse when interface is ready (010a404a)

Bug Fixes

  • Prevent deadlock when deleting a browse request (3f48f9ea)
  • Fix use after free reported by coverity (25b3d5fd)
  • Fixed dead-code reported by coverity (11846c7d)

sock_utils-v0.1.0

11 Nov 17:33
67191f3
Compare
Choose a tag to compare

0.1.0

Features

  • Add initial support for socket helpers (31f57ad0)

modem-v1.2.0

11 Nov 15:29
32ac21b
Compare
Choose a tag to compare

1.2.0

Features

  • Add support for guessing mode (52598e5f)
  • Delete CMUX internal implementation even if terminal exit fails (0e0cbd6b)
  • Add support for handling URC (1b6a3b3b, #180)
  • add ability to change ESP_MODEM_C_API_STR_MAX from Kconfig (17909892)
  • Added target test config with CHAP authentication (f8ae7def)
  • example add esp32p4 usb support (adafeae5)
  • Publish mbedtls component (0140455f)
  • host test support of the latest ESP-IDF release (3f74b4e8)

Bug Fixes

  • Fix console example to use urc/detect features (1a9eaf3e)
  • Update target test builds to use external Catch2 (554f022c)
  • Fix arguments names when spawn esp_modem_xxx declarations (b6792c52)
  • Remove catch dependency (c3480768)
  • Examples: use local configs for MQTT topic/data (f5c13b92)
  • Fixed clang-tidy warnings (70fa3af7)
  • Fix CI build per IDFv5.3 (d0c17ef0)
  • Fixed UART task to check for buffered data periodically (4bdd90cc, #536)
  • Cleanup unused configs from PPPoS example (08a62ccc)
  • Update CMUX example with SIM7070_gnss cleaned-up (56fe5327)
  • Update console example with SIM7070_gnss format comments (5baaf542)
  • Fix remaining print format warnings (3b80181d)

Updated

  • docs(modem): Fix esp_modem_at_raw() description (C-API) (492a6a00)
  • ci(common): updated github actions(checkout, upload, download) v3 to 4, Ubuntu 20.04 to v22.04 (a23a0027)

websocket-v1.3.0

31 Oct 14:59
542547d
Compare
Choose a tag to compare

1.3.0

Features

  • add events for begin/end thread (d7fa24bc)
  • Make example to use certificate bundle (aecf6f80)
  • propagate esp_tls stack error and cert verify flags (234f579b)
  • Add option to set and use cert_common_name in Websocket client (3a6720de)
  • adding support for if_name when using WSS transport (333a6893)
  • allow updating reconnect timeout for retry backoffs (bd9f0627)
  • allow using external tcp transport handle (83ea2876)
  • adding support for keep_alive_enable when using WSS transport (c728eae5)

Bug Fixes

  • Prevent crash on network disconnect during send (a453ca1f)
  • use proper interface to delete semaphore (991ac40d)
  • Move client to different state when disconnecting (0d8f2a6d)
  • fix of websocket host example (5ccc018a)
  • don't get transport from the list if external transport is used (9d4d5d2d)
  • Fix locking issues of esp_websocket_client_send_with_exact_opcode API (6393fcd7)

mosq-v2.0.28_0

11 Oct 12:31
8520245
Compare
Choose a tag to compare

2.0.28~0

Features

  • Added support for TLS transport using ESP-TLS (1af4bbe1)
  • Add API docs, memory consideration and tests (a20c0c9d)
  • Add target tests with localhost broker-client (5c850cda)
  • Initial moquitto v2.0.18 port (TCP only) (de4531e8)

Bug Fixes

  • Fix clean compilation addressing _GNU_SOURCE redefined (e2392c36)

Updated

  • docs(mosq): Prepare mosquitto component for publishing (c2c4bf83)