Skip to content

Releases: mathieucarbou/ESPAsyncWebServer

v3.1.2

30 Jul 09:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

17 Jul 19:58
Compare
Choose a tag to compare
  • Update to AsyncTCP 3.2.3 which fixes #57

Full Changelog: v3.1.0...v3.1.1

v3.1.0

16 Jul 21:18
Compare
Choose a tag to compare

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

Full Changelog: v3.0.6...v3.1.0

v3.0.6

01 Jul 12:12
Compare
Choose a tag to compare
  • Add: bool hasArg(const String& name) const { return hasArg(name.c_str()); };

Full Changelog: v3.0.5...v3.0.6

v3.0.5

30 Jun 10:17
Compare
Choose a tag to compare
  • ASYNCWEBSERVER_VERSION_REVISION was incorrectly set in v3.0.4

Full Changelog: v3.0.4...v3.0.5

v3.0.4

30 Jun 08:50
Compare
Choose a tag to compare
  • Removed weirdly placed destructor

Full Changelog: v3.0.3...v3.0.4

v3.0.3

28 Jun 14:29
Compare
Choose a tag to compare

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

27 Jun 20:33
Compare
Choose a tag to compare

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

27 Jun 20:06
Compare
Choose a tag to compare

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

New Contributors

  • @p0p-x made their first contribution in #32

Full Changelog: v2.10.8...v3.0.0

v3.0.0

27 Jun 20:04
Compare
Choose a tag to compare

Same as v3.0.1 above.

v3.0.0 is broken in PIO (not uploaded with the right changes)