Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit d86e090

Browse files
committed
v3.3.22
1 parent 233d0ee commit d86e090

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
6161
```ini
6262
lib_compat_mode = strict
6363
lib_ldf_mode = chain
64-
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.21
64+
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.22
6565
```
6666

6767
**Dependencies:**
@@ -87,15 +87,15 @@ lib_ldf_mode = chain
8787
lib_deps =
8888
; mathieucarbou/AsyncTCP @ 3.2.12
8989
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
90-
mathieucarbou/ESPAsyncWebServer @ 3.3.21
90+
mathieucarbou/ESPAsyncWebServer @ 3.3.22
9191
lib_ignore =
9292
AsyncTCP
9393
mathieucarbou/AsyncTCP
9494
```
9595

9696
## Performance
9797

98-
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.3.21`:
98+
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.3.22`:
9999

100100
```bash
101101
> brew install autocannon

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
6161
```ini
6262
lib_compat_mode = strict
6363
lib_ldf_mode = chain
64-
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.21
64+
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.22
6565
```
6666

6767
**Dependencies:**
@@ -87,15 +87,15 @@ lib_ldf_mode = chain
8787
lib_deps =
8888
; mathieucarbou/AsyncTCP @ 3.2.12
8989
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
90-
mathieucarbou/ESPAsyncWebServer @ 3.3.21
90+
mathieucarbou/ESPAsyncWebServer @ 3.3.22
9191
lib_ignore =
9292
AsyncTCP
9393
mathieucarbou/AsyncTCP
9494
```
9595

9696
## Performance
9797

98-
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.3.21`:
98+
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.3.22`:
9999

100100
```bash
101101
> brew install autocannon

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESPAsyncWebServer",
3-
"version": "3.3.21",
3+
"version": "3.3.22",
44
"description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc.",
55
"keywords": "http,async,websocket,webserver",
66
"homepage": "https://github.com/mathieucarbou/ESPAsyncWebServer",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ESP Async WebServer
22
includes=ESPAsyncWebServer.h
3-
version=3.3.21
3+
version=3.3.22
44
author=Me-No-Dev
55
maintainer=Mathieu Carbou <[email protected]>
66
sentence=Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040

src/ESPAsyncWebServer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848

4949
#include "literals.h"
5050

51-
#define ASYNCWEBSERVER_VERSION "3.3.21"
51+
#define ASYNCWEBSERVER_VERSION "3.3.22"
5252
#define ASYNCWEBSERVER_VERSION_MAJOR 3
5353
#define ASYNCWEBSERVER_VERSION_MINOR 3
54-
#define ASYNCWEBSERVER_VERSION_REVISION 21
54+
#define ASYNCWEBSERVER_VERSION_REVISION 22
5555
#define ASYNCWEBSERVER_FORK_mathieucarbou
5656

5757
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)