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

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`

01 Feb 16:42
3880396
Compare
Choose a tag to compare

Releases v1.5.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.4.2 to default to reconnect to the same `host:port` after connected for new HTTP sites and to use `allman astyle`

10 Nov 19:26
291f1d6
Compare
Choose a tag to compare

Releases v1.4.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.4.1 to fix bug of wrong reqStates and to permit optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks

21 Oct 23:01
3c56997
Compare
Choose a tag to compare

v1.4.0 to fix bug and clean-up

21 Oct 03:23
d581e81
Compare
Choose a tag to compare

Releases v1.4.0

  1. Fix bug.
  2. Clean up
  3. Update Packages' Patches

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

19 Oct 03:35
997c6fa
Compare
Choose a tag to compare

Releases v1.3.1

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

02 Sep 05:03
118729b
Compare
Choose a tag to compare

Releases v1.3.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.2.0 to reduce the breaking effect of v1.1.0 by enabling compatibility with old code to include only `Portenta_H7_AsyncHTTPRequest.h`

24 Jan 20:10
f57ee4a
Compare
Choose a tag to compare

Releases v1.2.0

  1. Reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only Portenta_H7_AsyncHTTPRequest.h
  2. Add example multiFileProject to demo for multiple-file project
  3. 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`

31 Dec 03:30
e23200d
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix multiple-definitions linker error. Check Different behaviour using the src_cpp or src_h lib #80
  2. Optimize library code by using reference-passing instead of value-passing
  3. Update all examples

v1.0.0 for Portenta_H7 boards

15 Oct 05:37
fa2d61d
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support Portenta_H7 boards such as Portenta_H7 Rev2 ABX00042, etc., using ArduinoCore-mbed mbed_portenta core with Vision-shield Ethernet ot Murata WiFi