Releases: Aircoookie/ESPAsyncWebServer
Releases · Aircoookie/ESPAsyncWebServer
Aircoookie fork v2.3.0
- Add web server queue support
- Use rope allocator for AsyncResponseStream
Aircoookie fork v2.2.1
Improve LinkedList code - fixes a use-after-free and improves code size.
Aircoookie fork v2.2.0
Fixes and API improvements from #12
New features:
- DynamicBuffer can now be moved to and from String
- DynamicBuffer can be copied from SharedBuffer
- AsyncWebSocket interface is updated to use DynamicBuffer, clarifying ownership semantics
Fixes:
- contentTypeFor: Fix handling when extension not found
- Fix warnings on ESP32 when debug prints are enabled
Aircoookie fork v2.1.0
Performance and stability improvements from #11
Highlights include:
- Merging several upstream PRs
- Fix for use-after-free in web server response handling
- Fix for memory corruption in web sockets
- Replace web socket custom memory management with std::shared_ptr, fixing memory leaks
- Move a lot of static strings to PROGMEM
- Handling of partial buffer TCP writes under low memory conditions
Aircoookie fork v2.0.7
Fixed leading slash not included in filenames for some ESP32 builds
Updated library fork metadata
Aircoookie fork v2.0.6
Implements me-no-dev#952
Aircoookie fork v2.0.5
Files served inline no longer contain filename in Content-Disposition
header
Aircookie fork v2.0.4
Fix array pointer
Reduce string memory use
Aircoookie fork v2.0.3
Apply me-no-dev@5613e66
Replaced small mallocs by stack buffers
Aircoookie fork v2.0.2
Fix ESP32 build