Skip to content

Commit a0e04e1

Browse files
committed
update changelogs for 4.14
1 parent 49a59a0 commit a0e04e1

File tree

7 files changed

+62
-0
lines changed

7 files changed

+62
-0
lines changed

cpp/iedriverserver/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

12+
v4.14.0.0
13+
========
14+
* Fix potential null pointer access in CookieManager
15+
1216
v4.11.0.0
1317
========
1418
* Ignore process id match when finding the window handle - IE Mode on Edge. (#12246)

dotnet/CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v4.14.0
2+
======
3+
* Add CDP files for v118 and remove v115
4+
* Normalize selenium manager path (#12823)
5+
* Remove IdentityModel nuget from bazel workspace (#12834)
6+
* Update `rules_dotnet` to the latest version (#12784)
7+
* Rename strong assembly name (#12861)
8+
* Fix ci dotnet build on github actions (#12863)
9+
* Deprecate saving screenshots with different image formats (#12878)
10+
* Remove tools folder not related to selenium (#12899)
11+
112
v4.13.1
213
======
314
* Fix bug in selenium manager paths to work on mac and linux

java/CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v4.14.0
2+
======
3+
* Supported CDP versions: 85, 116, 117, 118
4+
* Replace the EventAttribute(Value) with an AttributeMap (#12684)
5+
* Add browsing context's capture box and element screenshot commands
6+
* Enable handle user prompt tests for Firefox
7+
* Delete SM binary only when SE_MANAGER_PATH is not set (#12840)
8+
* Shutdown executors created for a single tasks
9+
* Ensure closed socket connection does not prevent freeing up resources
10+
* Remove the unused htmlunit-driver from the unit tests (#12849)
11+
* Ensure proper error message gets logged (#12853)
12+
* Allow setting SSL context in client config for HttpClient (#12874)
13+
* Improve warning when CDP version not found (#12880)
14+
* Ensure retry mechanism does not swallow an exception (#12838)
15+
* Require Java 11 (#12843)
16+
* Reduce log noise at FINE level (#12866)
17+
* Refactor frame method to use isEmpty for list check and String check. (#12894)
18+
* Use new 'getArray' method to extract driver configurations (#12716)
19+
120
v4.13.0
221
======
322
* Supported CDP versions: 85, 115, 116, 117

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.14.0
2+
3+
#### :nail_care: Polish
4+
5+
* Adding CDP v118 and removing v115
6+
17
## 4.13.0
28

39
#### :nail_care: Polish

py/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Selenium 4.14.0
2+
* add CDP files for v118 and remove v115
3+
* use lazy string interpolation for logging calls
4+
* Fix dangling log_output in Service (#12871)
5+
16
Selenium 4.13.0
27
* add CDP files for v117 and remove v114
38
* do not send parameters in payload that are used in endpoint (#12685)

rb/CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.14.0 (Unreleased)
2+
=========================
3+
Ruby:
4+
* allow users to access the full script of the atom directly
5+
6+
BiDi:
7+
* Released selenium-devtools 0.118.0 (supports CDP v85, v116, v117, v118)
8+
19
4.13.1 (2023-09-25)
210
=========================
311
Ruby:

rust/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.4.14
2+
======
3+
* Use original browser version in Firefox management logic
4+
* Clean logic for checking driver version
5+
* Avoids resolving symbolic links and consider the cache might not be writable (#12877)
6+
* Include webview2 in Edge module (#12904)
7+
* Capture Rust backtrace in case of error (displayed at DEBUG level) (#12852)
8+
* Automated Edge management (#11681 and #11683) (#12835)
9+
110
0.4.13
211
======
312
* Ensure logger is set first so other setters can use it (#12720)

0 commit comments

Comments
 (0)