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

Releases: khoih-prog/AsyncHTTPRequest_RP2040W

v1.3.0 to fix `_parseURL()` bug and to improve `README.md` so that links can be used in other sites, such as `PIO`

01 Feb 18:24
aa3f6ae
Compare
Choose a tag to compare

Release v1.3.0

  1. Fix bug of _parseURL(). Check Bug with _parseURL() #21
  2. Improve README.md so that links can be used in other sites, such as PIO

v1.2.2 to default to reconnect to the same `host:port` after connected for new HTTP sites. fix bug and to use `allman astyle`

10 Nov 18:11
d312ad4
Compare
Choose a tag to compare

Release v1.2.2

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

v1.2.1 to fix bug of wrong reqStates and to permit optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks

21 Oct 22:33
8d22b19
Compare
Choose a tag to compare

v1.2.0 to fix bug and clean-up

21 Oct 04:16
2d15aa3
Compare
Choose a tag to compare

Release v1.2.0

  1. Fix bug.
  2. Clean up

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

19 Oct 05:06
d71404c
Compare
Choose a tag to compare

Release v1.1.1

  1. Not try to reconnect to the same host:port after connected. Check setReuse feature #12

v1.1.0 to fix long timeout if using bad `IPAddress`, to optimize code and to improve debug messages by adding functions to display error messages instead of `cryptic error number`, etc.

02 Sep 02:36
7ade4d5
Compare
Choose a tag to compare

Release v1.1.0

  1. Fix long timeout if using 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

v1.0.1 to fix bug in examples

16 Aug 02:11
dfc9a04
Compare
Choose a tag to compare

Release v1.0.1

  1. Fix bug in examples

v1.0.0 to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+

14 Aug 05:19
06c5a97
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support RASPBERRY_PI_PICO_W with CYW43439 WiFi, using arduino-pico core v2.4.0+