This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/EthernetWebServer_SSL
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)
Major Releases v1.4.0
- Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
- Update examples with new features
Version v1.3.1 to clean-up all compiler warnings possible.
Releases v1.3.1
- Clean-up all compiler warnings possible.
- Add Table of Contents
Version v1.3.0 to add support to Teensy 4.1 NativeEthernet
Release v1.3.0
- Add support to NativeEthernet Library for Teensy 4.1
Version v1.2.0 to add high-level HTTP and WebSockets Client
Major Release v1.2.0
- Add high-level HTTP and WebSockets Client by merging ArduinoHttpClient Library
- Add many more examples for HTTP and WebSockets Client.
- Add Version String.
Version v1.1.2 to add SSL debug feature
Release v1.1.2
- Add SSL debug feature.
- Enhance examples.
Version v1.1.1 to permit sites with "Chain could not be linked to a trust anchor"
Release v1.1.1
- Permit sites with "Chain could not be linked to a trust anchor" such as mqtt.thingstream.io
- 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.
Release v1.1.0
- Initial coding for SAMD21/SAMD51, SAM DUE, Teensy to support Ethernet shields using SSL Client.
- Supporting W5x00 using Ethernet, EthernetLarge, Ethernet2 and Ethernet3 libraries
- Supporting ENC28J60 using EthernetENC and UIPEthernet libraries