You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
### Releases v1.4.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](khoih-prog/AsyncHTTPRequest_Generic#44)
2. Use `allman astyle` and add `utils`
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+26-3
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,48 @@ Arduino IDE version: 1.8.19
31
31
`ArduinoCore-mbed` mbed_portenta core v3.4.1
32
32
Portenta_H7 Rev2 ABX00042
33
33
OS: Ubuntu 20.04 LTS
34
-
Linux xy-Inspiron-3593 5.15.0-50-generic #56~20.04.1-Ubuntu SMP Tue Sep 27 15:51:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
34
+
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
35
35
36
36
Context:
37
-
I encountered a crash when using this library
38
-
37
+
I encountered a crash while using this library
39
38
Steps to reproduce:
40
39
1. ...
41
40
2. ...
42
41
3. ...
43
42
4. ...
44
43
```
45
44
45
+
### Additional context
46
+
47
+
Add any other context about the problem here.
48
+
49
+
---
50
+
46
51
### Sending Feature Requests
47
52
48
53
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
49
54
50
55
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
51
56
57
+
---
58
+
52
59
### Sending Pull Requests
53
60
54
61
Pull Requests with changes and fixes are also welcome!
55
62
63
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
64
+
65
+
1. Change directory to the library GitHub
66
+
67
+
```
68
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/Portenta_H7_AsyncHTTPRequest_GitHub/
Copy file name to clipboardexpand all lines: changelog.md
+6
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
## Table of Contents
12
12
13
13
*[Changelog](#changelog)
14
+
*[Releases v1.4.2](#releases-v142)
14
15
*[Releases v1.4.1](#releases-v141)
15
16
*[Releases v1.4.0](#releases-v140)
16
17
*[Releases v1.3.1](#releases-v131)
@@ -24,6 +25,11 @@
24
25
25
26
## Changelog
26
27
28
+
### Releases v1.4.2
29
+
30
+
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/issues/44)
31
+
2. Use `allman astyle` and add `utils`
32
+
27
33
### Releases v1.4.1
28
34
29
35
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)
0 commit comments