Releases: mathieucarbou/AsyncTCP
Releases · mathieucarbou/AsyncTCP
v3.2.12
v3.2.11
What's Changed
- Fix #27: Bug with Arduino Core 3.1.0 RC2: Required to lock TCPIP core functionality by @mathieucarbou in #28. See also: espressif/arduino-esp32#10526
Full Changelog: v3.2.10...v3.2.11
v3.2.10
Changes
- Previous fix had a side effect, after some digging, found a bottleneck caused by this change: https://github.com/me-no-dev/AsyncTCP/pull/173/files#r1798201290 which I rolled back. See this discussion: tbnobody/OpenDTU#2326 (comment)
Full Changelog: v3.2.9...v3.2.10
v3.2.9
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
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:
- https://forum.arduino.cc/t/ide-library-manager-handling-of-duplicate-library-names/1306491/14
- arduino/library-registry#5182
- arduino/library-registry#4585
- #25
Full Changelog: v3.2.6...v3.2.8
v3.2.6
What's Changed
- Rollback #18 (assert failed: tcp_update_rcv_ann_wnd) by @mathieucarbou in #24
Full Changelog: v3.2.5...v3.2.6
v3.2.5
What's Changed
- Use IPADDR6_INIT() macro to set connecting IPv6 address by @mathieucarbou in #20 (Original PR esphome#14 from @dwmw2)
Full Changelog: v3.2.4...v3.2.5
v3.2.4
v3.2.3
What's Changed
- Remove busy loop to fix mathieucarbou/ESPAsyncWebServer#57 by @mathieucarbou in #17. This bug was introduced in PR me-no-dev#173
Full Changelog: v3.2.2...v3.2.3
v3.2.2
- Compiles with Arduino 3.0.3
Full Changelog: v3.2.1...v3.2.2