Skip to content

Commit ce962bd

Browse files
committed
Bump Java version number to 3.5.3
Also update CHANGELOG
1 parent 77ae1f8 commit ce962bd

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def release_version
4949
end
5050

5151
def version
52-
"#{release_version}.2"
52+
"#{release_version}.3"
5353
end
5454

5555
ide_version = "2.8.0"

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.2'
1+
SE_VERSION = '3.5.3'
22

java/CHANGELOG

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
1+
v3.5.3
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.3.jar -enablePassThrough false`
12+
13+
* Allow user-provided DriverProviders to override default providers in
14+
passthrough mode.
15+
* Fixes issue with W3C Actions not being properly filled when multiple
16+
input sources are used.
17+
* Handle null return values from chromedriver. Fixes #4555
18+
* Synchronized "platform" and "platformName" capability values. Fixes #4565
19+
* Add iOS `Platform`.
20+
* Fix wrapping of maps with null values. Fixes #3380
21+
* Grid: Add new w3c compatible `status` endpoints for Hub and nodes.
22+
* Grid: Properly parse responses from upstream nodes that are not
23+
200. Fixes issue where `NoSuchElementException` was mistaken for a
24+
`NoSuchSessionException`.
25+
* Grid: Handle re-encoding issue when transferring text from the
26+
endpoint node to the local end.
27+
28+
129
v3.5.2
230
======
331

32+
Important note:
33+
34+
* The new standalone server and Grid Node feature a "pass through"
35+
mode. If you see changes to the Selenium WebDriver "logging" APIs or
36+
automatic capture of screenshots on error (or if you want the old
37+
behaviour back) you can do so by executing:
38+
39+
`java -jar selenium-server-standalone-3.5.2.jar -enablePassThrough false`
40+
441
* Avoid encoding numbers as floats rather then longs in JSON payloads.
542
* New "pass through" mode supports file uploads again.
643
* Added support for querying running sessions via the

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.2</em:version>
6+
<em:version>3.5.3</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)