Skip to content

Releases: espressif/esp-protocols

sock_utils-v0.2.1

20 Dec 15:36
b4cb8f8
Compare
Choose a tag to compare

0.2.1

Bug Fixes

  • Fix potential macro colission including standard headers (ade9448c)

mosq-v2.0.20_1

20 Dec 14:32
4745fc8
Compare
Choose a tag to compare

2.0.20~1

Bug Fixes

  • Use sock_utils instead of func stubs (3cd0ed37)
  • Update API docs adding on-message callback (5dcc3330)

sock_utils-v0.2.0

19 Dec 10:17
9c11003
Compare
Choose a tag to compare

0.2.0

Features

  • Declare socketpair and gai_strerror via standard headers (b090a3cb)
  • Add support for gethostname() (f7c0b756)

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)