|
1 | 1 | v4.30.0 |
2 | 2 | ====== |
3 | | -* [dotnet] Fix dev environment to run tests on Windows/MacOS (#15303) |
4 | | -* [dotnet] Fix sporadic build issue with selenium manager in msbuild |
5 | | -* [dotnet] Increment `WebDriver` towards nullability (#15228) |
6 | | -* [dotnet] Do not warn when passing in null driver paths to driver service (#15328) |
7 | | -* [dotnet] Add `SystemClock` singleton (#15285) |
8 | | -* [dotnet] Remove obsoleted members/types for 4.30 (#15342) |
9 | | -* [dotnet] Parse response before deserialization (#15268) |
10 | | -* [dotnet] Address some nullability warnings in driver options |
11 | | -* [dotnet] Make internal console writer more flexible via taking TextWriter only (#15346) |
12 | | -* [dotnet] Annotate nullability on most remaining types (#15257) |
13 | | -* [dotnet] Annotate CDP as AOT-unsafe (#14637) |
14 | | -* [dotnet] Fix placement of obsolete argument in ConsoleLogHandler |
15 | | -* [dotnet] Annotate nullability on more of `WebElement` (#15230) |
16 | | -* [dotnet] Annotate nullable reference types on CDP-generated code (#15255) |
17 | | -* [dotnet] Simplify and nullable annotate `DriverFinder` (#15232) |
18 | | -* [dotnet] Annotate nullability on `WebDriver.SessionId` (#15350) |
19 | | -* [dotnet] Enable nullability on remote file download APIs (#15351) |
20 | | -* [dotnet] Annotate nullability on elements and `WebDriver` (#15352) |
21 | | -* [dotnet] Annotate nullability on capabilities types (#15353) |
22 | | -* [dotnet] Enable Nullable Reference Types (#15354) |
23 | | -* [dotnet] Trim away CDP when publishing AOT apps (#15217) |
24 | | -* [dotnet] [bidi] Order command properties in json to simplify logs reading |
25 | | -* [dotnet] [bidi] Add SetFiles command in Input module (#15392) |
26 | | -* [dotnet] [bidi] Added UnhandledPromptBehavior for new session capability (#15391) |
27 | | -* [dotnet] [bidi] Encapsulate transport inside `Broker` (#15423) |
28 | | -* [dotnet] [bidi] Align `Scipt.LocalValue.Map` with spec (#15395) |
29 | | -* [dotnet] [bidi] Make `DisposeAsyncCore` protected |
30 | | -* [dotnet] [bidi] Make `LocalValue` types not nested (#15428) |
31 | | -* [dotnet] [bidi] Migrate RemoteValue to separate types (#15426) |
32 | | -* [dotnet] [bidi] Reuse RegExpValue in script Local/Remote values |
33 | | -* [dotnet] [bidi] Make `PartitionDescriptor` as not nested (#15435) |
34 | | -* [dotnet] [bidi] Make `UrlPattern` as not nested (#15434) |
35 | | -* [dotnet] [bidi] Make script `Target` as not nested (#15436) |
36 | | -* [dotnet] [bidi] Make `LogEntry` as not nested (#15432) |
| 3 | +* Fix dev environment to run tests on Windows/MacOS (#15303) |
| 4 | +* Fix sporadic build issue with selenium manager in msbuild |
| 5 | +* Increment `WebDriver` towards nullability (#15228) |
| 6 | +* Do not warn when passing in null driver paths to driver service (#15328) |
| 7 | +* Add `SystemClock` singleton (#15285) |
| 8 | +* Remove obsoleted members/types for 4.30 (#15342) |
| 9 | +* Parse response before deserialization (#15268) |
| 10 | +* Address some nullability warnings in driver options |
| 11 | +* Make internal console writer more flexible via taking TextWriter only (#15346) |
| 12 | +* Annotate nullability on most remaining types (#15257) |
| 13 | +* Annotate CDP as AOT-unsafe (#14637) |
| 14 | +* Fix placement of obsolete argument in ConsoleLogHandler |
| 15 | +* Annotate nullability on more of `WebElement` (#15230) |
| 16 | +* Annotate nullable reference types on CDP-generated code (#15255) |
| 17 | +* Simplify and nullable annotate `DriverFinder` (#15232) |
| 18 | +* Annotate nullability on `WebDriver.SessionId` (#15350) |
| 19 | +* Enable nullability on remote file download APIs (#15351) |
| 20 | +* Annotate nullability on elements and `WebDriver` (#15352) |
| 21 | +* Annotate nullability on capabilities types (#15353) |
| 22 | +* Enable Nullable Reference Types (#15354) |
| 23 | +* Trim away CDP when publishing AOT apps (#15217) |
| 24 | +* [bidi] Order command properties in json to simplify logs reading |
| 25 | +* [bidi] Add SetFiles command in Input module (#15392) |
| 26 | +* [bidi] Added UnhandledPromptBehavior for new session capability (#15391) |
| 27 | +* [bidi] Encapsulate transport inside `Broker` (#15423) |
| 28 | +* [bidi] Align `Scipt.LocalValue.Map` with spec (#15395) |
| 29 | +* [bidi] Make `DisposeAsyncCore` protected |
| 30 | +* [bidi] Make `LocalValue` types not nested (#15428) |
| 31 | +* [bidi] Migrate RemoteValue to separate types (#15426) |
| 32 | +* [bidi] Reuse RegExpValue in script Local/Remote values |
| 33 | +* [bidi] Make `PartitionDescriptor` as not nested (#15435) |
| 34 | +* [bidi] Make `UrlPattern` as not nested (#15434) |
| 35 | +* [bidi] Make script `Target` as not nested (#15436) |
| 36 | +* [bidi] Make `LogEntry` as not nested (#15432) |
37 | 37 | * [cdp] add support for 134 and remove 131 |
38 | 38 | * [cdp] remove support for v85 since no longer required by Firefox |
39 | | -* [dotnet] [bidi] Make `BytesValue` not nested (#15433) |
40 | | -* [dotnet] [bidi] Make input `Actions` as not nested (#15437) |
41 | | -* [dotnet] [bidi] Make `ProxyConfiguration` as not nested (#15438) |
42 | | -* [dotnet] [bidi] Make `Locator` types as not nested (#15429) |
43 | | -* [dotnet] [bidi] Make `ClipRectangle` as not nested (#15431) |
44 | | -* [dotnet] [bidi] Make `RealmInfo` as not nested (#15444) |
45 | | -* [dotnet] [bidi] Make input `Origin` as not nested (#15445) |
| 39 | +* [bidi] Make `BytesValue` not nested (#15433) |
| 40 | +* [bidi] Make input `Actions` as not nested (#15437) |
| 41 | +* [bidi] Make `ProxyConfiguration` as not nested (#15438) |
| 42 | +* [bidi] Make `Locator` types as not nested (#15429) |
| 43 | +* [bidi] Make `ClipRectangle` as not nested (#15431) |
| 44 | +* [bidi] Make `RealmInfo` as not nested (#15444) |
| 45 | +* [bidi] Make input `Origin` as not nested (#15445) |
46 | 46 |
|
47 | 47 | v4.29.0 |
48 | 48 | ====== |
|
0 commit comments