Skip to content

Commit

Permalink
Release Ruby bindings 4.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 15, 2021
1 parent 790f604 commit 7580e44
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
4.0.0.beta1 (2021-02-15)
=========================

DevTools:
* Updated supported versions to 85-88

Edge:
* Removed support for legacy Edge HTML

Firefox:
* Fixed support for default profile settings
* Added support for Devtools for Firefox v87+

Safari:
* Removed default platformName specification so it works with Grid

Ruby:
* Added support for httpOnly attribute in Cookies
* Implemented `#print_page` method (thanks @raju249)
* Fixed support for missing libraries in Ruby 3.0 (thanks @znz)
* Deprecated `HTTP::Persistent` class
* Fixed support for accessors in options classes
* Added support for status endpoint for all browsers
* Fix support for Browser, Driver, and Performance Logging in Chrome and Edge

4.0.0.alpha7 (2020-11-10)
=========================

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 @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.0.0.alpha7'
VERSION = '4.0.0.beta1'
end # WebDriver
end # Selenium

0 comments on commit 7580e44

Please sign in to comment.