Skip to content

Commit 928e5d7

Browse files
committed
update changelogs for 4.8
1 parent 215c0fd commit 928e5d7

File tree

5 files changed

+85
-2
lines changed

5 files changed

+85
-2
lines changed

dotnet/CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v4.8.0
2+
======
3+
* Add CDP files for v109 and remove v106
4+
* Add comment with name of large JS executions (#11038)
5+
* Extend invalid selenium manager process exit codes (#11361)
6+
17
v4.7.0
28
======
39
* Adding CDP files for v108 and removing v105

java/CHANGELOG

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
1+
v4.8.0
2+
======
3+
* Supported CDP versions: 85, 107, 108, 109
4+
* Implement Edge and Chrome Driver Services using log level with ChromiumDriverLogLevel enum
5+
* Deprecate Edge Driver Service using log level with String
6+
* Deprecate Chrome Driver Service using log level with ChromeDriverLogLevel enum
7+
* Deprecate setting Chrome Driver Service logging values in Chrome Options
8+
* Close BiDi session on closing the last top-level browsing context
9+
* Add withAllowedListIps() to ChromeDriverService
10+
* Add comment with name of large JS executions (#11038)
11+
* Allow Pointer and Wheel methods to accept Point object (#11477)
12+
* Fix bug where options are not properly merged into capabilities (#11396)
13+
* JDKHttpClient: Fix null pointer bug when responseBody is null (#11450)
14+
* CDP: Ensure child session is created under browser session (#11475)
15+
* Deprecate setHeadless for Chrome and Firefox Options (#11467)
16+
* Grid: Remove translations of non-w3c locators (#11470)
17+
* JDKHttpClient: Handle RQST with no Body [POST/PUT] (#11445)
18+
* Fix bug with decorated webdriver not calling the listeners (#11438)
19+
* BiDi: Add filter parameter to LogInspector methods
20+
* BiDi: Rename 'onConsoleLog' to 'onConsoleEntry'
21+
* CDP: Fix bug with console events returning modified args (#11435)
22+
* Grid: Accommodate ability to specify sub-paths (#11271)
23+
* Grid: fix bug with pulling image using zero content-length (#11342)
24+
125
v4.7.2
226
======
327
* Grid: Support file downloads on the node (#11277)
428
* Change chromium service names from whitelisted to allowed (#11409)
529
* Avoid closing CDP connection in browser implementation since that logic now sits in RemoteWebDriver (Fixes #11401)
6-
* Fix bug where failing Selenium Manager method results in wrong error
30+
* Fix bug where failing Selenium Manager method results in wrong error
731
* Allow changing chromium driver log timestamp formatting
832
* Allow ignoring chromedriver build checks using service builders
933
* Add support for appendLog to msedgedriver service
1034
* Fix msedgedriver log level logic
1135
* Allow setting chromedriver log level from system properties
1236
* Fix chromedriver log level logic
13-
* Remove deprecated Firefox capabilities
37+
* Remove deprecated Firefox capabilities
1438
* Removing a few bits more of the magic that moves JWP to W3C
1539
* Removing deprecated SUPPORTS_ALERTS and SUPPORTS_SQL_DATABASE caps
1640
* Removing deprecated OVERLAPPING_CHECK_DISABLED cap

javascript/node/selenium-webdriver/CHANGES.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v4.8.0
2+
3+
#### :rocket: New Feature
4+
5+
* Add initial BiDi Support (#11395)
6+
* Add window wrappers getSize and setSize
7+
* Add BiDi browser context commands (#11473)
8+
* Add BiDi methods to listen to js logs and any type of logs
9+
* Add BiDi filtering capability to LogInspector (#11495)
10+
* Add comment with name of large JS executions (#11038)
11+
12+
#### :nail_care: Polish
13+
14+
* Add CDP support for v109 and remove v106
15+
* Deprecate setHeadless() in Chrome and Firefox (#11467)
16+
117
## v4.7.1
218

319
#### :nail_care: Polish

py/CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Selenium 4.8.0
2+
* Add CDP files for v109 and remove v106
3+
* Add logging to Selenium Manager for both stdout and stderr
4+
* Multiple updates and improvements to types
5+
* Fix sdist tar package_dir (#11416)
6+
* Add comment with name of large JS executions (#11038)
7+
* Deprecate headless property for chromium and firefox options classes (#11467)
8+
19
Selenium 4.7.2
210
* Put selenium manager bug fix from 4.7.1 in the correct place
311

rb/CHANGES

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
4.8.0 (Unreleased)
2+
=========================
3+
Ruby:
4+
* Allow updating instance variables on service classes
5+
* Deprecate extract_service_args processing in service classes
6+
* Fix bug preventing sending nil to #send_keys with Remote Driver
7+
* Fix bug with IE specific methods not available to IE Driver
8+
* Created Chromium superclass for Chrome and Edge
9+
* Deprecated platform and version setters/getters in Capabilities class
10+
* Revamped driver constructor logic
11+
* Fix bug preventing using Safari Technology Preview when using SafariOptions
12+
* Fix bug preventing more than one driver type to access Selenium Manager
13+
* Defaults to using Options instead of Capabilities
14+
* Make Options classes more strict for allowed arguments and types
15+
* Removed previously deprecated actions class parameters
16+
* Removed Location struct
17+
* Add comment with name of large JS executions (#11038)
18+
* update logger with link on how to use it (#11478)
19+
* Deprecate #add_option for Option classes in favor of constructor and attr_accessor
20+
* Deprecate all unrecognized capabilities for Options classes
21+
* Deprecate support for :capabilities for local drivers
22+
* Deprecate browser class methods for Capabilities
23+
* Deprecate #headless! for Chrome and Firefox
24+
25+
BiDi:
26+
* Released selenium-devtools 0.109.0 (supports CDP v85, v107, v108, v109)
27+
* Add LogInspector (#11368)
28+
* Add Browsing context commands (#11446)
29+
130
4.7.1 (2022-12-02)
231
=========================
332
Ruby:

0 commit comments

Comments
 (0)