Khoi Hoang
|
c9be0bdaab
|
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)
2. Add ESP32-S2 support
3. Tested with [**Latest ESP32 Core 1.0.5**](https://github.com/espressif/arduino-esp32) for ESP32-based boards.
|
2021-02-25 16:51:32 -05:00 |
|
Khoi Hoang
|
b691c1b98b
|
v1.1.2
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11)
2. Fix compiler warnings.
|
2021-02-11 14:48:08 -05:00 |
|
Khoi Hoang
|
233dbbbbcd
|
v1.1.1
### Releases v1.1.1
1. Prevent crash if request and/or method not correct.
|
2020-12-23 23:35:07 -05:00 |
|
Khoi Hoang
|
e7dabe52bc
|
Releases v1.1.0
### Releases v1.1.0
1. Add HTTP PUT, PATCH, DELETE and HEAD methods. Check [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5)
2. Add Table of Contents
3. Add Version String
|
2020-12-23 17:35:01 -05:00 |
|
Khoi Hoang
|
b5831c36a1
|
v1.0.2
### Releases v1.0.2
1. Make Mutex Lock and delete more reliable and error-proof to prevent random crash.
|
2020-11-09 03:59:44 -05:00 |
|