Skip to content

Commit 5844316

Browse files
committed
Updating Java changelog for 3.8
1 parent d897de9 commit 5844316

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

java/CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
v3.8.0
22
======
33

4-
* Added support for managing Grid Hubs and Nodes via JMX
4+
* Node skips configurations that does not match current platform, no more IE
5+
slots on Linux-based nodes.
6+
* Introduced unique ids for node slot configurations. Hub injects UID of the
7+
matched configuration to the new request payload. Node mutates capabilities
8+
with matching config UUID only. This allows to have multiple configurations
9+
for the same browser in node config file.
10+
* Implemented matching of some browser-specific capabilities on Grid hub,
11+
namely "marionette" for Firefox (default is true) and "technologyPreview"
12+
for Safari (default is false).
13+
* "technologyPreview" capability is now honored again by SafariDriver.
14+
* Added initial support for managing Grid Hubs and Nodes via JMX
515
* Removed `Alert.authenticate` and supporting classes
616
* Better handling of configuring SafariDriver via capabilities.
717

0 commit comments

Comments
 (0)