Skip to content

Commit

Permalink
[java] Updating changelog for v4.0.0-alpha-5
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 13, 2020
1 parent 9b2732b commit a8f1d5f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/client/src/org/openqa/selenium:client-combined-maven-artifacts
//java/client/src/org/openqa/selenium:core-maven-artifacts
//java/server/src/com/thoughtworks/selenium/webdriven:webdriven-maven-artifacts
//java/server/src/org/openqa/selenium/grid/sessionmap/redis:redis-maven-artifacts
//java/server/src/org/openqa/selenium/grid:grid-maven-artifacts
]

Expand Down
20 changes: 20 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v4.0.0-alpha-5
==============

* Implement "minimize window"
* Add `SameSite` attribute to `Cookie`
* Improve Docker support to use unix domain sockets and the
DOCKER_HOST env variable.
* Minimum supported Docker protocol is v1.40. This matches the release
on all platforms at 2020-03-13
* Stop driver server when session is over. Fixes #7989
* Reuse the same HTTP client instead of creating a client per
session. Fixes #7989
* Sending auth headers to the grid if username and password are
specified in the base URL. Fixes #8005
* Replace OpenTracing with OpenTelemetry
* Enabling IPv6 in the Grid, fixes #7541
* Add response to RemoteWebDriver's client log level (#7925)
* Add a command to run the message bus as a standalone component
* Make "info help" less misleading

v4.0.0-alpha-4
==============

Expand Down

0 comments on commit a8f1d5f

Please sign in to comment.