- 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
- Add support to ESP32 boards using
LwIP W5500 Ethernet
- Fix bug. Check Fix "blank new line in chunk" bug #50
- Add support to ESP32 boards using
LwIP ENC28J60 Ethernet
- 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
- 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
- Not try to reconnect to the same host:port after connected. Check setReuse feature #12
- Fix bug
- Fix compiler error in some cases
- Fix ESP32 chipID for example
AsyncHTTPSRequest_ESP_WiFiManager
- 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
- Increase
DEFAULT_RX_TIMEOUT
to30s
from3s
for slower networks. Check No result from github https query #8
- Breaking change to permit coexisting with AsyncHTTPRequest library to send and receive both HTTP and HTTPS.
- Add example AsyncHTTP_HTTPSRequest_ESP to demonstrate how to send HTTP and HTTPS requests to multiple addresses and receive responses from them.
- Add example AsyncHTTPSRequest_ESP_Multi to demonstrate how to send requests to multiple addresses and receive responses from them.
- Add support to new
ESP32-S3
- Add
LittleFS
support toESP32-C3
- Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
- Add complex example AsyncHTTPSRequest_ESP_WiFiManager
- Reduce the breaking effect of v1.2.0 by enabling compatibility with old code to include only
AsyncHTTPSRequest_Generic.h
- Modify to be compatible with AsyncTCP_SSL releases v1.2.0
- Add example multiFileProject to demo for multiple-file project.
- Fix
multiple-definitions
linker error and weird bug related tosrc_cpp
. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
- Auto detect ESP32 core to use for WT32_ETH01
- Fix bug in WT32_ETH01 examples to reduce connection time
- Add support to ESP32-based WT32_ETH01 using LAN8720 using either ESP32 core v1.0.6- or core v2.0.0+
- Add example for WT32_ETH01
- Initial coding to support Async HTTPS to ESP32, ESP32_S2 and ESP32_C3 using built-in WiFi