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

Commit 33815af

Browse files
committed
v3.5.0
1 parent afb18a6 commit 33815af

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ So if you need one of these feature, you will have to stick with 3.x or another
7777
```ini
7878
lib_compat_mode = strict
7979
lib_ldf_mode = chain
80-
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.5
80+
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.5.0
8181
```
8282

8383
**Dependencies:**
@@ -103,15 +103,15 @@ lib_ldf_mode = chain
103103
lib_deps =
104104
; mathieucarbou/AsyncTCP @ 3.3.2
105105
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
106-
mathieucarbou/ESPAsyncWebServer @ 3.4.5
106+
mathieucarbou/ESPAsyncWebServer @ 3.5.0
107107
lib_ignore =
108108
AsyncTCP
109109
mathieucarbou/AsyncTCP
110110
```
111111

112112
## Performance
113113

114-
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.5`:
114+
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.5.0`:
115115

116116
```bash
117117
> brew install autocannon

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ So if you need one of these feature, you will have to stick with 3.x or another
7777
```ini
7878
lib_compat_mode = strict
7979
lib_ldf_mode = chain
80-
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.4.5
80+
lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.5.0
8181
```
8282

8383
**Dependencies:**
@@ -103,15 +103,15 @@ lib_ldf_mode = chain
103103
lib_deps =
104104
; mathieucarbou/AsyncTCP @ 3.3.2
105105
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
106-
mathieucarbou/ESPAsyncWebServer @ 3.4.5
106+
mathieucarbou/ESPAsyncWebServer @ 3.5.0
107107
lib_ignore =
108108
AsyncTCP
109109
mathieucarbou/AsyncTCP
110110
```
111111

112112
## Performance
113113

114-
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.4.5`:
114+
Performance of `mathieucarbou/ESPAsyncWebServer @ 3.5.0`:
115115

116116
```bash
117117
> 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.5",
3+
"version": "3.5.0",
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.5
3+
version=3.5.0
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: 3 additions & 3 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.5"
51+
#define ASYNCWEBSERVER_VERSION "3.5.0"
5252
#define ASYNCWEBSERVER_VERSION_MAJOR 3
53-
#define ASYNCWEBSERVER_VERSION_MINOR 4
54-
#define ASYNCWEBSERVER_VERSION_REVISION 5
53+
#define ASYNCWEBSERVER_VERSION_MINOR 5
54+
#define ASYNCWEBSERVER_VERSION_REVISION 0
5555
#define ASYNCWEBSERVER_FORK_mathieucarbou
5656

5757
#ifdef ASYNCWEBSERVER_REGEX

0 commit comments

Comments
 (0)