Skip to content

Commit 3244a8b

Browse files
committed
[java] Update Java changelog for 4.1.0
[skip ci]
1 parent 4c683dd commit 3244a8b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

java/CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v4.1.0
2+
======
3+
4+
* Supported CDP versions: 85, 94, 95, 96
5+
* Removed USE_CHROMIUM from EdgeOptions as new Edge is the default
6+
* [grid] Fixed command completion for ZSH when using the Selenium Server
7+
* Pass WebDriver instead of Loggable to allow augmentation of HasLogEvents
8+
* [grid] Using a random port when "-1" is set as port number for the Selenium Server
9+
* Handle Json parsing error such that future messages are not blocked
10+
* [grid] Fix host option
11+
* Changing type of extraInfo from HashMap to ConcurrentHasMap to avoid
12+
ConcurrentModificationException while reading exception message by parallel threads
13+
* Add retry http request filter for transient errors.
14+
* Fix Javadoc code block formatting
15+
* [grid] Using non-loopback address when default config is used
16+
* Fix classloading error in host identifier
17+
118
v4.0.0
219
======
320

0 commit comments

Comments
 (0)