Skip to content

Releases: mathieucarbou/AsyncTCP

v3.3.2

07 Jan 21:12
c3584ed
Compare
Choose a tag to compare

What's Changed

  • Remove libCompatMode from library.json by @thorrak in #36

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

16 Dec 20:38
5b9a754
Compare
Choose a tag to compare

What's Changed

  • fix: _remove_events_with_arg() might probably leak mem on queue overflow by @vortigont in #34

Full Changelog: v3.3.0...v3.3.1

v3.3.0

15 Dec 17:22
b2f4477
Compare
Choose a tag to compare

What's Changed

Potential breaking changes

  • Task Watchdog Timeout is now activated by default and can be disabled with -D CONFIG_ASYNC_TCP_USE_WDT=0. Task Watchdog timeout was automatically disabled before when you were using core affinity with -D CONFIG_ASYNC_TCP_RUNNING_CORE=1, which is now not the case anymore.

Full Changelog: v3.2.15...v3.3.0

v3.2.15

11 Dec 19:01
9355538
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.14...v3.2.15

v3.2.14

12 Nov 17:46
f4b81e5
Compare
Choose a tag to compare

What's changed

Full Changelog: v3.2.12...v3.2.14

v3.2.12

27 Oct 07:44
48a37de
Compare
Choose a tag to compare

Changes

Full Changelog: v3.2.11...v3.2.12

v3.2.11

26 Oct 10:33
9e5fd79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.10...v3.2.11

v3.2.10

13 Oct 09:41
e0af590
Compare
Choose a tag to compare

Changes

Full Changelog: v3.2.9...v3.2.10

v3.2.9

12 Oct 19:00
c9044bf
Compare
Choose a tag to compare

Changes

  • Implemented another fix for the issue: assert failed: tcp_update_rcv_ann_wnd IDF/components/lwip/lwip/src/core/tcp.c:951 (new_rcv_ann_wnd <= 0xffff). See #26 and tbnobody/OpenDTU#2326 (comment)

Full Changelog: v3.2.8...v3.2.9

v3.2.8

07 Oct 12:32
91f0086
Compare
Choose a tag to compare

Arduino Registry bug-fix release

There is no code change in this version!

This version just changes back the Arduino Registry name in library.properties from ESPAsyncWebServer to ESP Async WebServer (original name) because of deployment constraints posed by the Arduino Registry.

Explanations and references:

Full Changelog: v3.2.6...v3.2.8