mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-03 16:11:37 +01:00
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)