mirror of
https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git
synced 2025-07-31 02:47:14 +02:00
v1.1.4
### Releases v1.1.4 1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
This commit is contained in:
@ -18,6 +18,7 @@
|
|||||||
* [Principles of operation](#principles-of-operation)
|
* [Principles of operation](#principles-of-operation)
|
||||||
* [Currently supported Boards](#currently-supported-boards)
|
* [Currently supported Boards](#currently-supported-boards)
|
||||||
* [Changelog](#changelog)
|
* [Changelog](#changelog)
|
||||||
|
* [Releases v1.1.4](#releases-v114)
|
||||||
* [Releases v1.1.3](#releases-v113)
|
* [Releases v1.1.3](#releases-v113)
|
||||||
* [Releases v1.1.2](#releases-v112)
|
* [Releases v1.1.2](#releases-v112)
|
||||||
* [Releases v1.1.1](#releases-v111)
|
* [Releases v1.1.1](#releases-v111)
|
||||||
@ -152,6 +153,10 @@ This library is based on, modified from:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Releases v1.1.4
|
||||||
|
|
||||||
|
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
|
||||||
|
|
||||||
### Releases v1.1.3
|
### Releases v1.1.3
|
||||||
|
|
||||||
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)
|
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)
|
||||||
@ -1080,6 +1085,10 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro
|
|||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
|
### Releases v1.1.4
|
||||||
|
|
||||||
|
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
|
||||||
|
|
||||||
### Releases v1.1.3
|
### Releases v1.1.3
|
||||||
|
|
||||||
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)
|
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)
|
||||||
|
@ -8,5 +8,5 @@ paragraph=This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATC
|
|||||||
category=Communication,AsyncTCP,AsyncHTTP
|
category=Communication,AsyncTCP,AsyncHTTP
|
||||||
url=https://github.com/khoih-prog/AsyncHTTPRequest_Generic
|
url=https://github.com/khoih-prog/AsyncHTTPRequest_Generic
|
||||||
architectures=*
|
architectures=*
|
||||||
depends=AsyncTCP,ESP AsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,LittleFS_esp32
|
depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,LittleFS_esp32
|
||||||
includes=AsyncHTTPRequest_Generic.h
|
includes=AsyncHTTPRequest_Generic.h
|
||||||
|
Reference in New Issue
Block a user