Skip to content

Releases: espressif/esp-protocols

console_simple_init-v1.0.2

13 Oct 13:01
f591b7f
Compare
Choose a tag to compare

1.0.2

Bug Fixes

  • Fixed bump version check in publish-docs yml (e834d47)

console_simple_init-v1.0.1

13 Oct 09:10
ffd3736
Compare
Choose a tag to compare

1.0.1

Bug Fixes

  • Fixed versioning, publishing and changelog generation (3081f1a69c)

modem-v1.0.3

26 Sep 17:57
b8f3423
Compare
Choose a tag to compare

1.0.3

Bug Fixes

  • Fix to allow MSC frame (SIM800 CMUX) after v1.0.2 (8d5947e, #366)
  • Add CMUX example to target tests (4f2ebaa)

modem-v1.0.2

26 Sep 04:19
0db29f2
Compare
Choose a tag to compare

1.0.2

Features

  • Add factory method for simple creation of custom DCEs (4cf9e50)
  • Support custom transport in AT TCP client example (ae629ed)

Bug Fixes

  • Fix host test race with async read and d'structor (c89d42f)
  • More error handling in cmux protocol (8edbac6)
  • Fix netif to set PPP config in C++ way (5287432)
  • Fix vfs terminal not to reset read_cb() automatically (25a35e2)
  • Fix netif data race causing PPP startup delays (c8c0507, #308)
  • Added support for inflatable buffer (cb6e03a, #272)
  • Fix LoadProhibited after failed CMUX initialization (IDFGH-10845) (60c87dd)

mdns-v1.2.1

07 Sep 09:25
13b29c2
Compare
Choose a tag to compare

1.2.1

Features

  • Allow setting length of mDNS action queue in menuconfig (28cd898)

Bug Fixes

  • fix build issue if CONFIG_ESP_WIFI_ENABLED disabled (24f7031)
  • added idf_component.yml for examples (d273e10)
  • added guard check for null pointer (71bb461)

websocket-v1.1.0

28 Aug 08:54
b992ef6
Compare
Choose a tag to compare

1.1.0

Features

  • Added linux port for websocket (a22391a)

Bug Fixes

  • added idf_component.yml for examples (d273e10)

websocket-v1.0.1

25 Jul 10:30
7e83741
Compare
Choose a tag to compare

1.0.1

Bug Fixes

  • esp_websocket_client client allow sending 0 byte packets (b5177cb)
  • Cleaned up printf/format warnings (-Wno-format) (e085826)
  • Added unit tests to CI + minor fix to pass it (c974c14)
  • Reintroduce missing CHANGELOGs (200cbb3, #235)

Updated

  • docs(common): updated component and example links (f48d9b2)
  • docs(common): improving documentation (ca3fce0)
  • Fix weird error message spacings (8bb207e)

mdns-v1.2.0

04 Jul 08:27
ecc465d
Compare
Choose a tag to compare

1.2.0

Features

  • add an API for setting address to a delegated host (ddc3eb6)
  • Add support for lwip build under linux (588465d)
  • Allow for adding a delegated host with no address (c562461)
  • Add APIs for looking up self hosted services and getting the self hostname (f0df12d)

Bug Fixes

  • Refactor freertos linux compat layers (79a0e57)
  • Fix delegated service PTR response (cab0e1d)
  • Added unit tests to CI + minor fix to pass it (c974c14)

Updated

  • docs: update documentation links (4de5298)

modem-v1.0.1

22 Jun 08:59
4f1769e
Compare
Choose a tag to compare

1.0.1

Bug Fixes

  • Support UART clean build with IDF v5.2 (e620eb5)
  • enable code coverage publishing to github pages (4910e89)
  • fix esp_modem build issue (ab94566)
  • Example to use 1.0.0 (afb6930)
  • Changelog to correctly pick references (423e965)

Updated

  • docs(esp_modem): updated documents to show missed topics (0534853)
  • docs(common): improving documentation (ca3fce0)

mdns-v1.1.0

28 Apr 18:37
6a94e61
Compare
Choose a tag to compare

1.1.0

Features

  • Decouple main module from mdns-networking (d238e93)

Bug Fixes

  • Use idf-build-apps package for building mdns (1a0a41f)
  • socket networking to init interfaces properly (ee9b04f)
  • Removed unused internal lock from mdns_server struct (a06fb77)
  • Resolve conflicts only on self hosted items (e69a9eb, #185)
  • Fix memory issues reported by valgrind (0a682e7)

Updated

  • docs(common): updated component and example links (f48d9b2)
  • Add APIs to look up delegated services (87dcd7d)
  • Fix deadly mdns crash (4fa3023)
  • docs(common): improving documentation (ca3fce0)
  • append all ipv6 address in mdns answer (5ed3e9a)
  • test(mdns): Host tests to use IDF's esp_event_stub (537d170)