This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer
Releases · khoih-prog/EthernetWebServer
v2.1.1 to fix compiler error for Portenta_H7 using Portenta Ethernet
Releases v2.1.1
- Fix compiler error for Portenta_H7 using Portenta Ethernet
v2.1.0 to use Ethernet_Generic library, to add support to SPI2 for ESP32, to add examples and rewrite all the examples to support new features, etc.
Releases v2.1.0
- Use new Ethernet_Generic library as default for W5x00.
- Support SPI2 for ESP32
- Add examples and rewrite all the examples to support new features
- Update
Packages' Patches
v2.0.2 to fix bug when using `QNEthernet` staticIP, to add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core, etc.
Releases v2.0.2
- Fix bug when using
QNEthernet
staticIP. Check QNEthernet and NativeEthernet staticIP not working with WS Server #39 - Simplify and add staticIP option to
NativeEthernet
examples - Add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core
- Add
Packages' Patches
for Fab_SAM_Arduino core - Update
Packages' Patches
v2.0.1 to fix decoding error bug when using special `&` in data fields and to update `Packages' Patches`
Releases v2.0.1
- Fix decoding error bug when using special
&
in data fields. Check Decoding Error. two times called urlDecode in Parsing-impl.h. #17 - Update
Packages' Patches
v2.0.0 to make **breaking** changes to permit coexistence with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries
Major Releases v2.0.0
- Make breaking changes to permit coexistence with
ESP32 WebServer
andESP8266 ESP8266WebServer
libraries - Add and modified examples
v1.8.6 to fix bug not supporting boards
Releases v1.8.6
- Fix bug not supporting boards. Check Missing ESP definitions ..... #45
v1.8.5 to restore support to AVR Mega2560, to add support to megaAVR boards and to fix libb64 fallthrough compile warning
Releases v1.8.5
- Restore support to AVR Mega2560
- Add support to megaAVR boards such as
Arduino Nano Every
,UNO WiFi Rev 2
usingATmega4809
MPU - Fix libb64 fallthrough compile warning
v1.8.4 to fix libb64 compile error for ESP8266 and to update `Packages' Patches`
Releases v1.8.4
- Fix libb64 compile error for ESP8266. Check multiple definition of base64 error with ver. 1.8.3 #44
- Update
Packages' Patches
v1.8.3 to fix authenticate issue caused by libb64
Releases v1.8.3
- Fix authenticate issue caused by libb64
v1.8.2 to fix wrong http status header
Releases v1.8.2
- Fix wrong http status header bug. Check fix for wrong http status header #42