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

09 Jan 14:47
7cee8a5
Compare
Choose a tag to compare

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

09 Jan 14:09
23ae702
Compare
Choose a tag to compare

What's Changed

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

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

v3.5.0

07 Jan 21:36
33815af
Compare
Choose a tag to compare

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

19 Dec 13:30
079446b
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.4.4

19 Dec 09:55
e031d27
Compare
Choose a tag to compare

What's Changed

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

v3.4.3

17 Dec 13:19
5a8b643
Compare
Choose a tag to compare

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

16 Dec 20:41
ae3bf04
Compare
Choose a tag to compare

What's Changed

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

v3.4.1

15 Dec 17:35
9ebf21a
Compare
Choose a tag to compare

What's Changed

See discussion: #165 (comment)

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

v3.4.0

11 Dec 19:11
61eed0e
Compare
Choose a tag to compare

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

25 Nov 12:27
bccee27
Compare
Choose a tag to compare

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