Skip to content

Commit f49083f

Browse files
committed
Bump java version to 3.5.1
And capture the update in the changelog
1 parent a506ad2 commit f49083f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

SELENIUM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = '3.5.0'
1+
SE_VERSION = '3.5.1'
22

java/CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1+
v3.5.1
2+
======
3+
4+
Important note:
5+
6+
* The new standalone server and Grid Node feature a "pass through"
7+
mode. If you see changes to the Selenium WebDriver "logging" APIs or
8+
automatic capture of screenshots on error (or if you want the old
9+
behaviour back) you can do so by executing:
10+
11+
`java -jar selenium-server-standalone-3.5.1.jar -enablePassThrough false`
12+
13+
* Bump guava to version 23. This is work around an issue where maven
14+
will select guava's android variant if using a ranged selector.
15+
16+
117
v3.5.0
218
======
319

20+
Note: Never pushed to maven due to problems resolving guava version.
21+
422
Important note:
523

624
* The new standalone server and Grid Node feature a "pass through"

javascript/firefox-driver/extension/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<Description about="urn:mozilla:install-manifest">
55
<em:id>[email protected]</em:id>
6-
<em:version>3.5.0</em:version>
6+
<em:version>3.5.1</em:version>
77
<em:type>2</em:type>
88
<em:name>Firefox WebDriver</em:name>
99
<em:description>WebDriver implementation for Firefox</em:description>

0 commit comments

Comments
 (0)