Skip to content

Tags: OptifySudarshanPatil/EthernetWebServer

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.0.0 with breaking changes ### Major Releases v2.0.0 1. Make **breaking** changes to permit coexistence with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries 2. Add and modified examples

v1.8.6

Toggle v1.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.6 to fix bug not supporting boards ### Releases v1.8.6 1. Fix bug not supporting boards. Check [Missing ESP definitions ..... khoih-prog#45](khoih-prog#45)

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.5 to add support to megaAVR ### Releases v1.8.5 1. Restore support to AVR Mega2560 2. Add support to megaAVR boards such as `Arduino Nano Every`, `UNO WiFi Rev 2` using `ATmega4809` MPU 2. Fix libb64 fallthrough compile warning

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.4 to fix libb64 compile error for ESP8266 ### Releases v1.8.4 1. Fix libb64 compile error for ESP8266. Check [multiple definition of base64 error with ver. 1.8.3 khoih-prog#44](khoih-prog#44) 2. Update `Packages' Patches`

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.3 to fix authenticate issue ### Releases v1.8.3 1. Fix authenticate issue caused by libb64

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.2 to fix wrong http status header ### Releases v1.8.2 1. Fix wrong http status header bug. Check [fix for wrong http status header khoih-prog#42](khoih-prog#42)

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.1 to fix String-related bug ### Releases v1.8.1 1. Fix bug related to String in library and examples

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.0 to reduce String usage ### Major Releases v1.8.0 1. Reduce usage of Arduino String with std::string 2. Optimize library code and examples by using **reference-passing instead of value-passing**. 3. Update `Packages' Patches`

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.7.1 to change PIO lib_compat_mode ### Releases v1.7.1 1. Change option for PIO `lib_compat_mode` from default `soft` to `strict` to minimize compile error in crosss-platform 2. Update `Packages' Patches` for many boards

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.7.0 to add support to Portenta_H7 ### Major Releases v1.7.0 1. Add support to **Portenta_H7** using [**Arduino mbed_portenta core**](https://github.com/arduino/ArduinoCore-mbed). 2. Update `Packages' Patches` for **Portenta_H7**