Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Releases: mathieucarbou/ESPAsyncWebServer

v3.6.0

Choose a tag to compare

@mathieucarbou mathieucarbou released this 09 Jan 14:47
7cee8a5

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

Choose a tag to compare

@mathieucarbou mathieucarbou released this 09 Jan 14:09
23ae702

What's Changed

  • rework INM/IMS handling for AsyncStaticWebHandler by @vortigont in #190

Full Changelog: v3.5.0...v3.5.1

v3.5.0

Choose a tag to compare

@mathieucarbou mathieucarbou released this 07 Jan 21:36
33815af

What's Changed

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

Choose a tag to compare

@mathieucarbou mathieucarbou released this 19 Dec 13:30
079446b

What's Changed

New Contributors

Full Changelog: v3.4.4...v3.4.5

v3.4.4

Choose a tag to compare

@mathieucarbou mathieucarbou released this 19 Dec 09:55
e031d27

What's Changed

Full Changelog: v3.4.3...v3.4.4

v3.4.3

Choose a tag to compare

@mathieucarbou mathieucarbou released this 17 Dec 13:19
5a8b643

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

Choose a tag to compare

@mathieucarbou mathieucarbou released this 16 Dec 20:41
ae3bf04

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1

Choose a tag to compare

@mathieucarbou mathieucarbou released this 15 Dec 17:35
9ebf21a

What's Changed

See discussion: #165 (comment)

Full Changelog: v3.4.0...v3.4.1

v3.4.0

Choose a tag to compare

@mathieucarbou mathieucarbou released this 11 Dec 19:11
61eed0e

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

v3.3.23

Choose a tag to compare

@mathieucarbou mathieucarbou released this 25 Nov 12:27
bccee27

What's Changed

  • update doc according to ArduinoJson upgrade by @Jetinho in #159
  • Dependency upgrade: AsyncTCP and ArduinoJson

New Contributors

Full Changelog: v3.3.22...v3.3.23