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

Releases: khoih-prog/AsyncHTTPRequest_Teensy41

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

01 Feb 20:30
362436a
Compare
Choose a tag to compare

Releases v1.10.0

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

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

10 Nov 18:46
3d26cb9
Compare
Choose a tag to compare

Release v1.9.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. Use allman astyle and add utils

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

21 Oct 23:30
fec47e1
Compare
Choose a tag to compare

v1.9.0 to fix bug and clean-up

21 Oct 04:59
711a420
Compare
Choose a tag to compare

Release v1.9.0

  1. Fix bug.
  2. Clean up

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

19 Oct 04:24
f581a35
Compare
Choose a tag to compare

Releases v1.8.1

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

v1.8.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 03:52
e5141ff
Compare
Choose a tag to compare

Releases v1.8.0

  1. Fix long timeout if using bad 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.7.1 to support Teensy 4.1 using QNEthernet Library

18 Mar 23:39
603f261
Compare
Choose a tag to compare

Releases v1.7.1

  1. Initial porting and coding for Teensy 4.1 using built-in QNEthernet
  2. Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1