Skip to content

Commit

Permalink
Bump java version to 3.5.1
Browse files Browse the repository at this point in the history
And capture the update in the changelog
  • Loading branch information
shs96c committed Aug 15, 2017
1 parent a506ad2 commit f49083f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SELENIUM_VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = '3.5.0'
SE_VERSION = '3.5.1'

18 changes: 18 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>fxdriver@googlecode.com</em:id>
<em:version>3.5.0</em:version>
<em:version>3.5.1</em:version>
<em:type>2</em:type>
<em:name>Firefox WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
Expand Down

0 comments on commit f49083f

Please sign in to comment.