Skip to content

Commit

Permalink
Updating Java changelog for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 28, 2017
1 parent d897de9 commit 5844316
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
v3.8.0
======

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

Expand Down

0 comments on commit 5844316

Please sign in to comment.