Releases: mathieucarbou/ESPAsyncWebServer
Releases · mathieucarbou/ESPAsyncWebServer
v3.1.2
What's Changed
- MessagePack Support (Fix #59) by @mathieucarbou in #62
Full Changelog: v3.1.1...v3.1.2
v3.1.1
- Update to AsyncTCP 3.2.3 which fixes #57
Full Changelog: v3.1.0...v3.1.1
v3.1.0
BREAKING CHANGE FOR LIBRARY NAMES
mathieucarbou/[email protected]
(no more space, to conform to Arduino Library Manager expectations)mathieucarbou/[email protected]
(no more space, to conform to Arduino Library Manager expectations)
Under the hood
- #54 by @vortigont
Full Changelog: v3.0.6...v3.1.0
v3.0.6
- Add:
bool hasArg(const String& name) const { return hasArg(name.c_str()); };
Full Changelog: v3.0.5...v3.0.6
v3.0.5
ASYNCWEBSERVER_VERSION_REVISION
was incorrectly set in v3.0.4
Full Changelog: v3.0.4...v3.0.5
v3.0.4
- Removed weirdly placed destructor
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- Adding back beginResponse_P() and send_P() but with deprecation notices by @mathieucarbou in #46
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Added
beginResponse(int code, const String& contentType, const uint8_t* content, size_t len, AwsTemplateProcessor callback = nullptr)
to account for embedded binary data usage on ESP32
Full Changelog: v3.0.0...v3.0.2
v3.0.1
Breaking Change
- API was cleaned up and these methods were updated with
const
:
const AsyncWebHeader* getHeader(...)
const AsyncWebParameter* getParam(...)
request->beginResponse_P
was removed for ESP32 (will add back equivalent methods in 3.0.2)
What's Changed
- ESP IDF Compatibility by @p0p-x in #32
- Refactor code - replace DYI structs with STL objects by @vortigont in #39
- Code reformat and small cleanups by @mathieucarbou in #43
- feat: add rp2040 support by @ayushsharma82 and @mathieucarbou in #31
New Contributors
Full Changelog: v2.10.8...v3.0.0
v3.0.0
Same as v3.0.1 above.
v3.0.0 is broken in PIO (not uploaded with the right changes)