File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ v3.10.0
2
+ =======
3
+
4
+ * Deprecate internal Duration in favor of java.time.Duration
5
+ * Fix handling of IE capabilities in Grid Nodes. Fixes #5502
6
+ * Fix problem where Grid wasn't starting Safari sessions
7
+ * Migrate Selenium Grid to reduce exporting GSON and Apache HttpClient
8
+ as much to public APIs.
9
+ * Migrate Grid to use Selenium's own abstractions where possible. This
10
+ means that more of it is using OkHttp rather than the Apache
11
+ HttpClient.
12
+ * Fix an issue where RemoteProxy instances were causing an exception
13
+ to be thrown if they weren't marked as a ManagedService.
14
+ * Deleting ability to run html suites with selenium-server-standalone,
15
+ users are adviced to use htmlrunner
16
+
1
17
v3.9.1
2
18
======
3
19
You can’t perform that action at this time.
0 commit comments