This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer_SSL
Releases · khoih-prog/EthernetWebServer_SSL
v1.7.6 to fix bug when using `QNEthernet` staticIP, to add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core, etc.
Releases v1.7.6
- Fix bug when using
QNEthernetstaticIP. Check QNEthernet and NativeEthernet staticIP not working with WS Server #39 - Simplify and add staticIP option to
NativeEthernetexamples. - Add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core
- Add
Packages' Patchesfor Fab_SAM_Arduino core - Update
Packages' Patches
v1.7.5 to fix decoding error bug when using special `&` in data fields and to update `Packages' Patches`
Releases v1.7.5
- 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
v1.7.4 to fix libb64 fallthrough compile warning
Releases v1.7.4
- Fix libb64
fallthroughcompile warning
v1.7.3 to fix libb64 compile error for ESP8266 and to update `Packages' Patches`
Releases v1.7.3
- Fix libb64 compile error for ESP8266. Check multiple definition of base64 error with ver. 1.8.3 #44
- Update
Packages' Patches
v1.7.2 to fix wrong http status header bug and authenticate issue caused by libb64
Releases v1.7.2
- Fix wrong http status header bug. Check fix for wrong http status header #42
- Fix authenticate issue caused by libb64
v1.7.1 to fix bug related to String in library and examples
Releases v1.7.1
- Fix bug related to String in library and examples
v1.7.0 to add support to Portenta_H7, to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing
Major Releases v1.7.0
- Add support to Portenta_H7 using Arduino mbed_portenta core
- Reduce usage of Arduino String with std::string
- Optimize library code and examples by using reference-passing instead of value-passing.
- Update
Packages' Patches - Add more ESP32/ESP8266 supporting code
v1.6.1 to change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform
Releases v1.6.1
- Change option for PIO
lib_compat_modefrom defaultsofttostrictto minimize compile error in cross-platform - Update
Packages' Patchesfor many boards
v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
Major Releases v1.6.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- Update examples with new features
Major Release v1.5.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-pico RP2040 core v1.3.1+ (https://github.com/earlephilhower/arduino-pico)
Major Releases v1.5.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core v1.3.1+.
- Update examples with new features