Skip to content

Releases: david-cermak/esp-protocols

eppp-v0.0.1

23 Feb 10:59
bd4f1d0
Compare
Choose a tag to compare

0.0.1

Features

  • Added CI job to build examples and tests (8686977)
  • Added support for SPI transport (18f8452)
  • Added support for UART transport (ad27414)
  • Introduced ESP-PPP-Link component (a761039)

modem-v1.0.1

22 Jun 08:55
b516a33
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 17:43
6011db5
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)