This repository was archived by the owner on Jan 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,19 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
5959
6060This ESPAsyncWebServer fork is now at version 3.x, where we try to keep the API compatibility with original project as much as possible.
6161
62- Next version 4.x will:
62+ We plan on creating a next major 4.x version that will:
6363
64- 1 . Drop support for ESP8266, which goes EOL in a few years. All ESP8266 boards can be replaced by equivalent ESP32 boards.
65- 2 . Drop support for Arduino 2.x and ESP-IDF 4.x. The library will be compatible with Arduino 3.x and ESP-IDF 5.x.
66- 3 . Drop support for ArduinoJson 5.x and 6.x. The library will be compatible with ArduinoJson 7.x.
64+ 1 . Drop support for ESP8266, which goes EOL in a few years
65+ 2 . Drop support for Arduino 2.x and ESP-IDF 4.x. The library will be compatible with latest Arduino and ESP-IDF
66+ 3 . Drop support for ArduinoJson 5.x and 6.x. The library will be compatible with latest ArduinoJson
6767
68- So if you need one of these feature, you will have to stick with 3.x or another fork.
68+ So if you need one of these feature, you will have to stick with the current 3.x.
69+ All releases we do will not cease to exist: all 3.x releases will stay in the release page.
70+ That is why we have tags and a release cycle.
71+
72+ Maintaining a library for ESP8266 and RP2040 has a real cost and clearly what we see is that most users helping are on ESP32.
73+
74+ If you are an ESP8266 user and want to help improve current 3.x, you are more than welcomed to contribute to this community effort.
6975
7076## Dependencies
7177
Original file line number Diff line number Diff line change @@ -59,13 +59,19 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
5959
6060This ESPAsyncWebServer fork is now at version 3.x, where we try to keep the API compatibility with original project as much as possible.
6161
62- Next version 4.x will:
62+ We plan on creating a next major 4.x version that will:
6363
64- 1 . Drop support for ESP8266, which goes EOL in a few years. All ESP8266 boards can be replaced by equivalent ESP32 boards.
65- 2 . Drop support for Arduino 2.x and ESP-IDF 4.x. The library will be compatible with Arduino 3.x and ESP-IDF 5.x.
66- 3 . Drop support for ArduinoJson 5.x and 6.x. The library will be compatible with ArduinoJson 7.x.
64+ 1 . Drop support for ESP8266, which goes EOL in a few years
65+ 2 . Drop support for Arduino 2.x and ESP-IDF 4.x. The library will be compatible with latest Arduino and ESP-IDF
66+ 3 . Drop support for ArduinoJson 5.x and 6.x. The library will be compatible with latest ArduinoJson
6767
68- So if you need one of these feature, you will have to stick with 3.x or another fork.
68+ So if you need one of these feature, you will have to stick with the current 3.x.
69+ All releases we do will not cease to exist: all 3.x releases will stay in the release page.
70+ That is why we have tags and a release cycle.
71+
72+ Maintaining a library for ESP8266 and RP2040 has a real cost and clearly what we see is that most users helping are on ESP32.
73+
74+ If you are an ESP8266 user and want to help improve current 3.x, you are more than welcomed to contribute to this community effort.
6975
7076## Dependencies
7177
You can’t perform that action at this time.
0 commit comments