Commit Graph

177 Commits

Author SHA1 Message Date
Khoi Hoang
d0eec9da72 Delete check-arduino.yml 2022-11-17 23:19:02 -05:00
Khoi Hoang
c81b3c70de Update .github 2022-11-17 20:04:13 -05:00
Khoi Hoang
0de65ee0c3 Add files via upload 2022-11-17 20:03:57 -05:00
Khoi Hoang
47ec3ea981 v1.10.2 default to reconnect to the same host:port
### Releases v1.10.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](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues44)
2. Use `allman astyle` with utils
3. Update `Packages' Patches`
v1.10.2
2022-11-09 23:49:42 -05:00
Khoi Hoang
004b5218d5 Update .github 2022-11-09 23:48:41 -05:00
Khoi Hoang
639ce917e5 v1.10.2 default to reconnect to the same host:port
### Releases v1.10.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](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues44)
2. Update `Packages' Patches`
2022-11-09 23:46:36 -05:00
Khoi Hoang
89acc339e0 Update Packages' Patches 2022-11-09 23:44:57 -05:00
Khoi Hoang
d78618d4b4 Update Packages' Patches 2022-10-26 18:49:00 -04:00
Khoi Hoang
7b6913932c Update Packages' Patches 2022-10-26 18:48:12 -04:00
Khoi Hoang
a91b9a48be v1.10.1 to fix bug of wrong reqStates
### Releases v1.10.1

1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43)
2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
v1.10.1
2022-10-21 15:12:46 -04:00
Khoi Hoang
e97224acf8 v1.10.1 to fix bug of wrong reqStates
### Releases v1.10.1

1. Fix bug of wrong `reqStates`
2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
2022-10-21 15:11:17 -04:00
Khoi Hoang
40e15e30f9 v1.10.1 to fix bug of wrong reqStates
### Releases v1.10.1

1. Fix bug of wrong `reqStates`
2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
2022-10-21 15:09:41 -04:00
Khoi Hoang
fb494cae0f v1.10.0 to fix bug and clean-up
### Releases v1.10.0

1. Fix bug.
2. Clean up
v1.10.0
2022-10-20 16:58:27 -04:00
Khoi Hoang
dc076f7fc1 v1.10.0 to fix bug and clean-up
### Releases v1.10.0

1. Fix bug.
2. Clean up
2022-10-20 16:56:12 -04:00
Khoi Hoang
89d10346df v1.10.0 to fix bug and clean-up
### Releases v1.10.0

1. Fix bug.
2. Clean up
2022-10-20 16:54:51 -04:00
Khoi Hoang
89079c915e v1.9.2 not to reconnect after connected
### Releases v1.9.2

1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/12)
2. Update `Packages' Patches`
v1.9.2
2022-10-18 22:42:35 -04:00
Khoi Hoang
5bdf91736a v1.9.2 not to reconnect after connected
### Releases v1.9.2

1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/12)
2. Update `Packages' Patches`
2022-10-18 22:40:07 -04:00
Khoi Hoang
79f62c3f4a v1.9.2 not to reconnect after connected
### Releases v1.9.2

1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/12)
2. Update `Packages' Patches`
2022-10-18 22:36:53 -04:00
Khoi Hoang
dcdf3dc5f9 Update Packages' Patches 2022-10-18 22:35:39 -04:00
Khoi Hoang
a1d91e3f3c v1.9.1 to fix ESP32 chipID
### Releases v1.9.1

1. Fix ESP32 chipID for example `AsyncHTTPRequest_ESP_WiFiManager`
2. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
v1.9.1
2022-09-09 23:06:15 -04:00
Khoi Hoang
7eb3b1b470 v1.9.1 to fix ESP32 chipID
### Releases v1.9.1

1. Fix ESP32 chipID for example `AsyncHTTPRequest_ESP_WiFiManager`
2. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
2022-09-09 23:04:17 -04:00
Khoi Hoang
3b52e27f7c Fix typo 2022-09-09 11:51:08 -04:00
Khoi Hoang
b393a7efb7 Update .github v1.9.0 2022-08-30 23:03:26 -04:00
Khoi Hoang
ac4e403d0e v1.9.0 to fix bug and optimize code
### Releases v1.9.0

1. Fix long timeout if using `IPAddress`. Check [setTimeout() hasn't any effect #38](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/38)
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`
5. Remove support to STM32 using **LAN8720** due to problem with new STM32 core v2.3.0
5. Update `Packages' Patches`
2022-08-30 23:02:23 -04:00
Khoi Hoang
07e2add996 v1.9.0 to fix bug and optimize code
### Releases v1.9.0

1. Fix long timeout if using `IPAddress`. Check [setTimeout() hasn't any effect #38](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/38)
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`
5. Remove support to STM32 using **LAN8720** due to problem with new STM32 core v2.3.0
5. Update `Packages' Patches`
2022-08-30 22:59:23 -04:00
Khoi Hoang
dabf181406 Update Packages' Patches 2022-08-30 22:57:28 -04:00
Khoi Hoang
31d4898bca Delete hal_conf_extra.h 2022-08-30 22:27:32 -04:00
Khoi Hoang
a369b02a42 Delete defines.h 2022-08-30 22:27:27 -04:00
Khoi Hoang
7181a61fe8 Delete AsyncWebClientRepeating_STM32_LAN8720.ino 2022-08-30 22:27:18 -04:00
Khoi Hoang
8ac696f5f1 Delete hal_conf_extra.h 2022-08-30 22:27:13 -04:00
Khoi Hoang
6f98b65cc3 Delete defines.h 2022-08-30 22:27:08 -04:00
Khoi Hoang
465a066a53 Delete AsyncSimpleGET_STM32_LAN8720.ino 2022-08-30 22:27:03 -04:00
Khoi Hoang
2999d23cc4 Delete hal_conf_extra.h 2022-08-30 22:26:58 -04:00
Khoi Hoang
58a459dfc3 Delete defines.h 2022-08-30 22:26:53 -04:00
Khoi Hoang
11d003f933 Delete AsyncHTTPRequest_STM32_LAN8720.ino 2022-08-30 22:26:48 -04:00
Khoi Hoang
86fed3ed9a Delete hal_conf_extra.h 2022-08-30 22:26:43 -04:00
Khoi Hoang
1cb2389f2c Delete defines.h 2022-08-30 22:26:39 -04:00
Khoi Hoang
1c15770110 Delete AsyncDweetPost_STM32_LAN8720.ino 2022-08-30 22:26:35 -04:00
Khoi Hoang
61801ad6dd Delete hal_conf_extra.h 2022-08-30 22:26:27 -04:00
Khoi Hoang
0cb2e29f9c Delete defines.h 2022-08-30 22:26:23 -04:00
Khoi Hoang
ce47c21b52 Delete AsyncDweetGet_STM32_LAN8720.ino 2022-08-30 22:26:18 -04:00
Khoi Hoang
90fb4289e6 Delete hal_conf_extra.h 2022-08-30 22:26:12 -04:00
Khoi Hoang
073cd4560a Delete defines.h 2022-08-30 22:26:07 -04:00
Khoi Hoang
1c9b6b728f Delete AsyncCustomHeader_STM32_LAN8720.ino 2022-08-30 22:26:03 -04:00
Khoi Hoang
2b193f78d3 Fix redundancy in example
Check [Redundant code #36](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/36)
2022-08-20 12:03:14 -04:00
Khoi Hoang
d6e0fbac77 Add stale.yml v1.8.2 2022-08-10 15:37:58 -04:00
Khoi Hoang
cf0fd6cf93 v1.8.2 to fix library.properties, etc.
### Releases v1.8.2

1. Fix library.properties to remove unavailable items from depends. Check [Remove unavailable items from depends field of library.properties #35](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35)
2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
3. Fix compile error for [AsyncHTTPRequest_ESP_WiFiManager example](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP_WiFiManager)
4. Update `Packages' Patches`
2022-08-10 15:36:35 -04:00
Khoi Hoang
0948b9989e v1.8.2 to fix library.properties, etc.
### Releases v1.8.2

1. Fix library.properties to remove unavailable items from depends. Check [Remove unavailable items from depends field of library.properties #35](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35)
2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
3. Fix compile error for [AsyncHTTPRequest_ESP_WiFiManager example](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP_WiFiManager)
4. Update `Packages' Patches`
2022-08-10 15:32:34 -04:00
Khoi Hoang
5871d154ba Update Packages' Patches 2022-08-10 15:29:26 -04:00
Khoi Hoang
c4251541d8 Update Packages' Patches 2022-08-10 15:28:49 -04:00