Skip to content

2022-09-15 (GCS 2.2.8)

Compare
Choose a tag to compare
@arunkumarchacko arunkumarchacko released this 15 Sep 23:44
· 109 commits to branch-2.2.x since this release
e51b0f8

What's Changed

2.2.8 - 2022-09-12

  1. Set socket read timeout (fs.gs.http.read-timeout) as early as possible on
    new sockets returned from the custom SSLSocketFactory. This guarantees the
    timeout is enforced during TLS handshakes when using Conscrypt as the
    security provider.

  2. Add trace logging for JSON and gRPC requests, toggled with option:

    fs.gs.tracelog.enable (default : false)
    
  3. Fixing seek back to same position with grpc channel.

  4. Grpc read optimization to not prematurely close existing requests.

  5. Retry request on 408/timeout response from server.

  6. Upgrade Google auth dependency to 1.7.0.

  7. Increasing gRPC read timeout from 30 seconds to 3600 seconds.

  8. Set default value for fs.gs.list.max.items.per.call property to 5000.

  9. Adding support for invocationId in Json path.

Full Changelog: v2.2.7...v2.2.8