Skip to content

Commit

Permalink
[java] Bumping Java to 4.3.0 and updating CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jun 23, 2022
1 parent 5d548aa commit 009e784
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
verbose($DEBUG)

def release_version
'4.2'
'4.3'
end

def version
"#{release_version}.2"
"#{release_version}.0"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
16 changes: 16 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v4.3.0
======

* Supported CDP versions: 85, 101, 102, 103
* Remove deprecated methods that use capabilities in WebDrivers (#10427)
* Removal of deprecated Actions commands
Deprecated in (1/7/2017) for selenium-3.1.0 and (10/29/2018) for selenium-3.141.0
* Removing deprecated getPlatform and getVersion
* Removing a few non-W3C ways of matching browsers
* Add support for BiDi log event (#10696)
* Warning when user sets `w3c: true` in `goog:chromeOptions`
* Adding native ARM support for sockets
* Add Firefox profile preferences when retrieving from a file
* Add BiDi augmenter support (#10789)
* [cdp] Add support CDP 103 and remove CDP 100

v4.2.2
======

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SE_VERSION = "4.2.2"
SE_VERSION = "4.3.0"

0 comments on commit 009e784

Please sign in to comment.