New in v1.0.10
1. Fix bug not closing client and releasing socket.
2. Merge new features from latest ESP8266WebServer
3. Add and enhance examples.
New in v1.0.9
1. Add EthernetWrapper.h for easier W5x00 support as well as more Ethernet libs in the future.
2. Add default SS/CS pin for ESP8266 and ESP32
3. Increase default clock speed for W5x00 in Ethernet and EthernetLarge libraries to 25MHz from 14MHz. Tested OK on W5100 as well as W5500.
New in v1.0.8
1. Fix W5x00 support for ESP8266 and many more boards.
New in v1.0.7
1. Add ENC28J60 support to ESP32 and ESP8266 boards.
New in v1.0.6
1. Add W5x00 support to ESP32 and ESP8266 boards.
New in v1.0.5
1. Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
2. Support any future custom Ethernet library that meets the no-compiling-error requirements. Currently, Ethernet2, Ethernet3, EthernetLarge libraries are supported. Ethernet_Shield_W5200, EtherCard, EtherSia libraries are not supported now.
New in v1.0.4
1. Add support to Adafruit SAM51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).