Skip to content

Releases: esphome/ESPAsyncWebServer

v3.3.0

16 Oct 04:17
c76c982
Compare
Choose a tag to compare

What's Changed

  • Add release workflow (#45) @jesserockz
  • Add release drafter (#44) @jesserockz
  • Adds "try_" overloads that return false if the message could not be queued for send, and adds an onDisconnect callback (#43) @nkinnan
  • Bugfix: AsyncEventSource writes multiple events per tcp send, including partial events that straddle buffers; Improvement: don't hold onto event items until ack, immediately remove them from queue (#41) @nkinnan

Full Changelog: v3.2.2...v3.3.0

v3.2.2

24 May 20:17
0873c38
Compare
Choose a tag to compare

Republishing v3.2.1 due to packaging error.

Full Changelog: v3.2.0...v3.2.2

v3.2.1

23 May 19:10
b40484f
Compare
Choose a tag to compare

What's Changed

  • Initialize _messageQueue_processing by @bkaufx in #31

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

06 May 22:10
cf47c2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

04 Sep 01:04
f2a65ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

09 Aug 05:37
4fd0a1f
Compare
Choose a tag to compare

What's Changed

  • Adapt for LibreTuya compatibility by @kuba2k2 in #7

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

11 Nov 20:39
aa107a5
Compare
Choose a tag to compare

What's Changed

  • Don't delete handlers when they're removed by @oxan in #6

New Contributors

  • @oxan made their first contribution in #6

Full Changelog: v2.0.1...v2.1.0

1.3.0

26 Jul 08:35
e796381
Compare
Choose a tag to compare

Fixes for ESP32-C3 building and pull upstream changes (see compare view)