Skip to content

Commit 8fe0fc0

Browse files
committed
Updating changelogs for 4.9.0 release
1 parent 0395362 commit 8fe0fc0

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed

dotnet/CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v4.9.0
2+
======
3+
* Add CDP files for v112 and remove v109
4+
* Don't listen to error output stream from selenium manager to avoid messing up output (#11863)
5+
* Selenium Manager get Browser Version from Options classes
6+
* Selenium Manager use binary from Browser Options
7+
* Throw a descriptive exception if the current dev tools version is not supported (#11876)
8+
* Use ChangeType method to convert any object to boolean in WebElement properties (#11913)
9+
* Use selenium manager in tests (#11871)
10+
111
v4.8.2
212
======
313
* Add CDP files for v111 and remove v108

java/CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v4.9.0
2+
======
3+
* Supported CDP versions: 85, 110, 111, 112
4+
* Handle redirects inside the JdkHttpClient (#11816)
5+
* [grid] Remove Json Wire Protocol support (#11823)
6+
* Selenium Manager use binary from Browser Options
7+
* [grid] Allowing binary to be set via options when not set in Grid
8+
* Log exception message (#11922)
9+
* [grid] Fixing remote execution for Edge when Java 8 client is used
10+
111
v4.8.3
212
======
313
* Supported CDP versions: 85, 109, 110, 111

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v4.9.0
2+
3+
#### :nail_care: Polish
4+
5+
* Adding CDP v112 and removing v109
6+
7+
#### :bug: Bug Fix
8+
9+
* Fix: return statement in submit() (#11883)
10+
* [grid] Refining the UI configuration to allow sub paths work properly.
11+
* Replace `execSync` with `spawnSync` in `seleniumManager.js` (#11649) (#11873)
12+
13+
#### :rocket: New Feature
14+
15+
* [BiDi] Add Script module commands and types (#11847)
16+
* Selenium Manager get Browser Version from Options classes
17+
* Selenium Manager use binary from Browser Options
18+
119
## v4.8.2
220

321
#### :nail_care: Polish
@@ -7,7 +25,7 @@
725

826
#### :bug: Bug Fix
927

10-
fix: Using status from response (#11742)
28+
* fix: Using status from response (#11742)
1129

1230
## v4.8.1
1331

py/CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Selenium 4.9.0
2+
* Remove "shadow_root" assertion in Python bindings for Firefox (#11821)
3+
* Simplify driver binary and driver location selecting (#11864)
4+
* Do not pass desired caps in Safari (#11854)
5+
* Selenium Manager get Browser Version from Options classes
6+
* Selenium Manager use binary from Browser Options
7+
* Adding v112 and removing v109
8+
19
Selenium 4.8.3
210
* Add fine grained control for arguments provided to service subprocesses by passing a `popen_kw` mapping for all services.
311
* `Options` classes now allow `timeout` to be set partially and no longer raise an exception when all values are not provided. (#11623)

rb/CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.9.0 (2023-04-21)
2+
=========================
3+
Ruby:
4+
* Fix devtools version fallback (#11869)
5+
* Fix bug in selenium manager escaping back slashes in Windows (#11884)
6+
7+
BiDi:
8+
* Released selenium-devtools 0.112.0 (supports CDP v85, v110, v111, v112)
9+
110
4.8.6 (2023-03-29)
211
=========================
312
Ruby:

0 commit comments

Comments
 (0)