Skip to content

Commit

Permalink
[java] update change logs and version for 4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 12, 2023
1 parent 6217edc commit 03f8ede
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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.15'
'4.14'
end

def version
"#{release_version}.0-SNAPSHOT"
"#{release_version}.1"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
13 changes: 12 additions & 1 deletion java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v4.14.1
======
* Add print, activate and set viewport commands to Browsing Context
* Remove deprecated lift packages (#12917)
* Add validation for browsing context id (#12920)
* Fix default values for print options page size
* Use the java process builder to run external processes (#12898)
* Allow a custom timeout when shutting down a process
* Replacing Guava implementations with native Java implementations
* Allow setting version in Http Client Config (#12919)

v4.14.0
======
* Supported CDP versions: 85, 116, 117, 118
Expand All @@ -12,7 +23,7 @@ v4.14.0
* Allow setting SSL context in client config for HttpClient (#12874)
* Improve warning when CDP version not found (#12880)
* Ensure retry mechanism does not swallow an exception (#12838)
* Require Java 11 (#12843)
* Require Java 11 and move jdk-http-client into default package (#12843)
* Reduce log noise at FINE level (#12866)
* Refactor frame method to use isEmpty for list check and String check. (#12894)
* Use new 'getArray' method to extract driver configurations (#12716)
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.15.0-SNAPSHOT"
SE_VERSION = "4.14.1"
TOOLS_JAVA_VERSION = "17"

0 comments on commit 03f8ede

Please sign in to comment.