Skip to content

Commit f5727a5

Browse files
selenium-cigithub-actions[bot]
authored andcommitted
FIX CHANGELOGS BEFORE MERGING!
Update versions and change logs to release Selenium 4.25.0
1 parent eae1b12 commit f5727a5

File tree

6 files changed

+133
-0
lines changed

6 files changed

+133
-0
lines changed

dotnet/CHANGELOG

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
v4.25.0
2+
======
3+
--> [dotnet] BiDi implementation (#14318)
4+
* Migrate
5+
* Use CLS compliant long instead of ulong
6+
* Use null instead of default for optional arguments
7+
* Use internal logging in websockettransport
8+
* Use internal logger in broker
9+
* Even with error log level
10+
* Simplify AsBidirectionalContextAsync
11+
* Fix ConfigureAwait in network module
12+
* Hide direct network interception
13+
* Rework public adding interception
14+
* Simplify network interception
15+
* Don't end session when disposing bidi driver
16+
--> [dotnet] Add BiDi OriginalOpener in browsing context info
17+
--> [dotnet] Forward subscription options in browser context for log module
18+
--> [dotnet] Adjust exception message when bidi is not enabled
19+
--> [dotnet] [bidi] Get tree from browsing context as root (#14495)
20+
--> [dotnet] [bidi] Enable implicit ways to specify page ranges for printing
21+
--> [dotnet] Fix formatting files content globally
22+
--> [dotnet] [bidi] Hide context from command options in contextual env
23+
--> [dotnet] Workaround using pre-processor directive (#14499)
24+
* [dotnet] Workaround using pre-processor directive
25+
* Fix formatting?
26+
* Fix formatting
27+
--> [dotnet] [bidi] Rename method of screenshot result to ToByteArray
28+
--> [dotnet] [bidi] Simplify browsing context to be just context
29+
Following to spec, it is implicitly clear that Context is exactly BrowsingCoontext. For RealmContext and UserContext we use fully qualified name.
30+
--> [dotnet] [bidi] Simplify browsing context type enumeration
31+
--> [dotnet] [bidi] Expose BiDi associated reference in browsing context
32+
--> [dotnet] [bidi] Rename entry point AsBidirectional to AsBiDirectional
33+
To keep aligned with naming and with other bindings
34+
--> [dotnet] [bidi] Consistent naming for main BiDi itself
35+
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
36+
* Update pinned browser versions
37+
* Update supported versions for Chrome DevTools
38+
* Update selenium manager version
39+
* Update authors file
40+
* FIX CHANGELOGS BEFORE MERGING!
41+
Update versions and change logs to release Selenium 4.25.0
42+
* [create-pull-request] automated change
43+
* [ci] Using an existing EdgeDriver binary
44+
* [rb] Run format script
45+
* Updating change logs
46+
147
v4.25.0
248
======
349
* Add CDP for Chrome 129 and remove 126

java/CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v4.25.0
2+
======
3+
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
4+
* Update pinned browser versions
5+
* Update supported versions for Chrome DevTools
6+
* Update selenium manager version
7+
* Update authors file
8+
* FIX CHANGELOGS BEFORE MERGING!
9+
Update versions and change logs to release Selenium 4.25.0
10+
* [create-pull-request] automated change
11+
* [ci] Using an existing EdgeDriver binary
12+
* [rb] Run format script
13+
* Updating change logs
14+
115
v4.25.0
216
======
317
* Add CDP for Chrome 129 and remove 126

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 4.25.0
2+
--> [js] Updating version to nightly
3+
--> Fix formatting
4+
--> [js][bidi] Fix flaky test for network event
5+
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
6+
* Update pinned browser versions
7+
* Update supported versions for Chrome DevTools
8+
* Update selenium manager version
9+
* Update authors file
10+
* FIX CHANGELOGS BEFORE MERGING!
11+
Update versions and change logs to release Selenium 4.25.0
12+
* [create-pull-request] automated change
13+
* [ci] Using an existing EdgeDriver binary
14+
* [rb] Run format script
15+
* Updating change logs
16+
117
## 4.25.0
218

319
- Add CDP for Chrome 129 and remove 126

py/CHANGES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Selenium 4.25.0
2+
--> Setting nightly version
3+
--> fix type errors for `service.py`, `cdp.py`, `webelement.py` and `remote_connection.py` (#14448)
4+
* fix type errors for `service.py`, `cdp.py`, `webelement.py` and `remote_connection.py`
5+
* remove raise error
6+
--> fix type errors for `input_device` and `file_detector` (#14459)
7+
--> fix type errors for `pointer_input.py`, `wheel_input.py` and `firefox/options.py` (#14476)
8+
* fix type errors fro `firefox/options.py`
9+
* fix more mypy errors
10+
--> firefox_profile.py: use `with` statement in zipfile as Python 2.x support is dropped (#14489)
11+
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
12+
* Update pinned browser versions
13+
* Update supported versions for Chrome DevTools
14+
* Update selenium manager version
15+
* Update authors file
16+
* FIX CHANGELOGS BEFORE MERGING!
17+
Update versions and change logs to release Selenium 4.25.0
18+
* [create-pull-request] automated change
19+
* [ci] Using an existing EdgeDriver binary
20+
* [rb] Run format script
21+
* Updating change logs
22+
123
Selenium 4.25.0
224
* Add CDP for Chrome 129 and remove 126
325
* fix type errors for `service.py`, `cdp.py`, `webelement.py` and `remote_connection.py` (#14448)

rb/CHANGES

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
4.25.0 (2024-09-19)
2+
=========================
3+
--> Setting nightly version
4+
--> [rb] Fix add_cause method not being able to process an array of hashes (#14433)
5+
--> replace `fedcm` links with new ones (#14478)
6+
replace all fedcm links with new ones
7+
--> [rb] Allow driver path to be set using ENV variables (#14287)
8+
--> [build] Prepare for release of Selenium 4.25.0 (#14516)
9+
* Update pinned browser versions
10+
* Update supported versions for Chrome DevTools
11+
* Update selenium manager version
12+
* Update authors file
13+
* FIX CHANGELOGS BEFORE MERGING!
14+
Update versions and change logs to release Selenium 4.25.0
15+
* [create-pull-request] automated change
16+
* [ci] Using an existing EdgeDriver binary
17+
* [rb] Run format script
18+
* Updating change logs
19+
120
4.25.0 (2024-09-19)
221
=========================
322
* Add CDP for Chrome 129 and remove 126

rust/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
0.4.25
2+
======
3+
--> [rust] Reuse driver mirror URL (when available) to discover Firefox versions (#13941) (#14493)
4+
--> [rust] Selenium Manager errors when browser-path is wrong (#13352) (#14381)
5+
* [rust] Selenium Manager errors when browser-path is wrong (#13352)
6+
* [rust] Remove test data with incorrect browser path in macOS
7+
* Revert "[rust] Remove test data with incorrect browser path in macOS"
8+
This reverts commit 79c22d63c9823c9b6ccc9c8a8145426c6978b45e.
9+
* [rust] Escape browser path before checking existence
10+
* Revert "[rust] Escape browser path before checking existence"
11+
This reverts commit b876e2233ace321a41303a60cd1906aa071ed617.
12+
* [rust] Remove test data with incorrect browser path in macOS
13+
* [rust] Force window-sys crate version in Windows
14+
* Revert "[rust] Force window-sys crate version in Windows"
15+
This reverts commit a968a40e5afdd6d9de90cc190e2d2e380b5b9ee7.
16+
117
0.4.25
218
======
319

0 commit comments

Comments
 (0)