Skip to content

Commit a6978c0

Browse files
committed
tidy changelogs
1 parent 6d8d7cb commit a6978c0

File tree

6 files changed

+9
-150
lines changed

6 files changed

+9
-150
lines changed

dotnet/CHANGELOG

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,13 @@ v4.31.0
77
* [bidi] Decouple ScreenshotOrigin in BrowsingContext module (#15488)
88
* [bidi] Decouple nested types in Locator (#15487)
99
* Fix null warnings in `RelativeBy` by sealing the type (#15379)
10-
> * Fix null warnings in `RelativeBy` by sealing the type
11-
> * minimize changes
12-
> * Address other low-hanging nullability warnings
13-
> * Seal the type explicitly
1410
* [bidi] Simplify conversion to `LocalValue` (#15441)
1511
* Address lingering AOT warnings (#15506)
1612
* Unify protected and internal Execute methods (#15233)
17-
> * Unify protected and internal Execute methods
18-
> * Fix merge issue
1913
* Simplify `PopupWindowFinder.Invoke` (#15549)
2014
* [bidi] Make ContinueWithAuthCommand closer to spec (breaking change) (#15545)
2115
* [bidi] Avoid intermediate JsonDocument allocation to determine unordered discriminator (#15555)
22-
* update devtools versions
23-
24-
v4.31.0
25-
======
26-
* [bidi] Decouple EvaluateResult in Script module (#15493)
27-
* [bidi] Decouple AuthCredentials in Network module (#15491)
28-
* [bidi] Decouple WindowProxyProperties in Script module (#15490)
29-
* [bidi] Decouple ChannelProperties in Script module (#15489)
30-
* [bidi] Decouple ScreenshotOrigin in BrowsingContext module (#15488)
31-
* [bidi] Decouple nested types in Locator (#15487)
32-
* Fix null warnings in `RelativeBy` by sealing the type (#15379)
33-
> * Fix null warnings in `RelativeBy` by sealing the type
34-
> * minimize changes
35-
> * Address other low-hanging nullability warnings
36-
> * Seal the type explicitly
37-
* [bidi] Simplify conversion to `LocalValue` (#15441)
38-
* Address lingering AOT warnings (#15506)
39-
* Unify protected and internal Execute methods (#15233)
40-
> * Unify protected and internal Execute methods
41-
> * Fix merge issue
42-
* Simplify `PopupWindowFinder.Invoke` (#15549)
43-
* [bidi] Make ContinueWithAuthCommand closer to spec (breaking change) (#15545)
44-
* [bidi] Avoid intermediate JsonDocument allocation to determine unordered discriminator (#15555)
45-
* update devtools versions
16+
* Add CDP for Chrome 135 and remove 132
4617

4718
v4.30.0
4819
======

java/CHANGELOG

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
v4.31.0
22
======
3+
* Add CDP for Chrome 135 and remove 132
34
* handle `getNamedCookie` and `deleteNamedCookie` for empty strings (#15092)
45
* [bidi] Prefer returning immutable versions of values when serialising to JSON
5-
* [grid] remove more firefox devtools leftovers SeleniumHQ#15323
6+
* [grid] remove more firefox devtools leftovers SeleniumHQ (#15323)
67
* Add nullness for AppCacheStatus, Credential, and Either (#15119)
78
* Add nullness for interactions (#15118)
89
* [grid] Expose register status via Node status response (#15448)
9-
* update devtools versions
10-
11-
v4.31.0
12-
======
13-
* handle `getNamedCookie` and `deleteNamedCookie` for empty strings (#15092)
14-
* [bidi] Prefer returning immutable versions of values when serialising to JSON
15-
* [grid] remove more firefox devtools leftovers SeleniumHQ#15323
16-
* Add nullness for AppCacheStatus, Credential, and Either (#15119)
17-
* Add nullness for interactions (#15118)
18-
* [grid] Expose register status via Node status response (#15448)
19-
* update devtools versions
2010

2111
v4.30.0
2212
======

javascript/selenium-webdriver/CHANGES.md

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,8 @@
11
## 4.31.0
22

3-
- Relocate selenium-webdriver to root directory (#15509)
4-
> * [JS] Remove js_dossiar references
5-
> * [JS] move selenium-webdriver to top level
6-
- [bidi]: fix storage module instance checks and add user context cookie test (#15467)
7-
> * fix storage module instance checks
8-
> * add cookie test for user context
9-
> * improve error message and run formatting
10-
- [build] fix javascript documentation generation
3+
- [bidi]: fix storage module instance checks and add user context cookie test (#15467)
114
- [JS] Add websocket port option in Firefox ServiceBuilder when '--connect-existing' is not passed (#15557)
12-
> * [JS] Add websocket port option in Firefox ServiceBuilder when '--connect-existing' is not passed
13-
> * fix format
14-
- update devtools versions
15-
- bump versions in preparation for release
16-
17-
## 4.31.0
18-
19-
- Relocate selenium-webdriver to root directory (#15509)
20-
> * [JS] Remove js_dossiar references
21-
> * [JS] move selenium-webdriver to top level
22-
- [bidi]: fix storage module instance checks and add user context cookie test (#15467)
23-
> * fix storage module instance checks
24-
> * add cookie test for user context
25-
> * improve error message and run formatting
26-
- [build] fix javascript documentation generation
27-
- [JS] Add websocket port option in Firefox ServiceBuilder when '--connect-existing' is not passed (#15557)
28-
> * [JS] Add websocket port option in Firefox ServiceBuilder when '--connect-existing' is not passed
29-
> * fix format
30-
- update devtools versions
5+
- [cdp] add support for 135 and remove 132
316

327
## 4.30.0
338

py/CHANGES

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,7 @@
11
Selenium 4.31.0
2+
* Add CDP for Chrome 135 and remove 132
23
* Fix docstring issues that sphinx complains about (#15466)
3-
> * Fix docstring errors that sphinx complained about
4-
> * Fix parameter type for web_socket_url
5-
> * Remove duplicate web_socket_url from BaseOptions
6-
* bump versions to nightly
74
* service: only shutdown if process not terminated (#15183)
8-
> * service: only shutdown if process not terminated
9-
> There are scenarios where a stop() is called on a Service object
10-
> multiple times. This also happens when explicitly quitting a Webdriver using
11-
> driver.quit() and afterwards having the garbage collector destroy the service
12-
> object, calling stop() another time even though the service process
13-
> has already terminated.
14-
> The check inside the stop() call only ensured that the process variable
15-
> is not None, but ignored the fact that the process might already have
16-
> terminated. Therefor an additional check is introduced to only send
17-
> the remote shutdown command if the service process has not ended.
18-
> Fixes #15182
19-
> * service: move process termination to finally block
20-
> If a type error or similar occurs during send_remote_shutdown_command,
21-
> one should always terminate the service process, even if an exception
22-
> is thrown.
23-
> Thus moving self._terminate_process() into a finally block.
24-
* bump versions in preparation for release
25-
26-
Selenium 4.31.0
27-
* Fix docstring issues that sphinx complains about (#15466)
28-
> * Fix docstring errors that sphinx complained about
29-
> * Fix parameter type for web_socket_url
30-
> * Remove duplicate web_socket_url from BaseOptions
31-
* bump versions to nightly
32-
* service: only shutdown if process not terminated (#15183)
33-
> * service: only shutdown if process not terminated
34-
> There are scenarios where a stop() is called on a Service object
35-
> multiple times. This also happens when explicitly quitting a Webdriver using
36-
> driver.quit() and afterwards having the garbage collector destroy the service
37-
> object, calling stop() another time even though the service process
38-
> has already terminated.
39-
> The check inside the stop() call only ensured that the process variable
40-
> is not None, but ignored the fact that the process might already have
41-
> terminated. Therefor an additional check is introduced to only send
42-
> the remote shutdown command if the service process has not ended.
43-
> Fixes #15182
44-
> * service: move process termination to finally block
45-
> If a type error or similar occurs during send_remote_shutdown_command,
46-
> one should always terminate the service process, even if an exception
47-
> is thrown.
48-
> Thus moving self._terminate_process() into a finally block.
495

506
Selenium 4.30.0
517
* Add CDP for Chrome 134 and remove 131

rb/CHANGES

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,8 @@
11
4.31.0 (2025-04-04)
22
=========================
3-
* bump versions to nightly
4-
* put back the script method that was inadvertently deleted
5-
* update changelog and bump version to 4.30.1
6-
* bump version to nightly
7-
* Remove the `wgxpath` library
8-
> We needed to include this to support IE as it didn't have an
9-
> underlying XPath implementation available to JS scripts to use.
10-
> The `IEDriverServer` hasn't been recompiled for a while now,
11-
> and no other driver needs to have an xpath shim. Removing it
12-
> should be a no-op.
3+
* Add support for 135 and remove 132
4+
* Remove the pre-compiled atoms from trunk
135
* Allow symbols again to be passed on delete_cookie (#15519)
14-
> * [build] allow tests tagged exclusive-if-local to run on rbe
15-
> * Fix bug where symbol is not accepting on delete cookie
16-
* update devtools versions
17-
* bump versions in preparation for release
18-
19-
4.31.0 (2025-04-04)
20-
=========================
21-
* bump versions to nightly
22-
* put back the script method that was inadvertently deleted
23-
* update changelog and bump version to 4.30.1
24-
* bump version to nightly
25-
* Remove the `wgxpath` library
26-
> We needed to include this to support IE as it didn't have an
27-
> underlying XPath implementation available to JS scripts to use.
28-
> The `IEDriverServer` hasn't been recompiled for a while now,
29-
> and no other driver needs to have an xpath shim. Removing it
30-
> should be a no-op.
31-
* Allow symbols again to be passed on delete_cookie (#15519)
32-
> * [build] allow tests tagged exclusive-if-local to run on rbe
33-
> * Fix bug where symbol is not accepting on delete cookie
34-
* update devtools versions
356

367
4.30.1 (2025-03-22)
378
=========================

rust/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
0.4.31
22
======
3-
4-
5-
0.4.31
6-
======
7-
3+
*no changes*
84

95
0.4.30
106
======

0 commit comments

Comments
 (0)