Skip to content

Releases: espressif/esp-protocols

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)

websocket-v1.0.0

04 Jul 11:05
08f1f01
Compare
Choose a tag to compare

Features

  • Error handling improved to show status code from server (d047ff5)
  • Added new API esp_websocket_client_set_headers * Dispatches 'WEBSOCKET_EVENT_BEFORE_CONNECT' event before tcp connection (d047ff5)
  • Support HTTP basic authorization (1b13448)
  • Add websocket error messages (d68624e)
  • Add task_name config option (1d68884)
  • Added new API esp_websocket_client_destroy_on_exit (f9b4790)
  • Added badges with version of components to the respective README files (e4c8a59)

Updated

  • unite all tags under common structure py test: update tags under common structure (c6db3ea)