From db4e035b9923405334fba4b448c983e671f0cfa9 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Wed, 22 Jan 2025 15:55:07 +0100 Subject: [PATCH] v3.6.1 --- README.md | 8 ++++---- library.json | 2 +- library.properties | 2 +- src/ESPAsyncWebServer.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8471e3d9..c876e189 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Discord Server: [https://discord.gg/X7zpGdyUcY](https://discord.gg/X7zpGdyUcY) Please see the new links: -- `ESP32Async/ESPAsyncWebServer @ 3.6.0` (ESP32, ESP8266, RP2040) +- `ESP32Async/ESPAsyncWebServer @ 3.6.1` (ESP32, ESP8266, RP2040) - `ESP32Async/AsyncTCP @ 3.3.2` (ESP32) - `ESP32Async/ESPAsyncTCP @ 2.0.0` (ESP8266) - `https://github.com/ESP32Async/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip` (AsyncTCP alternative for ESP32) @@ -95,7 +95,7 @@ If you are an ESP8266 user and want to help improve current 3.x, you are more th ```ini lib_compat_mode = strict lib_ldf_mode = chain -lib_deps = ESP32Async/ESPAsyncWebServer @ 3.6.0 +lib_deps = ESP32Async/ESPAsyncWebServer @ 3.6.1 ``` **Dependencies:** @@ -121,7 +121,7 @@ lib_ldf_mode = chain lib_deps = ; ESP32Async/AsyncTCP @ 3.3.2 https://github.com/ESP32Async/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip - ESP32Async/ESPAsyncWebServer @ 3.6.0 + ESP32Async/ESPAsyncWebServer @ 3.6.1 lib_ignore = AsyncTCP ESP32Async/AsyncTCP @@ -129,7 +129,7 @@ lib_ignore = ## Performance -Performance of `ESP32Async/ESPAsyncWebServer @ 3.6.0`: +Performance of `ESP32Async/ESPAsyncWebServer @ 3.6.1`: ```bash > brew install autocannon diff --git a/library.json b/library.json index 191a6e6a..39e08d5e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESPAsyncWebServer", - "version": "3.6.0", + "version": "3.6.1", "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.", "keywords": "http,async,websocket,webserver", "homepage": "https://github.com/ESP32Async/ESPAsyncWebServer", diff --git a/library.properties b/library.properties index d10f2429..31bd0e85 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=ESP Async WebServer includes=ESPAsyncWebServer.h -version=3.6.0 +version=3.6.1 author=ESP32Async maintainer=ESP32Async sentence=Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040 diff --git a/src/ESPAsyncWebServer.h b/src/ESPAsyncWebServer.h index 0b2803bd..e97db115 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -48,10 +48,10 @@ #include "literals.h" -#define ASYNCWEBSERVER_VERSION "3.6.0" +#define ASYNCWEBSERVER_VERSION "3.6.1" #define ASYNCWEBSERVER_VERSION_MAJOR 3 #define ASYNCWEBSERVER_VERSION_MINOR 6 -#define ASYNCWEBSERVER_VERSION_REVISION 0 +#define ASYNCWEBSERVER_VERSION_REVISION 1 #define ASYNCWEBSERVER_FORK_ESP32Async #ifdef ASYNCWEBSERVER_REGEX