Releases: esphome/ESPAsyncWebServer
Releases · esphome/ESPAsyncWebServer
v3.3.0
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
Republishing v3.2.1 due to packaging error.
Full Changelog: v3.2.0...v3.2.2
v3.2.1
v3.2.0
What's Changed
- Add mutex for queue processing. by @Fabian-Schmidt in #24
- Switch ESPAsyncTCP-esphome to esphome owner by @jesserockz in #27
New Contributors
- @Fabian-Schmidt made their first contribution in #24
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Allow user customization WS_MAX_QUEUED_MESSAGES by @asjdf in #10
- fix typo on "if (!client->send();) return 0;" by @bmedici in #17
- CI updates by @jesserockz in #8
- Rename LibreTuya to LibreTiny by @kuba2k2 in #23
New Contributors
- @asjdf made their first contribution in #10
- @bmedici made their first contribution in #17
- @jesserockz made their first contribution in #8
Full Changelog: v3.0.0...v3.1.0
v3.0.0
v2.1.0
1.3.0
Fixes for ESP32-C3 building and pull upstream changes (see compare view)