Releases: ESP32Async/AsyncTCP
Releases · ESP32Async/AsyncTCP
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
v3.3.6
What's Changed
- fix(mem): Fix memory leak in _accept() functions when _accept is called with a null pcb by @mathieucarbou in #25
- Arduino core 3.1.2 based on IDF 5.3.2.250210 by @mathieucarbou in #29
- Arduino core 3.1.3 based on IDF 5.3.2.250210 by @mathieucarbou in #32
- Remove unused TAG by @mathieucarbou in #34
- Directly reset callbacks without going through lwip functions (fix #30) by @mathieucarbou in #31
- Added fetch website example by @mathieucarbou in #36
- Add CI for Arduino Pre-Release v3.2.0-RC1 based on ESP-IDF v5.4.0.250218 by @mathieucarbou in #37
- v3.3.6 by @mathieucarbou in #38
Full Changelog: v3.3.5...v3.3.6
v3.3.5
What's Changed
- abort connection on accept if _tcp_accept failed by @vortigont in #22
New Contributors
- @vortigont made their first contribution in #22
Full Changelog: v3.3.4...v3.3.5
v3.3.4
What's Changed
- Fix IDF component publishing and example by @me-no-dev in #14
- (ci): Rename workflow filename to publish-pio-registry.yml by @mathieucarbou in #12
- (doc) Documentation update by @mathieucarbou in #13
- Update component upload workflow inputs by @me-no-dev in #15
- New issue report template by @mathieucarbou in #18
- fix(mem): Code cleanup and potential memory leak by @mathieucarbou in #19
Full Changelog: v3.3.3...v3.3.4
v3.3.3
What's Changed
- Fix compilation warnings when using LTO by @mathieucarbou in #5
- Update Espressif platform version for Arduino 2 by @mathieucarbou in #2
- Disable blank issue creation by @mathieucarbou in #6
- Only run Ci on main and release branches by @mathieucarbou in #10
- feat: Add pre-commit CI and sync formatting settings by @lucasssvaz in #8
- Add support for ESP-IDF component registry by @me-no-dev in #7
- Introduce AsyncTCPVersion.h to more easily manage and use library version by @mathieucarbou in #3
- Update license headers by @mathieucarbou in #4
- Add fixes suggested by DeepSeek by @me-no-dev in #9
- (ci): Add update-version.sh script to prepare a next release by @mathieucarbou in #11
New Contributors
- @mathieucarbou made their first contribution in #5
- @lucasssvaz made their first contribution in #8
- @me-no-dev made their first contribution in #7
Full Changelog: v3.3.2...v3.3.3
v3.3.2
This first release is aligned with https://github.com/mathieucarbou/AsyncTCP/releases/tag/v3.3.2
Full Changelog: https://github.com/ESP32Async/AsyncTCP/commits/v3.3.2