Skip to content

Commit

Permalink
v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 23, 2025
1 parent aa2b535 commit 0ec6c7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:**
Expand All @@ -121,15 +121,15 @@ 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
```

## Performance

Performance of `ESP32Async/ESPAsyncWebServer @ 3.6.1`:
Performance of `ESP32Async/ESPAsyncWebServer @ 3.6.2`:

```bash
> brew install autocannon
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/ESPAsyncWebServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ec6c7f

Please sign in to comment.