From 0ec6c7fdcfebdd832ebfd625c0e51ad788cf83a6 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Thu, 23 Jan 2025 12:31:44 +0100 Subject: [PATCH] v3.6.2 --- 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 2d3bb1b4..0c2d87cc 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.1` (ESP32, ESP8266, RP2040) +- `ESP32Async/ESPAsyncWebServer @ 3.6.2` (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.1 +lib_deps = ESP32Async/ESPAsyncWebServer @ 3.6.2 ``` **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.1 + ESP32Async/ESPAsyncWebServer @ 3.6.2 lib_ignore = AsyncTCP ESP32Async/AsyncTCP @@ -129,7 +129,7 @@ lib_ignore = ## Performance -Performance of `ESP32Async/ESPAsyncWebServer @ 3.6.1`: +Performance of `ESP32Async/ESPAsyncWebServer @ 3.6.2`: ```bash > brew install autocannon diff --git a/library.json b/library.json index 39e08d5e..65523c78 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESPAsyncWebServer", - "version": "3.6.1", + "version": "3.6.2", "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 31bd0e85..2692f1f8 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=ESP Async WebServer includes=ESPAsyncWebServer.h -version=3.6.1 +version=3.6.2 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 560bad5c..a1fc4b36 100644 --- a/src/ESPAsyncWebServer.h +++ b/src/ESPAsyncWebServer.h @@ -48,10 +48,10 @@ #include "literals.h" -#define ASYNCWEBSERVER_VERSION "3.6.1" +#define ASYNCWEBSERVER_VERSION "3.6.2" #define ASYNCWEBSERVER_VERSION_MAJOR 3 #define ASYNCWEBSERVER_VERSION_MINOR 6 -#define ASYNCWEBSERVER_VERSION_REVISION 1 +#define ASYNCWEBSERVER_VERSION_REVISION 2 #define ASYNCWEBSERVER_FORK_ESP32Async #ifdef ASYNCWEBSERVER_REGEX