Skip to content

Commit

Permalink
Release Ruby bindings 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Oct 4, 2018
1 parent 463dcb7 commit f377ced
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
3.14.1 (2018-10-03)
===================

Ruby:
* Added a workaround to ignore Errno::EALREADY error when starting drivers
on Windows Subsystem for Linux
* Changed default pause duration to 0 for Selenium::WebDriver::Driver#action#pause (thanks @twalpole)
* Deprecated Selenium::WebDriver::PortProber#random
in favor of Selenium::WebDriver::PortProber#above
* Fixed a bug when Selenium::WebDriver::Element#drag_and_drop would not
work in certain cases
* Updated RubyZip dependency to 1.2.2 which fixes security vulnerability

Edge:
* Added support for --silent driver flag
* Fixed an incorrect dash symbol when passing arguments to MicrosoftWebDriver.exe

Firefox:
* Fixed an incorrect dash symbol when passing arguments to GeckoDriver

Safari:
* Fixed a bug when Selenium::WebDriver::Element#displayed? would raise error
in Safari 12

3.14.0 (2018-08-03)
===================

Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

module Selenium
module WebDriver
VERSION = '3.14.0'.freeze
VERSION = '3.14.1'.freeze
end # WebDriver
end # Selenium

0 comments on commit f377ced

Please sign in to comment.