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.5.0 to add support to ESP32 boards using `LwIP W6100 Ethernet`, to fix bugs of wrong `reqStates` and `_parseURL()`

01 Feb 04:43
e95ecd5
Compare
Choose a tag to compare

Releases v2.5.0

  1. Add support to ESP32 boards using LwIP W6100 Ethernet
  2. Fix bug of wrong reqStates. Check Callback behavior buggy #19
  3. Fix bug of _parseURL(). Check Bug with _parseURL() #21
  4. Improve README.md so that links can be used in other sites, such as PIO

v2.4.0 to add support to ESP32 boards using LwIP W5500 Ethernet and fix bug

01 Dec 00:40
03d8205
Compare
Choose a tag to compare

Releases v2.4.0

  1. Add support to ESP32 boards using LwIP W5500 Ethernet
  2. Fix bug. Check Fix "blank new line in chunk" bug #50

v2.3.0 to add support to ESP32 and LwIP ENC28J60 Ethernet

29 Nov 05:26
8a3260f
Compare
Choose a tag to compare

Releases v2.3.0

  1. 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

10 Nov 05:42
734a002
Compare
Choose a tag to compare

Releases v2.2.1

  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
  2. Use allman astyle and add utils

v2.2.0 to fix crash and memory leak

20 Oct 16:12
ea1b92c
Compare
Choose a tag to compare

v2.1.3 not try to reconnect to the same host:port after already connected

18 Oct 18:04
04a3237
Compare
Choose a tag to compare

Releases v2.1.3

  1. 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

18 Sep 06:55
0935d6f
Compare
Choose a tag to compare

Releases v2.1.2

  1. Fix bug
  2. Fix compiler error in some cases

v2.1.1 to fix ESP32 chipID for example AsyncHTTPSRequest_ESP_WiFiManager

10 Sep 03:37
73571bd
Compare
Choose a tag to compare

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.

03 Sep 02:45
a119a4d
Compare
Choose a tag to compare

Releases v2.1.0

  1. Fix long timeout if using bad or unreachable IPAddress
  2. Optimize code
  3. Display only successful responseText in examples
  4. Improve debug messages by adding functions to display error messages instead of cryptic error number

v2.0.1 to increase DEFAULT_RX_TIMEOUT to 30s from 3s

24 Mar 18:45
65fb33f
Compare
Choose a tag to compare

Releases v2.0.1

  1. Increase DEFAULT_RX_TIMEOUT to 30s from 3s for slower networks. Check No result from github https query #8