Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

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

27 Feb 06:13
b60a54a
Compare
Choose a tag to compare

Releases v2.0.0

  1. Breaking change to permit coexisting with AsyncHTTPRequest library to send and receive both HTTP and HTTPS.
  2. 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

26 Feb 02:45
9fb2548
Compare
Choose a tag to compare

Releases v1.4.1

  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+

12 Feb 06:08
1debdd6
Compare
Choose a tag to compare

Releases v1.4.0

  1. Add support to new ESP32-S3
  2. Add LittleFS support to ESP32-C3
  3. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
  4. 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+

24 Jan 03:21
824980f
Compare
Choose a tag to compare

Releases v1.3.0

  1. Reduce the breaking effect of v1.2.0 by enabling compatibility with old code to include only AsyncHTTPSRequest_Generic.h
  2. Modify to be compatible with AsyncTCP_SSL releases v1.2.0
  3. 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`

31 Dec 02:23
029ff5b
Compare
Choose a tag to compare

Releases v1.2.0

  1. Fix multiple-definitions linker error. Check Different behaviour using the src_cpp or src_h lib #80
  2. Optimize library code by using reference-passing instead of value-passing
  3. 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

29 Nov 08:17
3ad3181
Compare
Choose a tag to compare

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
  1. Auto detect ESP32 core to use for WT32_ETH01
  2. Fix bug in WT32_ETH01 examples to reduce connection time

v1.1.0 to add support to WT32_ETH01 (ESP32_S1 + LAN8720)

23 Oct 22:17
b1acfe1
Compare
Choose a tag to compare

Releases v1.1.0

  1. Add support to ESP32-based WT32_ETH01 using LAN8720 using either ESP32 core v1.0.6- or core v2.0.0+
  2. Add example for WT32_ETH01

v1.0.0 to support Async HTTPS to ESP32, ESP32_S2 and ESP32_C3 using built-in WiFi

23 Oct 05:20
171d22b
Compare
Choose a tag to compare

Releases v1.0.0

  1. Initial coding to support Async HTTPS to ESP32, ESP32_S2 and ESP32_C3 using built-in WiFi