This repository was archived by the owner on Jan 21, 2025. It is now read-only.
Releases: mathieucarbou/ESPAsyncWebServer
Releases · mathieucarbou/ESPAsyncWebServer
v3.6.0
BREAKING CHANGES
- Added support for Arduino core 3.1.1 based on IDF 5.3.2.241224. Arduino Core 3.1.1 now includes middleware support, so all ESPAsyncWS Middleware classes have been prefixed with the
Async
prefix to avoid conflicts.
Full Changelog: v3.5.1...v3.6.0
v3.5.1
What's Changed
- rework INM/IMS handling for AsyncStaticWebHandler by @vortigont in #190
Full Changelog: v3.5.0...v3.5.1
v3.5.0
What's Changed
- update readme on build options by @vortigont in #184
- Remove libCompatMode from library.json by @thorrak in #189
Maybe breaking changes for pioarduino / PlatformIO users
Make sure to use in your platformio file lib_compat_mode = strict
.
Example of a good configuration:
lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.5.0
New Contributors
Full Changelog: v3.4.5...v3.5.0
v3.4.5
What's Changed
- SSE 0xa fix by @Tarik2142 in #181
New Contributors
- @Tarik2142 made their first contribution in #181
Full Changelog: v3.4.4...v3.4.5
v3.4.4
What's Changed
- move AsyncWebSocket's WS_EVT_CONNECT callback out of AsyncWebSocketClient's constructor by @vortigont and @mathieucarbou in #179
- reset wrong SSL connections instead of close by @vortigont in #178
- Reset connection when appropriate + some code cleanup by @mathieucarbou in #180
Full Changelog: v3.4.3...v3.4.4
v3.4.3
What's Changed
- Close connection when a SSL/TLS handshake or badly formatted request header is detected by @mathieucarbou in #175
Full Changelog: v3.4.2...v3.4.3
v3.4.2
What's Changed
- fix: _remove_events_with_arg() might probably leak mem on queue overflow by @vortigont in mathieucarbou/AsyncTCP#34
Full Changelog: v3.4.1...v3.4.2
v3.4.1
What's Changed
- in-flight buffer credits by @vortigont in #171
See discussion: #165 (comment)
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- added more examples (ws connection close, slow chunk response, etc)
- reworked SSEs by @vortigont in #154
- SSE: fix '\n' for String's message container by @vortigont in #167
- Fix 162: closing websocket from ESP32 with Safari crashes the ESP32. by @mathieucarbou in #168
- Fix #169: Watchdog in AsyncTCP when sending very long chunked response by @mathieucarbou in #170
Full Changelog: v3.3.23...v3.4.0