Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 117fb2a

Browse files
authored
v1.2.4
### Releases v1.2.4 1. Add back MD5/SHA1 authentication feature. 2. Add example, update README.md, clean up.
1 parent bcce8e9 commit 117fb2a

34 files changed

+118
-130
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
---
1010
---
1111

12-
### Releases v1.2.3.1
12+
### Releases v1.2.4
1313

1414
1. Add back MD5/SHA1 authentication feature.
1515
2. Add example, update README.md, clean up.
@@ -1600,7 +1600,7 @@ Submit issues to: [AsyncWebServer_STM32 issues](https://github.com/khoih-prog/As
16001600
---
16011601
---
16021602
1603-
### Releases v1.2.3.1
1603+
### Releases v1.2.4
16041604
16051605
1. Add back MD5/SHA1 authentication feature.
16061606
2. Add example, update README.md, clean up.

examples/AsyncFSBrowser_STM32/AsyncFSBrowser_STM32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/Async_AdvancedWebServer/Async_AdvancedWebServer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3838
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3939
40-
Version: 1.2.3a
40+
Version: 1.2.4
4141
4242
Version Modified By Date Comments
4343
------- ----------- ---------- -----------
4444
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
4545
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
46-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
46+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
4747
*****************************************************************************************************************************/
4848
/*
4949
Currently support

examples/Async_HelloServer/Async_HelloServer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/Async_HelloServer2/Async_HelloServer2.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/Async_HttpBasicAuth/Async_HttpBasicAuth.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/Async_PostServer/Async_PostServer.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/Async_RegexPatterns_STM32/Async_RegexPatterns_STM32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/Async_SimpleWebServer_STM32/Async_SimpleWebServer_STM32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

examples/WebClient/WebClient.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/AsyncWebServer_STM32
1010
Licensed under MIT license
1111
12-
Version: 1.2.3a
12+
Version: 1.2.4
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.2.3 K Hoang 02/09/2020 Initial coding for STM32 for built-in Ethernet (Nucleo-144, DISCOVERY, etc).
1717
Bump up version to v1.2.3 to sync with ESPAsyncWebServer v1.2.3
18-
1.2.3a K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
18+
1.2.4 K Hoang 05/09/2020 Add back MD5/SHA1 authentication feature.
1919
*****************************************************************************************************************************/
2020
/*
2121
Currently support

0 commit comments

Comments
 (0)