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

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.

15 Mar 02:29
1b12368

Choose a tag to compare

Releases v1.7.6

  1. Fix bug when using QNEthernet staticIP. Check QNEthernet and NativeEthernet staticIP not working with WS Server #39
  2. Simplify and add staticIP option to NativeEthernet examples.
  3. Add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core
  4. Add Packages' Patches for Fab_SAM_Arduino core
  5. Update Packages' Patches

v1.7.5 to fix decoding error bug when using special `&` in data fields and to update `Packages' Patches`

03 Mar 02:47
c0b7106

Choose a tag to compare

v1.7.4 to fix libb64 fallthrough compile warning

12 Jan 01:19
511c95a

Choose a tag to compare

Releases v1.7.4

  1. Fix libb64 fallthrough compile warning

v1.7.3 to fix libb64 compile error for ESP8266 and to update `Packages' Patches`

11 Jan 18:36
0d14b1a

Choose a tag to compare

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

28 Dec 19:24
3be833c

Choose a tag to compare

Releases v1.7.2

  1. Fix wrong http status header bug. Check fix for wrong http status header #42
  2. Fix authenticate issue caused by libb64

v1.7.1 to fix bug related to String in library and examples

25 Dec 20:52
56a5dd4

Choose a tag to compare

Releases v1.7.1

  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

20 Dec 08:32
7bcb770

Choose a tag to compare

Major Releases v1.7.0

  1. Add support to Portenta_H7 using Arduino mbed_portenta core
  2. Reduce usage of Arduino String with std::string
  3. Optimize library code and examples by using reference-passing instead of value-passing.
  4. Update Packages' Patches
  5. 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

06 Oct 00:58
b68f1e0

Choose a tag to compare

Releases v1.6.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 for many boards

v1.6.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet

04 Sep 15:38
66a5a76

Choose a tag to compare

Major Releases v1.6.0

  1. Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
  2. 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)

16 May 04:10
aa758d9

Choose a tag to compare