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

Commit e031d27

Browse files
committed
v3.4.4
1 parent cd882c4 commit e031d27

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
@@ -75,7 +75,7 @@ So if you need one of these feature, you will have to stick with 3.x or another
7575
```ini
7676
lib_compat_mode = strict
7777
lib_ldf_mode = chain
78-
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.3
78+
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.4
7979
```
8080

8181
**Dependencies:**
@@ -101,15 +101,15 @@ lib_ldf_mode = chain
101101
lib_deps =
102102
; mathieucarbou/AsyncTCP @ 3.3.1
103103
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
104-
mathieucarbou/ESPAsyncWebServer @ 3.4.3
104+
mathieucarbou/ESPAsyncWebServer @ 3.4.4
105105
lib_ignore =
106106
AsyncTCP
107107
mathieucarbou/AsyncTCP
108108
```
109109

110110
## Performance
111111

112-
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.3`:
112+
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.4`:
113113

114114
```bash
115115
> brew install autocannon

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ So if you need one of these feature, you will have to stick with 3.x or another
7575
```ini
7676
lib_compat_mode = strict
7777
lib_ldf_mode = chain
78-
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.3
78+
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.4
7979
```
8080

8181
**Dependencies:**
@@ -101,15 +101,15 @@ lib_ldf_mode = chain
101101
lib_deps =
102102
; mathieucarbou/AsyncTCP @ 3.3.1
103103
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
104-
mathieucarbou/ESPAsyncWebServer @ 3.4.3
104+
mathieucarbou/ESPAsyncWebServer @ 3.4.4
105105
lib_ignore =
106106
AsyncTCP
107107
mathieucarbou/AsyncTCP
108108
```
109109

110110
## Performance
111111

112-
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.3`:
112+
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.4`:
113113

114114
```bash
115115
> 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.4.3",
3+
"version": "3.4.4",
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.4.3
3+
version=3.4.4
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.4.3"
51+
#define ASYNCWEBSERVER_VERSION "3.4.4"
5252
#define ASYNCWEBSERVER_VERSION_MAJOR 3
5353
#define ASYNCWEBSERVER_VERSION_MINOR 4
54-
#define ASYNCWEBSERVER_VERSION_REVISION 3
54+
#define ASYNCWEBSERVER_VERSION_REVISION 4
5555
#define ASYNCWEBSERVER_FORK_mathieucarbou
5656

5757
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)