diff --git a/SELENIUM_VERSION b/SELENIUM_VERSION index d1a93ced060d1..4568b0d6172a3 100644 --- a/SELENIUM_VERSION +++ b/SELENIUM_VERSION @@ -1,2 +1,2 @@ -SE_VERSION = '3.5.0' +SE_VERSION = '3.5.1' diff --git a/java/CHANGELOG b/java/CHANGELOG index 7a27633f8643a..7811ac5e0e9a8 100644 --- a/java/CHANGELOG +++ b/java/CHANGELOG @@ -1,6 +1,24 @@ +v3.5.1 +====== + +Important note: + +* The new standalone server and Grid Node feature a "pass through" + mode. If you see changes to the Selenium WebDriver "logging" APIs or + automatic capture of screenshots on error (or if you want the old + behaviour back) you can do so by executing: + + `java -jar selenium-server-standalone-3.5.1.jar -enablePassThrough false` + +* Bump guava to version 23. This is work around an issue where maven + will select guava's android variant if using a ranged selector. + + v3.5.0 ====== +Note: Never pushed to maven due to problems resolving guava version. + Important note: * The new standalone server and Grid Node feature a "pass through" diff --git a/javascript/firefox-driver/extension/install.rdf b/javascript/firefox-driver/extension/install.rdf index 85b61f0231530..26bad5dcd46e1 100644 --- a/javascript/firefox-driver/extension/install.rdf +++ b/javascript/firefox-driver/extension/install.rdf @@ -3,7 +3,7 @@ fxdriver@googlecode.com - 3.5.0 + 3.5.1 2 Firefox WebDriver WebDriver implementation for Firefox