Skip to content

Commit bd4f0cb

Browse files
selenium-cititusfortner
authored andcommitted
WIP - rough auto-update of changelog, please edit
1 parent 0d345cc commit bd4f0cb

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed

dotnet/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.38.0
2+
======
3+
* [bidi] Avoid using JsonInclude attribute to include optional property for DTO (#16413)
4+
* update devtools versions
5+
16
v4.37.0
27
======
38
* Add CDP for Chrome 141 and remove 138

java/CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v4.38.0
2+
======
3+
* JSpecify annotations for `ExecuteMethod` (#16464)
4+
* JSpecify annotations for `org.openqa.selenium.federatedcredent… (#16461)
5+
> JSpecify annotations for `org.openqa.selenium.federatedcredentialmanagement`
6+
* JSpecify annotations for `org.openqa.selenium.interactions` (#16462)
7+
* JSpecify annotations for `org.openqa.selenium.net` (#16463)
8+
* JSpecify annotations for `Credential` and `MBean` (#16481)
9+
* JSpecify annotations for `ScriptKey` and `UnpinnedScriptKey` (#16483)
10+
* JSpecify annotations for `FileDetector` (#16482)
11+
* JSpecify annotations for `ExpectedCondition` (#16489)
12+
* JSpecify annotations for `Response` `SessionId` `HttpSessionId` (#16490)
13+
* update devtools versions
14+
115
v4.37.0
216
======
317
* Add CDP for Chrome 141 and remove 138

javascript/selenium-webdriver/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.38.0
2+
3+
- Bumping version for Nightly
4+
- update devtools versions
5+
- bump versions in preparation for release
6+
17
## 4.37.0
28

39
- Add CDP for Chrome 141 and remove 138

py/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Selenium 4.38.0
2+
* Bumping version for Nightly
3+
* Replaced :param: and :args: from docstrings (#16469)
4+
* bump versions in preparation for release
5+
16
Selenium 4.37.0
27
* Add CDP for Chrome 141 and remove 138
38
* Fix mypy errors in by file and exceptions file (#16300)

rb/CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
4.38.0 (2025-10-24)
2+
=========================
3+
* Bumping version for Nightly
4+
* Fix Network issue by removing nil values on network requests (#16442)
5+
> * Remove nil values for network requests
6+
> * Update intercept request and response and improve headers and cookies
7+
> * request cookie and header setters now take hashes
8+
> * put the unit tests back
9+
> * All tests fixed
10+
* Remove cruft from old CI environment (#16473)
11+
* [bidi] remove deprecated classes for log inspector (#16474)
12+
> * remove deprecated classes from previous implementation of bidi log module
13+
* update devtools versions
14+
* bump versions in preparation for release
15+
116
4.37.0 (2025-10-16)
217
=========================
318
* Add CDP for Chrome 141 and remove 138

rust/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.4.38
2+
======
3+
4+
15
0.4.37
26
======
37

0 commit comments

Comments
 (0)