This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPSRequest_Generic
Releases · khoih-prog/AsyncHTTPSRequest_Generic
v2.5.0 to add support to ESP32 boards using `LwIP W6100 Ethernet`, to fix bugs of wrong `reqStates` and `_parseURL()`
v2.5.0 to add support to ESP32 boards using `LwIP W6100 Ethernet`, to fix bugs of wrong `reqStates` and `_parseURL()`
Latest
Releases v2.5.0
- Add support to ESP32 boards using
LwIP W6100 Ethernet
- Fix bug of wrong
reqStates
. Check Callback behavior buggy #19 - Fix bug of
_parseURL()
. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
v2.4.0 to add support to ESP32 boards using LwIP W5500 Ethernet and fix bug
Releases v2.4.0
- Add support to ESP32 boards using
LwIP W5500 Ethernet
- Fix bug. Check Fix "blank new line in chunk" bug #50
v2.3.0 to add support to ESP32 and LwIP ENC28J60 Ethernet
Releases v2.3.0
- Add support to ESP32 boards using
LwIP ENC28J60 Ethernet
v2.2.1 to default to reconnect to the same `host:port` after connected for new HTTPS sites
Releases v2.2.1
- Default to reconnect to the same
host:port
after connected for new HTTP sites. Check Host/Headers not always sent with 1.10.1 #44 and Getting 400 Bad Request on second call to same host #14 - Use
allman astyle
and addutils
v2.2.0 to fix crash and memory leak
Releases v2.2.0
- Fix crash when turn-on debug or start
- Fix memory leak. Check Having problemen with AsyncHTTPS memory leak #11 and Update for memleak in AsyncHTTPSRequest_Impl_Generic.h #13
v2.1.3 not try to reconnect to the same host:port after already connected
Releases v2.1.3
- Not try to reconnect to the same
host:port
after connected. Check setReuse feature #12
v2.1.2 to fix bug and fix compiler error in some cases
Releases v2.1.2
- Fix bug
- Fix compiler error in some cases
v2.1.1 to fix ESP32 chipID for example AsyncHTTPSRequest_ESP_WiFiManager
Releases v2.1.1
- Fix ESP32 chipID for example AsyncHTTPSRequest_ESP_WiFiManager
v2.1.0 to fix long timeout if using bad or unreachable `IPAddress`, to optimize code and to improve debug messages by adding functions to display error messages instead of `cryptic error number`, etc.
Releases v2.1.0
- Fix long timeout if using bad or unreachable
IPAddress
- Optimize code
- Display only successful
responseText
in examples - Improve debug messages by adding functions to display
error messages
instead ofcryptic error number
v2.0.1 to increase DEFAULT_RX_TIMEOUT to 30s from 3s
Releases v2.0.1
- Increase
DEFAULT_RX_TIMEOUT
to30s
from3s
for slower networks. Check No result from github https query #8