Skip to content

Commit cdcf737

Browse files
committed
Update java changelog
1 parent a85ea5c commit cdcf737

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

java/CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v3.12.0
2+
=======
3+
4+
* Added `User-Agent` header to requests from Selenium to give remote
5+
ends more visibility into distribution of clients.
6+
* Remove GSON from how we coerce JSON to Java types.
7+
* Clean up the internals of Selenium's JSON handling, including
8+
deprecating places where GSON leaks from our APIs.
9+
* Grid assignes node to a random free port if not specified.
10+
explicitly. Fixes #5783.
11+
* Reduced visibility of DriverService.sendOutputTo.
12+
* Addressed concerns about backward compatability of Grid's `-host`
13+
parameter.
14+
* Implemented WebStorage in ChromeDriver and FirefoxDriver.
15+
* Documentation clean up in `By`.
16+
* `before/afterGetScreenshotAs` added to to WebDriverEventListener.
17+
118
v3.11.0
219
=======
320

0 commit comments

Comments
 (0)