This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPRequest_Teensy41
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`
v1.10.0 to fix `_parseURL()` bug and to improve `README.md` so that links can be used in other sites, such as `PIO`
Latest
Releases v1.10.0
- Fix
_parseURL()
bug. Check Bug with _parseURL() #21 - Improve
README.md
so that links can be used in other sites, such asPIO
v1.9.2 to default to reconnect to the same `host:port` after connected for new HTTP sites and to use `allman astyle`
Release v1.9.2
- 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 - Use
allman astyle
and addutils
v1.9.1 to fix bug of wrong reqStates and to permit optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower network
Release v1.9.1
- Fix bug of wrong
reqStates
. Check Release 1.9 breakes previously running code #39 and Callback behaviour is buggy (ESP8266) #43. - Optional larger
DEFAULT_RX_TIMEOUT
from default 3s, for slower networks
v1.9.0 to fix bug and clean-up
Release v1.9.0
- Fix bug.
- Clean up
v1.8.1 not try to reconnect to the same host:port after already connected
Releases v1.8.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.
Releases v1.8.0
- Fix long timeout if using bad
IPAddress
- Optimize code
- Display only successful r
esponseText
in examples - Improve debug messages by adding functions to display
error messages
instead ofcryptic error number
v1.7.1 to support Teensy 4.1 using QNEthernet Library
Releases v1.7.1
- Initial porting and coding for Teensy 4.1 using built-in QNEthernet
- Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1