This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/Portenta_H7_AsyncHTTPRequest
Releases · khoih-prog/Portenta_H7_AsyncHTTPRequest
v1.5.0 to fix `_parseURL()` bug and to improve `README.md` so that links can be used in other sites, such as `PIO`
v1.5.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.5.0
- Fix bug of
_parseURL(). Check Bug with _parseURL() #21 - Improve
README.mdso that links can be used in other sites, such asPIO
v1.4.2 to default to reconnect to the same `host:port` after connected for new HTTP sites and to use `allman astyle`
Releases v1.4.2
- Default to reconnect to the same
host:portafter connected for new HTTP sites. Check Host/Headers not always sent with 1.10.1 #44 - Use
allman astyleand addutils
v1.4.1 to fix bug of wrong reqStates and to permit optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
Releases v1.4.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_TIMEOUTfrom default 3s, for slower networks
v1.4.0 to fix bug and clean-up
Releases v1.4.0
- Fix bug.
- Clean up
- Update
Packages' Patches
v1.3.1 not try to reconnect to the same host:port after already connected
Releases v1.3.1
- Not try to reconnect to the same
host:portafter connected. Check setReuse feature #12 - Update
Packages' Patches
v1.3.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.3.0
- Fix long timeout if using
IPAddress - Optimize code
- Display only successful
responseTextin examples - Improve debug messages by adding functions to display
error messagesinstead ofcryptic error number
v1.2.0 to reduce the breaking effect of v1.1.0 by enabling compatibility with old code to include only `Portenta_H7_AsyncHTTPRequest.h`
Releases v1.2.0
- Reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only
Portenta_H7_AsyncHTTPRequest.h - Add example multiFileProject to demo for multiple-file project
- Update
Packages' Patches
v1.1.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.1.0
- Fix
multiple-definitionslinker error. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passinginstead ofvalue-passing - Update all examples
v1.0.0 for Portenta_H7 boards
Initial Releases v1.0.0
- Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core with
Vision-shield EthernetotMurata WiFi