Khoi Hoang
cad009d718
v1.13.0 for LwIP W6100 and fix bug
...
### Releases v1.13.0
1. Add support to ESP32 boards using `LwIP W6100 Ethernet`
2. Fix bug of `_parseURL()`. Check [Bug with _parseURL() #21 ](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/21 )
3. Improve `README.md` so that links can be used in other sites, such as `PIO`
2023-02-01 00:53:15 -05:00
Khoi Hoang
c84d355d1b
v1.12.0 for ESP32 and LwIP W5500 Ethernet
...
### Releases v1.12.0
1. Add support to ESP32 boards using `LwIP W5500 Ethernet`
2. Fix bug. Check [Fix "blank new line in chunk" bug #50 ](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/50 )
2022-11-30 17:10:20 -05:00
Khoi Hoang
9647523b2a
v1.11.0 for ESP32 and LwIP ENC28J60 Ethernet
...
### Releases v1.11.0
1. Add support to ESP32 boards using LwIP ENC28J60 Ethernet
2. Use `allman astyle` and add `utils`. Restyle the library
2022-11-28 23:19:15 -05:00
Khoi Hoang
4b56b009c7
Update README.md and use allman astyle
2022-11-23 17:06:13 -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
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
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
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
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
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
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
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
b9102c90b5
v1.8.0 to add support to ESP8266 using W5x00
...
### Releases v1.8.0
1. Add support to ESP8266 using W5x00 with [**lwIP_w5100**](https://github.com/esp8266/Arduino/tree/master/libraries/lwIP_w5100 ) or [**lwIP_w5500**](https://github.com/esp8266/Arduino/tree/master/libraries/lwIP_w5500 ) library
2. Add example [AsyncHTTPRequest_ESP8266_Ethernet](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP8266_Ethernet ) to demo the new feature.
3. Update `Packages' Patches`
2022-04-13 22:37:41 -04:00
Khoi Hoang
3eed2218ce
Update WT32_ETH01 examples
...
Using correct `WT32_ETH01_isConnected()` for Ethernet status
2022-03-22 13:23:17 -04:00
Khoi Hoang
98733a6c4a
v1.7.1 for multi-address requests
2022-02-25 20:30:57 -05:00
Khoi Hoang
eed2745dfb
Fix bug
2022-02-12 14:18:20 -05:00
Khoi Hoang
f95cc9ee90
v1.7.0 to add support to ESP32-S3
...
### Releases v1.7.0
1. Add support to new `ESP32-S3`
2. Add `LittleFS` support to `ESP32-C3`
3. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
2022-02-11 23:39:39 -05:00
Khoi Hoang
9267f40827
v1.6.0 to reduce v1.5.0 breaking effect
...
### Releases v1.6.0
1. Reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only `AsyncHTTPRequest_Generic.h`
2. Update `Packages' Patches`
2022-01-23 19:16:33 -05:00
Khoi Hoang
5bff077888
v1.5.0 to fix multiple-definitions linker error
...
### Releases v1.5.0
1. Fix `multiple-definitions` linker error and weird bug related to `src_cpp`. Check [Different behaviour using the src_cpp or src_h lib #80 ](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80 )
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples
2021-12-30 16:53:18 -05:00
Khoi Hoang
9bf7a201c9
v1.5.0 to fix multiple-definitions linker error
...
### Releases v1.5.0
1. Fix `multiple-definitions` linker error and weird bug related to `src_cpp`. Check [Different behaviour using the src_cpp or src_h lib #80 ](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80 )
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples
2021-12-30 16:40:14 -05:00
Khoi Hoang
569da2d1d6
v1.4.1 to auto detect ESP32 core
...
#### Releases v1.4.1
##### Warning: Releases v1.4.1+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6- for WT32_ETH01
1. Auto detect ESP32 core to use for WT32_ETH01
2. Fix bug in WT32_ETH01 examples to reduce connection time
2021-11-29 02:02:35 -05:00
Khoi Hoang
96eb8f8724
v1.3.0 to add support to WT32_ETH01 boards
...
### Releases v1.3.0
1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards
2. Add examples with new features
2021-07-10 00:19:34 -04:00
Khoi Hoang
89913afc29
v1.2.0 to add support to LAN8720 for STM32
...
### Releases v1.2.0
1. Add support to **LAN8720** Ethernet for many **STM32F4** (F407xx, NUCLEO_F429ZI) and **STM32F7** (DISCO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG) boards.
2. Add LAN8720 examples
3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
4. Update ESP_WiFiManager-related example to fix multiWiFi timings to work better with latest esp32 core v1.0.6
2021-04-12 00:32:52 -04:00
Khoi Hoang
0fd4700d36
v1.1.5
...
### Releases v1.1.5
1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP ). Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4 ) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2 ).
2021-03-22 20:22:33 -04:00
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
87984ddf22
Add example AsyncHTTPMultiRequests_ESP
2021-02-03 23:09:11 -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
Khoi Hoang
7635f3df69
v1.0.1
...
### Releases v1.0.1
1. Restore cpp code besides Impl.h code to use in case of `multiple definition` linker error. Thanks to [Daniel Brunner](https://github.com/0xFEEDC0DE64 ) to report and make PR in [**Fixed linker errors when included in multiple .cpp files**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/1 ). See [**HOWTO Fix `Multiple Definitions` Linker Error**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic#HOWTO-Fix-Multiple-Definitions-Linker-Error )
2020-10-09 16:06:03 -04:00
Khoi Hoang
47fd60f7ca
Add more examples
2020-09-15 14:24:44 -04:00