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

Major Release v1.4.0 to add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core (https://github.com/arduino/ArduinoCore-mbed)

14 May 07:03
6f32331
Compare
Choose a tag to compare

Major Releases v1.4.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  2. Update examples with new features

Version v1.3.1 to clean-up all compiler warnings possible.

26 Dec 05:49
ac58598
Compare
Choose a tag to compare

Releases v1.3.1

  1. Clean-up all compiler warnings possible.
  2. Add Table of Contents

Version v1.3.0 to add support to Teensy 4.1 NativeEthernet

05 Dec 07:31
167c7c2
Compare
Choose a tag to compare

Version v1.2.0 to add high-level HTTP and WebSockets Client

20 Nov 07:08
4281804
Compare
Choose a tag to compare

Major Release v1.2.0

  1. Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
  2. Add many more examples for HTTP and WebSockets Client.
  3. Add Version String.

Version v1.1.2 to add SSL debug feature

19 Nov 23:05
56d03fc
Compare
Choose a tag to compare

Release v1.1.2

  1. Add SSL debug feature.
  2. Enhance examples.

Version v1.1.1 to permit sites with "Chain could not be linked to a trust anchor"

18 Nov 07:53
492a49d
Compare
Choose a tag to compare

Release v1.1.1

  1. Permit sites with "Chain could not be linked to a trust anchor" such as mqtt.thingstream.io
  2. Add example MQTTS_ThingStream to demonstrate new feature

Version v1.1.0 for SAMD21/SAMD51, SAM DUE, Teensy to support Ethernet shields using SSL Client.

16 Nov 21:01
49e1fc2
Compare
Choose a tag to compare

Release v1.1.0

  1. Initial coding for SAMD21/SAMD51, SAM DUE, Teensy to support Ethernet shields using SSL Client.
  2. Supporting W5x00 using Ethernet, EthernetLarge, Ethernet2 and Ethernet3 libraries
  3. Supporting ENC28J60 using EthernetENC and UIPEthernet libraries