|
1 |
| -v4.0.0rc2 |
| 1 | +v4.0.0rc3 |
2 | 2 | =========
|
| 3 | + * Explicitly remove Expect header. When using the HttpClient class, the |
| 4 | + behavior for an HTTP POST request is different between .NET Framework and |
| 5 | + .NET Core. In the .NET Framework case, the client automatically adds an |
| 6 | + `Expect: 100-Continue` header. When the remote end does not send a 100 |
| 7 | + response, the client hangs waiting for it. This change explicitly removes |
| 8 | + that header for all HTTP requests. Fixes issue #9277. |
3 | 9 |
|
4 |
| - * Fix TouchActions Flick overload |
5 |
| - * Fixing doc string for Network Conditions methods |
6 |
| - * Adding support for Firefox and Chromium Android options |
7 |
| - * Coercing return type of GetCastSinks() to proper datatype |
8 |
| - * implement ability to open Safari inspector |
9 |
| - * implement getting and setting permissions on Safari |
10 |
| - * implement getting the context of Firefox commands |
11 |
| - * implement ability for Chrome and Edge to set applicable permissions on browser |
12 |
| - * implement ability to launch chromium application |
13 |
| - * implement chrome and edge support for casting to devices |
14 |
| - * Add --websocket-port command line argument for geckodriver |
15 |
| - * Restore ability to add headers to WebDriver HTTP commands |
16 |
| - * Move UserAgent class to main namespace |
17 |
| - * mark deprecated chromedriver commands as obsolete and implement new preferred command |
18 |
| - * Add version-independent method for overriding user agent via CDP |
19 |
| - * Add Bidi-compliant webSocketUrl capability |
20 |
| - * Make CDP sessions autodetect close of initial attached target |
21 |
| - * Update supported version of CDP to 94, remove 92 |
22 |
| - * Rename TerminateDevToolsSession to ResetDevToolsSession |
23 |
| - * Add ability to disconnect a CDP session |
24 |
| - * Add transformation for network responses via CDP |
| 10 | +v4.0.0rc2 |
| 11 | +========= |
| 12 | + * Fix TouchActions Flick overload |
| 13 | + * Fixing doc string for Network Conditions methods |
| 14 | + * Adding support for Firefox and Chromium Android options |
| 15 | + * Coercing return type of GetCastSinks() to proper datatype |
| 16 | + * implement ability to open Safari inspector |
| 17 | + * implement getting and setting permissions on Safari |
| 18 | + * implement getting the context of Firefox commands |
| 19 | + * implement ability for Chrome and Edge to set applicable permissions on browser |
| 20 | + * implement ability to launch chromium application |
| 21 | + * implement chrome and edge support for casting to devices |
| 22 | + * Add --websocket-port command line argument for geckodriver |
| 23 | + * Restore ability to add headers to WebDriver HTTP commands |
| 24 | + * Move UserAgent class to main namespace |
| 25 | + * mark deprecated chromedriver commands as obsolete and implement new preferred command |
| 26 | + * Add version-independent method for overriding user agent via CDP |
| 27 | + * Add Bidi-compliant webSocketUrl capability |
| 28 | + * Make CDP sessions autodetect close of initial attached target |
| 29 | + * Update supported version of CDP to 94, remove 92 |
| 30 | + * Rename TerminateDevToolsSession to ResetDevToolsSession |
| 31 | + * Add ability to disconnect a CDP session |
| 32 | + * Add transformation for network responses via CDP |
25 | 33 |
|
26 | 34 | v4.0.0rc1
|
27 | 35 | =========
|
|
0 commit comments