2022-09-15 (GCS 2.2.8)
arunkumarchacko
released this
15 Sep 23:44
·
115 commits
to branch-2.2.x
since this release
What's Changed
2.2.8 - 2022-09-12
-
Set socket read timeout (
fs.gs.http.read-timeout
) as early as possible on
new sockets returned from the customSSLSocketFactory
. This guarantees the
timeout is enforced during TLS handshakes when using Conscrypt as the
security provider. -
Add trace logging for JSON and gRPC requests, toggled with option:
fs.gs.tracelog.enable (default : false)
-
Fixing seek back to same position with grpc channel.
-
Grpc read optimization to not prematurely close existing requests.
-
Retry request on 408/timeout response from server.
-
Upgrade Google auth dependency to 1.7.0.
-
Increasing gRPC read timeout from 30 seconds to 3600 seconds.
-
Set default value for
fs.gs.list.max.items.per.call
property to5000
. -
Adding support for invocationId in Json path.
Full Changelog: v2.2.7...v2.2.8