Skip to content

Commit 0a5b49d

Browse files
committed
[java] update changelog and bump version to 4.7
1 parent 8d170a9 commit 0a5b49d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $DEBUG = true if ENV['debug'] == 'true'
5151
verbose($DEBUG)
5252

5353
def release_version
54-
'4.6'
54+
'4.7'
5555
end
5656

5757
def version

java/CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v4.7.0
2+
======
3+
* Supported CDP versions: 85, 106, 107, 108
4+
* Remove deprecated classes for Rotatable, AppCache, NetworkConnection, LocationContext
5+
* Remove deprecated capabilities- IE_USE_PRE_PROCESS_PROXY, APPLICATION_NAME, ELEMENT_SCROLL_BEHAVIOR
6+
* Fix bug causing sessions to hang when session stops (#11167)
7+
* Support multiple reads of input stream (#11249)
8+
* Fix reading connection header (#11255)
9+
* BiDi: Implement JavascriptLogEntry
10+
* BiDi: Support browsing context in event subscriptions
11+
* BiDi: Fix type of JavascriptLogEntry
12+
* Grid: improved exception handling when no cause is set (#11286)
13+
* Fix following contract of Closeable (#11282)
14+
* Grid: Get TZ from parent container when not passed as cap (#11289)
15+
* BiDi: Add LogInspector
16+
* Grid: do not offload from multiple threads to a single worker (#11260)
17+
* Add support for Selenium Manager to work with IE Driver
18+
* Improve error handling with Selenium Manager (#11300)
19+
* BiDi: Add constructor parameter for commands without a response
20+
* Grid: remove browser filters from makeW3CSafe
21+
* Fix bug for merging MutableCapabilities and Options
22+
123
v4.6.0
224
======
325
* Supported CDP versions: 85, 105, 106, 107

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.6.0"
1+
SE_VERSION = "4.7.0"

0 commit comments

Comments
 (0)