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

Latest commit

 

History

History
71 lines (45 loc) · 3.22 KB

changelog.md

File metadata and controls

71 lines (45 loc) · 3.22 KB

AsyncHTTPRequest_Teensy41 Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of contents



Changelog

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

Releases 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

Releases v1.9.1

  1. Fix bug of wrong reqStates. Check Release 1.9 breaks previously running code #39 and Callback behaviour is buggy (ESP8266) #43.
  2. Optional larger DEFAULT_RX_TIMEOUT from default 3s, for slower networks

Releases v1.9.0

  1. Fix bug.
  2. Clean up

Releases v1.8.1

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

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

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