Skip to content

Commit

Permalink
update change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Build committed Sep 24, 2023
1 parent e2640f1 commit 8c337c5
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotnet/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ v4.13.0
* Update cdp default command timeout in inline docs (#12707)
* Indicate end of output taken from selenium manager (#12744)
* Declare selenium manager binaries as content (#12711)
* Use the lowest version of Newtonsoft.Json as dependency (#12772, #12776)
* Add browsing context methods for reload, screenshot and prompt

v4.12.4
======
Expand All @@ -20,6 +22,7 @@ v4.12.3
* Show output from selenium manager error stream (#12677)
* Return Task instead of wait it in generated CDP method invocations (#12672)
* Invoke console log api called event many times depending on count of args (#12669)
* Allow users to set Selenium Manager path by environment variable (#12752)

v4.12.2
======
Expand Down
4 changes: 4 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ v4.13.0
* Update pinned browser versions
* Improve stability with final variables (#12733)
* Fix bug for Appium subclass that sets neither log file nor output (#12696)
* Remove deprecated headless methods from Options classes
* Remove deprecated driver service constructors and methods
* Remove deprecated log_file methods
* Allow users to set Selenium Manager path by environment variable (#12752)

v4.12.1
======
Expand Down
4 changes: 4 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* Adding CDP v117 and removing v114
* Added file location to exception message for Selenium Manager

#### :rocket: New Feature

* Allow users to set Selenium Manager path by environment variable (#12752)

## 4.12.0

#### :bug: Bug fix
Expand Down
5 changes: 5 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Selenium 4.13.0
* do not send parameters in payload that are used in endpoint (#12685)
* close out driver logging on quit (#12637)
* disable console appearing on windows when running in pythonw (#12715)
* remove deprecated headless methods
* remove deprecated driver extensions for location and network connection
* fix bug preventing using performance logging in chromium
* remove deprecation notice from Firefox profiles

Selenium 4.12.0
* Add CDP files for v116 and remove v113
Expand All @@ -15,6 +19,7 @@ Selenium 4.12.0
* support conda installation of selenium manager (#12536)
* Drop support for `python3.7`
* Fixed a bug where `Popen.wait()` calls caught the wrong exceptions when timing out
* Allow users to set Selenium Manager path by environment variable (#12752)

Selenium 4.11.2
* better bug fix for #12454
Expand Down
6 changes: 6 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
4.13.0 (Unreleased)
=========================
Ruby:
* Fix bug prevening using performance logging with chromium
* Allow users to set Selenium Manager path by environment variable (#12752)

BiDi:
* Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)

Expand All @@ -9,6 +13,8 @@ Ruby:
* Fix bug preventing good error messages in Selenium Manager when stdout empty
* Fix bug with Firefox not loading net/http library by default (#12506)
* Remove support for using capabilities in local drivers
* Fix bug prevening using performance logging with chromium
* Allow users to set Selenium Manager path by environment variable (#12752)

BiDi:
* Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)
Expand Down
1 change: 1 addition & 0 deletions rust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Do not log a warning for defaults (#12754)
* Search better driver possible in the cache (#12753)
* Use original path when unwrap fails in canonicalize function (#12699)
* Fix config setup in Selenium Manager (#12807)

0.4.12
======
Expand Down

0 comments on commit 8c337c5

Please sign in to comment.