tag:github.com,2008:https://github.com/khoih-prog/EthernetWebServer_SSL_STM32/releasesTags from EthernetWebServer_SSL_STM322022-05-04T00:26:18Ztag:github.com,2008:Repository/313130551/v1.6.02022-05-04T00:28:54Zv1.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`<p>v1.6.0 to add custom SPI support</p>
<p>### Releases v1.6.0</p>
<p>1. Add support to any custom hardware / software `SPI` for W5x00 using [Ethernet_Generic Library](<a href="https://github.com/khoih-prog/Ethernet_Generic">https://github.com/khoih-prog/Ethernet_Generic</a>)
<br />2. Add support to STM32L5 boards, such as `Nucleo-L552ZE-Q`</p>khoih-progtag:github.com,2008:Repository/313130551/v1.5.12022-04-27T19:21:54Zv1.5.1 to change from `arduino.cc` to `arduino.tips` in examples and to add `lib_ldf_mode = chain+` in `platformio.ini`<p>v1.5.1 to update to `arduino.tips`</p>
<p>### Releases v1.5.1</p>
<p>1. Change from `arduino.cc` to `arduino.tips` in HTTP examples
<br />2. Add `lib_ldf_mode = chain+` in `platformio.ini`</p>khoih-progtag:github.com,2008:Repository/313130551/v1.5.02022-04-06T05:26:30Zv1.5.0 to use Ethernet_Generic library, to add example and rewrite all the examples to support new features, etc.<p>v1.5.0 to use Ethernet_Generic library</p>
<p>### Releases v1.5.0</p>
<p>1. Use new [Ethernet_Generic library](<a href="https://github.com/khoih-prog/Ethernet_Generic">https://github.com/khoih-prog/Ethernet_Generic</a>) as default for W5x00.
<br />2. Rewrite all the examples to support new features
<br />3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project</p>khoih-progtag:github.com,2008:Repository/313130551/v1.4.52022-03-29T17:05:56Zv1.4.5 to Sync with SSLClient v1.6.11, and to add example AWS_IoT<p>v1.4.5 to Sync with SSLClient v1.6.11</p>
<p>### Releases v1.4.5</p>
<p>1. Sync with [SSLClient v1.6.11](<a href="https://github.com/OPEnSLab-OSU/SSLClient/releases/tag/v1.6.11">https://github.com/OPEnSLab-OSU/SSLClient/releases/tag/v1.6.11</a>). Check [Pull in OPEnSLab-OSU's SSLClient v1.6.11 #17](<a class="issue-link js-issue-link" href="https://github.com/khoih-prog/EthernetWebServer_SSL/issues/17">khoih-prog/EthernetWebServer_SSL#17</a>)
<br />2. Add example [AWS_IoT](examples/AWS_IoT)</p>khoih-progtag:github.com,2008:Repository/313130551/v1.4.42022-03-19T19:39:23Zv1.4.4 to change license to GPLv3 from MIT<p>v1.4.4 to change license to `GPLv3`</p>
<p>### Releases v1.4.4</p>
<p>1. Change license from `MIT` to `GPLv3`. Check [Licensing of SSLClient #16](<a class="issue-link js-issue-link" href="https://github.com/khoih-prog/EthernetWebServer_SSL/issues/16">khoih-prog/EthernetWebServer_SSL#16</a>)</p>khoih-progtag:github.com,2008:Repository/313130551/v1.4.32022-03-03T03:25:58Zv1.4.3 to fix decoding error bug when using special `&` in data fields<p>v1.4.3 to fix decoding error bug</p>
<p>### Releases v1.4.3</p>
<p>1. Fix decoding error bug when using special `&` in data fields. Check [Decoding Error. two times called urlDecode in Parsing-impl.h. #17](<a class="issue-link js-issue-link" href="https://github.com/khoih-prog/WiFiWebServer/issues/17">khoih-prog/WiFiWebServer#17</a>)</p>khoih-progtag:github.com,2008:Repository/313130551/v1.4.22022-01-12T02:31:30Zv1.4.2 to fix libb64 fallthrough compile warning<p>v1.4.2 to fix libb64 fallthrough compile warning</p>
<p>### Releases v1.4.2</p>
<p>1. Fix libb64 `fallthrough` compile warnings</p>khoih-progtag:github.com,2008:Repository/313130551/v1.4.12021-12-28T20:18:08Zv1.4.1 to fix wrong http status header bug and authenticate issue caused by libb64<p>v1.4.1 to fix wrong http status header</p>
<p>### Releases v1.4.1</p>
<p>1. Fix wrong http status header bug. Check [fix for wrong http status header #42](<a class="issue-link js-issue-link" href="https://github.com/khoih-prog/EthernetWebServer/pull/42">khoih-prog/EthernetWebServer#42</a>)
<br />2. Fix authenticate issue caused by libb64</p>khoih-progtag:github.com,2008:Repository/313130551/v1.4.02021-12-25T22:43:06Zv1.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<p>v1.4.0 to reduce String usage</p>
<p>### Major Releases v1.4.0</p>
<p>1. Reduce usage of Arduino String with std::string
<br />2. Optimize library code and examples by using **reference-passing instead of value-passing**.
<br />3. Fix bug related to String in library and examples
<br />4. Update `Packages' Patches`</p>khoih-progtag:github.com,2008:Repository/313130551/v1.3.12021-10-06T01:43:15Zv1.3.1 to change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform<p>v1.3.1 to change PIO lib_compat_mode</p>
<p>### Releases v1.3.1</p>
<p>1. Change option for **PIO** `lib_compat_mode` from default `soft` to `strict` to minimize compile error in cross-platform
<br />2. Update `Packages' Patches`</p>khoih-prog