Skip to content

Releases: espressif/esp-protocols

modem-v1.4.1

13 Oct 16:50
2cc7c99
Compare
Choose a tag to compare

1.4.1

Bug Fixes

eppp-v1.1.3

09 Oct 12:06
ae052e5
Compare
Choose a tag to compare

1.1.3

Bug Fixes

  • Fix test dependency issue on driver (1ace92c2)
  • Fix tun netif to (optionally) return errors (7a6cf0f9)

eppp-v1.1.2

15 Sep 11:45
db7baaf
Compare
Choose a tag to compare

1.1.2

Bug Fixes

  • Update uart driver deps per IDF > v5.3 (92e14607)

eppp-v1.1.1

09 Sep 15:06
858d38b
Compare
Choose a tag to compare

1.1.1

Bug Fixes

  • Fix getting context for channel API (94563cdc)
  • Cover more combinations in build tests (e0b8de8f)

eppp-v1.1.0

03 Sep 14:06
1f7828f
Compare
Choose a tag to compare

1.1.0

Features

Bug Fixes

  • Fix SPI transport to allow already init GPIO ISR (497ee2d6, #868)
  • Fix stack-overflow in ping task for TUN netif (b2568a3d, #867)

Updated

  • ci(common): Update test component dir for IDFv6.0 (18418c83)

mosq-v2.0.20_4

01 Sep 09:55
b7cfa31
Compare
Choose a tag to compare

2.0.20~4

Features

  • Update brokerless example to work with esp-peer (76e45f72)

Bug Fixes

  • drop newlib from PRIV_REQUIRES (6318022c)
  • Make esp-peer build optional (03df9ae9)
  • Fix esp_webRTC deprecation with new FreeRTOS (78ae2559)

eppp-v1.0.1

18 Aug 10:04
33a3ec5
Compare
Choose a tag to compare

1.0.1

Bug Fixes

websocket-v1.5.0

23 Jul 11:47
29f1dec
Compare
Choose a tag to compare

1.5.0

Features

  • add separate tx lock for send and receive (250eebf)
  • add unregister event to websocket client (ce16050)
  • add ability to reconnect after close (19891d8)

Bug Fixes

  • release client-lock during WEBSOCKET_EVENT_DATA (030cb75)

eppp-v1.0.0

10 Jul 12:47
a8631ee
Compare
Choose a tag to compare

1.0.0

Features

  • Add support for custom channels (4ee9360f)

mosq-v2.0.20_3

01 Jul 10:50
e9b21ea
Compare
Choose a tag to compare

2.0.20~3

Bug Fixes

  • Support build on older IDF branches (13b90ad1)
  • Fix misleading error when accepting connection (fd410061, #807)
  • Make mosquitto component c++ compatible (c4169765, #817)
  • include config.h before any system header (1b1ede43)