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.0.0 with breaking change to permit coexisting with AsyncHTTPRequest library to send and receive both HTTP and HTTPS and to add example to demonstrate how to send HTTP and HTTPS requests to multiple addresses
Releases v2.0.0
- 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.
v1.4.1 to add example AsyncHTTPSRequest_ESP_Multi to demo how to connect to multiple addresses
Releases v1.4.1
- Add example AsyncHTTPSRequest_ESP_Multi to demonstrate how to send requests to multiple addresses and receive responses from them.
v1.4.0 to add support to new ESP32-S3, to add LittleFS support to `ESP32-C3` and to use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for ESP32 core v2.0.0+
Releases v1.4.0
- 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
v1.3.0 to reduce the breaking effect of v1.2.0 by enabling compatibility with old code to include only `AsyncHTTPSRequest_Generic.h` and to modify to be compatible with AsyncTCP_SSL releases v1.2.0+
Releases v1.3.0
- 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.
v1.2.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.2.0
- Fix
multiple-definitions
linker error. 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
v1.1.1 to auto detect ESP32 core to use for WT32_ETH01 and fix bug in WT32_ETH01 examples to reduce connection time
Releases v1.1.1
Warning: Releases v1.1.1+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6- for WT32_ETH01
- Auto detect ESP32 core to use for WT32_ETH01
- Fix bug in WT32_ETH01 examples to reduce connection time
v1.1.0 to add support to WT32_ETH01 (ESP32_S1 + LAN8720)
Releases v1.1.0
- 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
v1.0.0 to support Async HTTPS to ESP32, ESP32_S2 and ESP32_C3 using built-in WiFi
Releases v1.0.0
- Initial coding to support Async HTTPS to ESP32, ESP32_S2 and ESP32_C3 using built-in WiFi