Skip to content

Releases: Aircoookie/ESPAsyncWebServer

Aircoookie fork v2.3.0

14 Sep 17:17
Compare
Choose a tag to compare
  • Add web server queue support
  • Use rope allocator for AsyncResponseStream

Aircoookie fork v2.2.1

01 Apr 15:16
Compare
Choose a tag to compare

Improve LinkedList code - fixes a use-after-free and improves code size.

Aircoookie fork v2.2.0

16 Mar 16:02
Compare
Choose a tag to compare

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

11 Mar 11:27
Compare
Choose a tag to compare

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

04 Oct 00:28
b9349dc
Compare
Choose a tag to compare

Fixed leading slash not included in filenames for some ESP32 builds
Updated library fork metadata

Aircoookie fork v2.0.6

25 Sep 23:51
ebbfed3
Compare
Choose a tag to compare

Aircoookie fork v2.0.5

05 Aug 09:53
Compare
Choose a tag to compare

Files served inline no longer contain filename in Content-Disposition header

Aircookie fork v2.0.4

27 Dec 16:33
Compare
Choose a tag to compare

Fix array pointer
Reduce string memory use

Aircoookie fork v2.0.3

27 Dec 14:46
Compare
Choose a tag to compare

Apply me-no-dev@5613e66
Replaced small mallocs by stack buffers

Aircoookie fork v2.0.2

27 Feb 00:58
Compare
Choose a tag to compare

Fix ESP32 build