Skip to content

Commit dfa7f9d

Browse files
committed
Pinning rust lock
1 parent 6fbc9d4 commit dfa7f9d

File tree

5 files changed

+10
-47
lines changed

5 files changed

+10
-47
lines changed

dotnet/CHANGELOG

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
v4.36.0
22
======
3+
* Add CDP for Chrome 140 and remove 137
34
* [bidi] Simplify type naming of internal command parameters (#16188)
45
* [bidi] Support WebExtension module (#15850)
56
* [bidi] Propagate BiDiOptions in Connect method
67
* [bidi] Pass the bidi options from main entry point
78
* Adding flag to enable SafariDriver logging. (#16196)
8-
> * Adding flag to enable SafariDriver logging.
9-
> * Update dotnet/src/webdriver/Safari/SafariDriverService.cs
10-
> * Update dotnet/src/webdriver/Safari/SafariDriverService.cs
119
* [bidi] Serialize base64 encoded string directly to bytes (#16203)
1210
* [bidi] Make cookie expiry as TimeSpan (#16204)
1311
* Update dependency System.Text.Json to 8.0.6 (#16171)
1412
* Help .NET Framework copy selenium manager to output (#16228)
1513
* Clean docs for OnDriverProcessDataReceived handler
1614
* Revert "Update dependency System.Text.Json to 8.0.6 (#16171)"
17-
> Please never upgrade dependencies, never. Selenium is not an application, it is library. Upgrading dependencies, even minor version, forces all users to upgrade. we cannot allow ourselves to take liberties just to upgrade :(
1815
* Fix find port for IPv4 only environments (#16216)
1916
* [bidi] Adjust cookie expiry type according spec (unix seconds) (#16218)
2017
* Fix links to exception documentation on website (#16305)
2118
* [bidi] Support network collectors and get response body (#16192)
22-
* update devtools versions
19+
* [bidi] Enable WebExtension tests at least for Firefox (#16333)
20+
* Suppress unwanted messages from browser via redirecting streams (#16265)
21+
* [bidi] Remove obsolete unsubscribing by attributes (#16205)
22+
* Conditionally enable driver service process output redirection (#16353)
23+
* Begin reading of driver service output to fix Firefox disposing
2324

2425
v4.35.0
2526
======

java/CHANGELOG

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,20 @@
11
v4.36.0
22
======
3+
* Add CDP for Chrome 140 and remove 137
34
* [grid] close the HttpClient after the session is gone
45
* extend the scope of the properties of the HttpCommandExecutor class (#16186)
5-
> set protected modifier to props
66
* [grid] Improve readTimeout in handle session between Router and Node (#16163)
7-
> * [grid] Improve readTimeout in handle session between Router and Node
8-
> * Fix review comment
9-
> * Check null might return from Values.get() and remove catch block
107
* Unifying select class (#16220)
11-
> * Updated Java Language Level to the JDK_17 for IntelliJ IDEA
12-
> * Fix select being able to select options hidden by css rules
13-
> Fixes #15265
14-
> * Formatted with ./scripts/format.sh
15-
> * Change the JDK setting for IntelliJ back to JDK 11
168
* Add hooks around getScreenshotAs in WebDriverListener #16232 (#16233)
17-
> * Add hooks around getScreenshotAs in WebDriverListener #16232
18-
> WebDriverListener has now default methods for both WebDriver and
19-
> WebElement for clients to be notified before and after a
20-
> screenshot is being taken.
21-
> Fixes #16232
22-
> * fixup! Add hooks around getScreenshotAs in WebDriverListener #16232
23-
> * fixup! Add hooks around getScreenshotAs in WebDriverListener #16232
24-
> * fixup! Add hooks around getScreenshotAs in WebDriverListener #16232
259
* [grid] Simplify node status response handling in Router
26-
> Fix an error is seen in docker-selenium after #16163
2710
* Refactored selectByContainsVisibleText and selectByVisibleText methods to remove code duplication (#16257)
2811
* [bidi]: add `DownloadInfo` class and test for `onDownloadWillBegin` (#16267)
2912
* [grid] update to netty 4.2.4 (#16194)
3013
* Fix links to exception documentation on website (#16305)
3114
* Fix concurrency issue in Selenium Manager (#16315)
32-
> #16314 fix concurrency issue in Selenium Manager
33-
> ... when executed by 2+ processes simultaneously on a machine with empty Selenium cache.
34-
> Every process sees the file created by another process only when the file is fully completed.
3515
* Fix falsy Spotbugs warning about not closed resource (#16318)
36-
> #16314 fix falsy Spotbugs warning about not closed resource
37-
> I had to inline method `findBinaryInClasspath()` to make Spotbugs happy. I could not find any other way to suppress this falsy warning. :(
3816
* [grid] Fix regression Distributor rejecting requests when nodes have supported caps but no free slots (#16327)
3917
* Feat 14291/add jspecify annotations to exception classes pt4 (#16028)
40-
* update devtools versions
4118

4219
v4.35.0
4320
======

javascript/selenium-webdriver/CHANGES.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
## 4.36.0
22

3-
- Bumping versions to nightly
4-
- Update dependency tmp to ^0.2.5 (#16172)
5-
> - Update dependency tmp to ^0.2.5
6-
> - Repin dependencies
7-
- Update dependency ws to ^8.18.3 (#16009)
8-
> - Update dependency ws to ^8.18.3
9-
> - Repin dependencies
10-
- update devtools versions
11-
- bump versions in preparation for release
3+
- Add CDP for Chrome 140 and remove 137
124

135
## 4.35.0
146

py/CHANGES

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Selenium 4.36.0
2-
* Bumping versions to nightly
2+
* Add CDP for Chrome 140 and remove 137
33
* close ipv6 port in case of error (#16165)
44
* Update docstring and comments in keys.py (#16187)
55
* Fix formatting (#16189)
@@ -15,7 +15,6 @@ Selenium 4.36.0
1515
* Convert all relative imports to absolute imports (#16311)
1616
* Raise InvalidSelectorException for compound class names (#16291)
1717
* Fix type annotations in the chromium webdriver file (#16309)
18-
* bump versions in preparation for release
1918

2019
Selenium 4.35.0
2120
* Add CDP for Chrome 139 and remove 136

rb/CHANGES

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
4.36.0 (2025-09-18)
22
=========================
3-
* Bumping versions to nightly
3+
* Add CDP for Chrome 140 and remove 137
44
* [BiDi] Create browser module, added user context related methods (#15371)
5-
> * Create browser module, added user context related methods
6-
> * Fix formatting issues
7-
> * Fix delete cookie test
8-
> * Fix tests for firefox browser contexts
95
* BiDi get client windows (#16211)
106
* Fix links to exception documentation on website (#16305)
117
* Update `unhandled_prompt_behavior` capability to support hash syntax (#16289)
12-
* update devtools versions
13-
* bump versions in preparation for release
148

159
4.35.0 (2025-08-12)
1610
=========================

0 commit comments

Comments
 (0)