From a8f1d5f488f3e620d66ca93eeb6503b23009a8ad Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Fri, 13 Mar 2020 13:18:27 +0100 Subject: [PATCH] [java] Updating changelog for v4.0.0-alpha-5 --- Rakefile | 1 + java/CHANGELOG | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/Rakefile b/Rakefile index d05ac43be1055..bd50e8f2f285d 100644 --- a/Rakefile +++ b/Rakefile @@ -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 ] diff --git a/java/CHANGELOG b/java/CHANGELOG index 2ebd1c56ca667..c72e1cf458078 100644 --- a/java/CHANGELOG +++ b/java/CHANGELOG @@ -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 ==============