Skip to content

Commit

Permalink
Updating java changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 19, 2018
1 parent 01508b4 commit 6f0d400
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v3.9.0
======

* Switched to OkHttp for all HTTP communication. The version used can
be changed back to the Apache HttpClient by setting the
`webdriver.http.factory` system property to `apache`.
* Removed passthrough mode for the server.
* Grid: (implementation note) Start migrating servlets used to be
command handlers.
* Upgraded every dependency to latest versions.
* Added varargs methods to `ExpectedConditions` in order to avoid
annoying `Arrays.asList`.
* Better logging when new session creation errors.

v3.8.1
======

Expand Down

0 comments on commit 6f0d400

Please sign in to comment.