Releases: ESP32Async/AsyncTCP
Releases · ESP32Async/AsyncTCP
v3.4.7
This release fixes a memory leak introduced in v3.4.6. Please do not use v3.4.6.
What's Changed
- Restore abort dispose semantics by @willmmiles in #82
Full Changelog: v3.4.6...v3.4.7
v3.4.6
v3.4.5
What's Changed
- Fix esp-idf component example build by @h2zero in #69
- Replace closed_slots with double indirection by @willmmiles in #73
- Arduino Core 3.2.1 by @mathieucarbou in #76
Full Changelog: v3.4.4...v3.4.5
v3.4.4
What's Changed
- Fixed compilation issue : struct ip_addr => ip_addr_t by @mathieucarbou in #68
Full Changelog: v3.4.3...v3.4.4
v3.4.3
What's Changed
- Add missing config options to kconfig by @h2zero in #60
- Add LibreTiny support by @kuba2k2 in #63
- Replace queue v2 part2 by @willmmiles in #58
- Remove support for Libretiny generic-rtl8710bn-2mb-788k by @mathieucarbou in #64
- Restore support for LibreTiny RTL8710BN by @kuba2k2 in #65
New Contributors
Full Changelog: v3.4.2...v3.4.3
v3.4.2
v3.4.1
What's Changed
- Add CI for ESP-IDF example by @mathieucarbou in #51
- Rollback so that onPacket is responsible to call pbuf_free by @mathieucarbou in #59
Full Changelog: v3.4.0...v3.4.1
v3.4.0
New Feature
AsyncTCP can now be used in ESP-IDF without Arduino!
What's Changed
- Update CI to latest Arduino release and rc by @mathieucarbou in #46
- AsyncTCP without Arduino (ESP-IDF only) by @mathieucarbou and @gnalbandian in #48
- Replace
#if ESP_IDF_VERSION_MAJOR < 5
with#if __has_include(<IPv6Address.h>)
by @mathieucarbou in #53 - Code cleanup prior to queue replacement by @willmmiles in #50
New Contributors
- @willmmiles made their first contribution in #50
- @gnalbandian made their first contribution in #48
Full Changelog: v3.3.8...v3.4.0
v3.3.8
What's Changed
- Fix ack timeout trigering upon reconnection (fix #43) by @mathieucarbou in #44
Full Changelog: v3.3.7...v3.3.8
v3.3.7
What's Changed
- Add AsyncSend example by @mathieucarbou in #41
- Immutable methods should be marked as const by @mathieucarbou in #42
Full Changelog: v3.3.6...v3.3.7