Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

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`

04 May 00:28
2228a65
Compare
Choose a tag to compare

Releases v1.6.0

  1. Add support to any custom hardware / software SPI for W5x00 using Ethernet_Generic Library
  2. 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`

27 Apr 19:21
f6c7fdf
Compare
Choose a tag to compare

Releases v1.5.1

  1. Change from arduino.cc to arduino.tips in HTTP examples
  2. Add lib_ldf_mode = chain+ in platformio.ini

v1.5.0 to use Ethernet_Generic library, to add example and rewrite all the examples to support new features, etc.

06 Apr 05:26
2bda19f
Compare
Choose a tag to compare

Releases v1.5.0

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Rewrite all the examples to support new features
  3. 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

29 Mar 17:05
c7722c6
Compare
Choose a tag to compare

v1.4.4 to change license to GPLv3 from MIT

19 Mar 19:39
3ece79e
Compare
Choose a tag to compare

Releases v1.4.4

  1. Change license from MIT to GPLv3. Check Licensing of SSLClient #16

v1.4.3 to fix decoding error bug when using special `&` in data fields

03 Mar 03:25
ee3b391
Compare
Choose a tag to compare

v1.4.2 to fix libb64 fallthrough compile warning

12 Jan 02:31
fe8311d
Compare
Choose a tag to compare

Releases v1.4.2

  1. Fix libb64 fallthrough compile warnings

v1.4.1 to fix wrong http status header bug and authenticate issue caused by libb64

28 Dec 20:18
6fbf2e1
Compare
Choose a tag to compare

Releases v1.4.1

  1. Fix wrong http status header bug. Check fix for wrong http status header #42
  2. 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

25 Dec 22:43
7f242b2
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Reduce usage of Arduino String with std::string
  2. Optimize library code and examples by using reference-passing instead of value-passing.
  3. Fix bug related to String in library and examples
  4. 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

06 Oct 01:43
fc40649
Compare
Choose a tag to compare

Releases v1.3.1

  1. Change option for PIO lib_compat_mode from default soft to strict to minimize compile error in cross-platform
  2. Update Packages' Patches