v3.7.0 #66
mathieucarbou
announced in
Announcements
v3.7.0
#66
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ESPAsyncWebServer v3.7.0 released!
AsyncTCP
andESPAsyncWebServer
and now deployed in IDF Component Manager and PlatformIO registry and are also available from Arduino IDE library managerThe documentation was moved to a Wiki
Several bug fixes, safety checks and memory improvements
Updated to
ESP32Async/AsyncTCP @ 3.3.5
Added a lot of examples for most features
Support adding multiple headers with the same header name to a response (example)
Support to skip the global server middleware on a handler with
skipServerMiddlewares()
(example)Support to add middleware to the catch-all handler (example)
Support for
Request Continuation
, which is the ability to callpause()
on a request to park it until some long task finishes and then resumes the request by sending the response (example)Complete release notes and archives: v3.7.0
Beta Was this translation helpful? Give feedback.
All reactions