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

Releases: khoih-prog/AsyncHTTPRequest_Generic

v1.13.0 to add support to ESP32 boards using `LwIP W6100 Ethernet`, to fix bug `_parseURL()`

Choose a tag to compare

@khoih-prog khoih-prog released this 01 Feb 06:02
dc88bb0

Releases v1.13.0

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

v1.12.0 to add support to ESP32 boards using LwIP W5500 Ethernet and fix bug

Choose a tag to compare

@khoih-prog khoih-prog released this 30 Nov 22:14
06c7220

Releases v1.12.0

  1. Add support to ESP32 boards using LwIP W5500 Ethernet
  2. 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`

Choose a tag to compare

@khoih-prog khoih-prog released this 29 Nov 04:26
6fdfafd

Releases v1.11.0

  1. Add support to ESP32 boards using LwIP ENC28J60 Ethernet
  2. Use allman astyle and add utils. Restyle the library

v1.10.2 to default to reconnect to the same `host:port` after connected for new HTTP sites

Choose a tag to compare

@khoih-prog khoih-prog released this 10 Nov 04:51
47ec3ea

Releases v1.10.2

  1. 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
  2. Use allman astyle with utils
  3. 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

Choose a tag to compare

@khoih-prog khoih-prog released this 21 Oct 19:14
a91b9a4

Releases v1.10.1

  1. Fix bug of wrong reqStates. Check Release 1.9 breakes previously running code #39 and Callback behaviour is buggy (ESP8266) #43
  2. Optional larger DEFAULT_RX_TIMEOUT from default 3s, for slower networks

v1.10.0 to fix bug and clean-up

Choose a tag to compare

@khoih-prog khoih-prog released this 20 Oct 21:00
fb494ca

Releases v1.10.0

  1. Fix bug.
  2. Clean up

v1.9.2 not try to reconnect to the same host:port after already connected

Choose a tag to compare

@khoih-prog khoih-prog released this 19 Oct 02:43
89079c9

Releases v1.9.2

  1. Not try to reconnect to the same host:port after connected. Check setReuse feature #12
  2. 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+

Choose a tag to compare

@khoih-prog khoih-prog released this 10 Sep 03:09
a1d91e3

Releases v1.9.1

  1. Fix ESP32 chipID for example AsyncHTTPRequest_ESP_WiFiManager
  2. 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.

Choose a tag to compare

@khoih-prog khoih-prog released this 31 Aug 03:08
b393a7e

Releases v1.9.0

  1. Fix long timeout if using IPAddress. Check setTimeout() hasn't any effect #38
  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
  5. Remove support to STM32 using LAN8720 due to problem with new STM32 core v2.3.0
  6. Update Packages' Patches

v1.8.2 to fix library.properties to remove unavailable items from depends, etc.

Choose a tag to compare

@khoih-prog khoih-prog released this 10 Aug 19:40
d6e0fba

Releases v1.8.2

  1. Fix library.properties to remove unavailable items from depends. Check Remove unavailable items from depends field of library.properties #35
  2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
  3. Fix compile error for AsyncHTTPRequest_ESP_WiFiManager example
  4. Update Packages' Patches