This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPRequest_Generic
Releases · khoih-prog/AsyncHTTPRequest_Generic
v1.13.0 to add support to ESP32 boards using `LwIP W6100 Ethernet`, to fix bug `_parseURL()`
Releases v1.13.0
- Add support to ESP32 boards using
LwIP W6100 Ethernet
- Fix bug of
_parseURL()
. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
v1.12.0 to add support to ESP32 boards using LwIP W5500 Ethernet and fix bug
Releases v1.12.0
- Add support to ESP32 boards using
LwIP W5500 Ethernet
- Fix bug. Check Fix "blank new line in chunk" bug #50
v1.11.0 to add support to ESP32 boards using LwIP ENC28J60 Ethernet and to use `allman astyle`
Releases v1.11.0
- Add support to ESP32 boards using LwIP ENC28J60 Ethernet
- Use
allman astyle
and addutils
. Restyle the library
v1.10.2 to default to reconnect to the same `host:port` after connected for new HTTP sites
Releases v1.10.2
- Default to reconnect to the same
host:port
after connected for new HTTP sites to avoid error with some WebServer. Check Host/Headers not always sent with 1.10.1 #44 - Use
allman astyle
with utils - Update
Packages' Patches
v1.10.1 to fix bug of wrong reqStates and to permit optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
Releases v1.10.1
- Fix bug of wrong
reqStates
. Check Release 1.9 breakes previously running code #39 and Callback behaviour is buggy (ESP8266) #43 - Optional larger
DEFAULT_RX_TIMEOUT
from default 3s, for slower networks
v1.10.0 to fix bug and clean-up
Releases v1.10.0
- Fix bug.
- Clean up
v1.9.2 not try to reconnect to the same host:port after already connected
Releases v1.9.2
- Not try to reconnect to the same
host:port
after connected. Check setReuse feature #12 - Update
Packages' Patches
v1.9.1 to fix ESP32 chipID for example AsyncHTTPRequest_ESP_WiFiManager and to remove dependency on LittleFS_esp32 library to prevent PIO error when using new ESP32 core v1.0.6+
Releases v1.9.1
- Fix ESP32 chipID for example AsyncHTTPRequest_ESP_WiFiManager
- Remove dependency on
LittleFS_esp32
library to prevent PIO error when using new ESP32 core v1.0.6+
v1.9.0 to fix long timeout if using `IPAddress`, to optimize code, etc.
Releases v1.9.0
- Fix long timeout if using
IPAddress
. Check setTimeout() hasn't any effect #38 - Optimize code
- Display only successful responseText in examples
- Improve debug messages by adding functions to display error messages instead of
cryptic error number
- Remove support to STM32 using LAN8720 due to problem with new STM32 core v2.3.0
- Update
Packages' Patches
v1.8.2 to fix library.properties to remove unavailable items from depends, etc.
Releases v1.8.2
- Fix library.properties to remove unavailable items from depends. Check Remove unavailable items from depends field of library.properties #35
- Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
- Fix compile error for AsyncHTTPRequest_ESP_WiFiManager example
- Update
Packages' Patches