Skip to content

Commit a000fbb

Browse files
committed
tidy up change logs
1 parent 70e88fb commit a000fbb

File tree

6 files changed

+69
-68
lines changed

6 files changed

+69
-68
lines changed

dotnet/CHANGELOG

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
v4.30.0
22
======
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)
3737
* [cdp] add support for 134 and remove 131
3838
* [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)
4646

4747
v4.29.0
4848
======

java/CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ v4.30.0
44
* [grid] remove indirection in cache structures
55
* [grid] remove not reachable code
66
* [grid] Add traces for event stop session in Node (#15348)
7-
* [grid] Introduced new variable for server start timeout (#15345)
8-
* [java] remove usage of deprecated SemanticAttributes class #15384
7+
* [grid] Allow longer startup time through docker (#15345)
8+
* remove usage of deprecated SemanticAttributes class #15384
99
* [cdp] add support for 134 and remove 131
1010
* [cdp] remove support for v85 since no longer required by Firefox
1111

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## 4.30.0
22

3-
- Bumping versions to nightly
4-
- [js][bidi]: fix chrome and firefox test for CI RBE (#15405)
3+
- [bidi]: fix chrome and firefox test for CI RBE (#15405)
54
- [cdp] add support for 134 and remove 131
65
- [cdp] remove support for v85 since no longer required by Firefox
76

py/CHANGES

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Selenium 4.30.0
2-
* Bumping versions to nightly
3-
* [py] expected_conditions: correct type annotation (#15337)
4-
* [py]: use `By` class attributes instead of strings (#15402)
2+
* Add CDP for Chrome 134 and remove 131
3+
* Remove support for v85 since no longer required by Firefox
4+
* expected_conditions: correct type annotation (#15337)
5+
* use `By` class attributes instead of strings in locator converter (#15402)
6+
* fix invalid selector bug for mutation observation
57

68
Selenium 4.29.0
79
* Add CDP for Chrome 133 and remove 130

rb/CHANGES

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
4.30.0 (2025-03-19)
22
=========================
3-
* Bumping versions to nightly
4-
* [rb] Fix "no anonymous block parameter" in ruby 3.1 (#15315)
5-
* [rb] release 4.29.1
6-
* [rb] bump version to nightly
7-
* [BiDi][rb] Add set viewport for browsing context (#15290)
3+
Ruby:
4+
* Raise error when trying to delete a cookie without a name (#15386)
5+
* Remove deprecated html 5 web storage features
6+
* Remove deprecated script alias for execute_script
7+
* Add debug message for location of screenshot
8+
9+
BiDi:
10+
* Add set viewport for browsing context (#15290)
811
* Add support for handling user prompt (#15291)
9-
* [rb][BiDi] Add Browser context activate command (#15365)
10-
* modified delete cookie added code and test (#15386)
11-
* [rb] Add target type param to devtools (#15416)
12-
* [rb] fix bug preventing running remote driver tests without bazel
13-
* [rb] remove deprecated html 5 web storage features
14-
* [rb] remove deprecated script alias for execute_script
15-
* [rb] add debug message for location of screenshot
16-
* [cdp] add support for 134 and remove 131
17-
* [cdp] remove support for v85 since no longer required by Firefox
12+
* Add Browser context activate command (#15365)
13+
14+
DevTools:
15+
* Add support for 134 and remove 131
16+
* Remove support for v85 since no longer required by Firefox
17+
* Add support for additional target types (#15416)
1818

1919
4.29.1 (2025-02-22)
2020
=========================

rust/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
0.4.30
22
======
3-
* [rust] Remove check for old metadata file
4-
* [rust] Check lock folder at the end of SM execution and clear it if required
5-
* [rust] Store reference to lock file to clear folder when necessary
6-
* [rust] Read PROCESSOR_ARCHITECTURE env in Windows to determine architecture
7-
* [rust] Selenium Manager support nightly Grid (#13384) (#15366)
8-
* [rust] Support snap packages (Firefox, Chromium) in Selenium Manager
3+
* Remove check for old metadata file
4+
* Check lock folder at the end of SM execution and clear it if required
5+
* Store reference to lock file to clear folder when necessary
6+
* Read PROCESSOR_ARCHITECTURE env in Windows to determine architecture
7+
* Selenium Manager support nightly Grid (#13384) (#15366)
8+
* Support snap packages (Firefox, Chromium) in Selenium Manager
99

1010
0.4.29
1111
======

0 commit comments

Comments
 (0)