This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer_SSL_STM32
Releases · khoih-prog/EthernetWebServer_SSL_STM32
v1.6.0 to add support to any custom hardware / software `SPI` for W5x00 using Ethernet_Generic Library, to add support to STM32L5 boards, such as `Nucleo-L552ZE-Q`
v1.6.0 to add support to any custom hardware / software `SPI` for W5x00 using Ethernet_Generic Library, to add support to STM32L5 boards, such as `Nucleo-L552ZE-Q`
Latest
Releases v1.6.0
- Add support to any custom hardware / software
SPI
for W5x00 using Ethernet_Generic Library - Add support to STM32L5 boards, such as
Nucleo-L552ZE-Q
v1.5.1 to change from `arduino.cc` to `arduino.tips` in examples and to add `lib_ldf_mode = chain+` in `platformio.ini`
Releases v1.5.1
- Change from
arduino.cc
toarduino.tips
in HTTP examples - Add
lib_ldf_mode = chain+
inplatformio.ini
v1.5.0 to use Ethernet_Generic library, to add example and rewrite all the examples to support new features, etc.
Releases v1.5.0
- Use new Ethernet_Generic library as default for W5x00.
- Rewrite all the examples to support new features
- Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project
v1.4.5 to Sync with SSLClient v1.6.11, and to add example AWS_IoT
Releases v1.4.5
- Sync with SSLClient v1.6.11. Check Pull in OPEnSLab-OSU's SSLClient v1.6.11 #17
- Add example AWS_IoT
v1.4.4 to change license to GPLv3 from MIT
Releases v1.4.4
- Change license from
MIT
toGPLv3
. Check Licensing of SSLClient #16
v1.4.3 to fix decoding error bug when using special `&` in data fields
Releases v1.4.3
- Fix decoding error bug when using special
&
in data fields. Check Decoding Error. two times called urlDecode in Parsing-impl.h. #17
v1.4.2 to fix libb64 fallthrough compile warning
Releases v1.4.2
- Fix libb64
fallthrough
compile warnings
v1.4.1 to fix wrong http status header bug and authenticate issue caused by libb64
Releases v1.4.1
- Fix wrong http status header bug. Check fix for wrong http status header #42
- Fix authenticate issue caused by libb64
v1.4.0 to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing, and fix bug
Major Releases v1.4.0
- Reduce usage of Arduino String with std::string
- Optimize library code and examples by using reference-passing instead of value-passing.
- Fix bug related to String in library and examples
- Update
Packages' Patches
v1.3.1 to change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform
Releases v1.3.1
- Change option for PIO
lib_compat_mode
from defaultsoft
tostrict
to minimize compile error in cross-platform - Update
Packages' Patches