Skip to content

Commit 4446b8d

Browse files
committed
Updating java changelog
1 parent 0f49c42 commit 4446b8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

java/CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v3.13.0
2+
=======
3+
4+
* Introduced our own JSON parser and outputter, allowing GSON to be
5+
removed from our dependencies.
6+
* Exposing a `RemoteWebDriverBuilder` which can be used to construct
7+
instances of selenium when talking to servers that speak the w3c
8+
protocol.
9+
* Fixed loading of Grid hub and node config files.
10+
* Fixed `noProxy` handling in Grid.
11+
* Added bindings for custom ChromeDriver commands
12+
(GET_NETWORK_CONDITIONS, SET_NETWORK_CONDITIONS and
13+
DELETE_NETWORK_CONDITIONS) that allows client code to utilize
14+
built-in throttling functionality. (#3479)
15+
* Minimised data being encoded as JSON when serialising Java objects.
16+
* EventFiringWebDriver now fires events before and after `getText` and
17+
implements `HasCapabilities`.
18+
119
v3.12.0
220
=======
321

0 commit comments

Comments
 (0)