Skip to content

Commit 165a04d

Browse files
committed
WIP - rough auto-update of changelog, please edit
1 parent a849334 commit 165a04d

File tree

6 files changed

+96
-0
lines changed

6 files changed

+96
-0
lines changed

dotnet/CHANGELOG

+23
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,29 @@ v4.31.0
2121
* [bidi] Avoid intermediate JsonDocument allocation to determine unordered discriminator (#15555)
2222
* update devtools versions
2323

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
46+
2447
v4.30.0
2548
======
2649
* Fix dev environment to run tests on Windows/MacOS (#15303)

java/CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ v4.31.0
88
* [grid] Expose register status via Node status response (#15448)
99
* update devtools versions
1010

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
20+
1121
v4.30.0
1222
======
1323
* [grid] remove firefox devtools leftovers #15323

javascript/selenium-webdriver/CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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
11+
- [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+
319
- Relocate selenium-webdriver to root directory (#15509)
420
> * [JS] Remove js_dossiar references
521
> * [JS] move selenium-webdriver to top level

py/CHANGES

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Selenium 4.31.0
2+
* 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
7+
* 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+
126
Selenium 4.31.0
227
* Fix docstring issues that sphinx complains about (#15466)
328
> * Fix docstring errors that sphinx complained about

rb/CHANGES

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.31.0 (2025-04-04)
2+
=========================
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.
13+
* 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+
119
4.31.0 (2025-04-04)
220
=========================
321
* bump versions to nightly

rust/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
======
33

44

5+
0.4.31
6+
======
7+
8+
59
0.4.30
610
======
711
* Remove check for old metadata file

0 commit comments

Comments
 (0)