File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
18
v4.0.0
2
19
======
3
20
You can’t perform that action at this time.
0 commit comments