Skip to content

Commit 3440f5a

Browse files
committed
update changelogs for 4.10
1 parent d343d2c commit 3440f5a

File tree

5 files changed

+81
-0
lines changed

5 files changed

+81
-0
lines changed

dotnet/CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v4.10.0
2+
======
3+
* Add CDP files for v114 and remove v111
4+
* Remove Selenium RC and WebDriverBackedSelenium code (#12024)
5+
* Improve compilation and publishing of Selenium Manager (#12045)
6+
* Fix version reported by HTTP user agent (#12061)
7+
* Support proxies for Selenium Manager (#12100)
8+
* Deprecate UseLegacyProtocol in SafariDriverService
9+
* Add links to documentation in error messages (#12157)
10+
* Add custom error class for driver location and improve error logic (#12157)
11+
112
v4.9.1
213
======
314
* Add CDP files for v113 and remove v110

java/CHANGELOG

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
v4.10.0
2+
======
3+
* Supported CDP versions: 85, 112, 113, 114
4+
* Remove Selenium RC and WebDriverBackedSelenium code (#12024)
5+
* Fixed URI in logs (#12000)
6+
* Enhancing stereotype in Dynamic Grid (#12034)
7+
* Support proxies in Selenium Manager (#12036)
8+
* Close websockets when closing JDK HTTP Client (#12035)
9+
* Change bidi loglevel warning level (#12054)
10+
* Allow driving embedded apps without CDP (#11963)
11+
* Fix possible freeze from incompatible HTTP responses (#12055)
12+
* Fix bug when JSON max depth reached (#12056)
13+
* Remove deprecated capabilities `SUPPORTS_JAVASCRIPT` and `SUPPORTS_WEB_STORAGE`
14+
* Remove deprecated setters in `Rectangle`
15+
* improve cleaning of upload and download directories (#12059)
16+
* Fix redirect bug in JDK HTTP Client (#12070)
17+
* Prevent grid from creating sessions that will time out in queue (#12014)
18+
* Respect disabled pretty printing for arrays (#12079)
19+
* Add support for WebView2 in Edge
20+
* Allow setting savefile directory in Chrome when downloads are enabled (#12109)
21+
* Add BiDi support for browing context events
22+
* Enable BiDi functionality for Chromium browsers
23+
* Improve "near" locator behavior (#11290)
24+
* Do not send driver logs to console by default (#12136)
25+
* Fix bug with GeckoDriver option for truncating log lines
26+
* Do not log Selenium Manager details as INFO (#12145)
27+
* Error messages link to Selenium documentation where supported
28+
* Create NoSuchDriverException for referencing driver location problems
29+
130
v4.9.1
231
======
332
* Supported CDP versions: 85, 111, 112, 113

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v4.10.0
2+
3+
#### :nail_care: Polish
4+
5+
* Adding CDP v114 and removing v111
6+
7+
#### :rocket: New Feature
8+
9+
* [Edge] Support webview2 (#11978)
10+
* [BiDi] Add Script module commands to add/remove preloaded scripts (#11847)
11+
* [BiDi] Add printPage command (#12124)
12+
* Add support for proxies with Selenium Manager
13+
114
## v4.9.2
215

316
#### :nail_care: Polish

py/CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Selenium 4.10.0
2+
* Add CDP files for v114 and remove v111
3+
* Fix bug preventing proxy from working in Options classes (#12029)
4+
* Add proxy support for Selenium Manager (#12032)
5+
* Additional updates to typing (#12067, #12106)
6+
* Add support for changing pointers in Actions class (#11521)
7+
* Remove browser filters for shadow root element searches (#12112)
8+
* Remove significant amounts of deprecated code (#12030)
9+
* Improve near relative locator behavior (#11290)
10+
* Change Selenium Manager logging to debug (#12145)
11+
* Add links to documentation in error messages (#12156)
12+
* Add custom error class for driver location and improve error logic
13+
114
Selenium 4.9.1
215
* Add CDP files for v113 and remove v110
316
* Minor fixes for docstring and dictionary declarations (#11975)

rb/CHANGES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
4.10.0 (Unreleased)
2+
=========================
3+
Ruby:
4+
* Implement proxy support for Selenium Manager
5+
* Prevent setting driver log level in Safari
6+
* Change all Selenium Manager logging to :debug (#12145)
7+
* Error messages include links to documentation
8+
* Add custom error class for driver location and improve error logic
9+
10+
BiDi:
11+
* Released selenium-devtools 0.114.0 (supports CDP v85, v112, v113, v114)
12+
13+
Edge:
14+
* Add support for webview2
15+
116
4.9.1 (2023-05-08)
217
=========================
318
Ruby:

0 commit comments

Comments
 (0)