memiiso / debezium-server-iceberg

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
Apache License 2.0
178 stars 35 forks source link

Bump gcsio from 2.2.7 to 2.2.9 #152

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps gcsio from 2.2.7 to 2.2.9.

Release notes

Sourced from gcsio's releases.

2.2.9

  1. The Google Cloud Storage Connector now can be used as a Hadoop Credential Provider.

2022-09-15 (GCS 2.2.8)

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: https://github.com/GoogleCloudDataproc/hadoop-connectors/compare/v2.2.7...v2.2.8

Commits
  • 7e5288d Add a note about cost implication for enabled fs.gs.status.parallel.enable ...
  • 9ba13a6 Support GCS Connector usage as a Hadoop Credential Provider. (#882)
  • a820950 Add Time-Specific Metrics (#867)
  • d16e109 Disable a failing test (#879)
  • 61f8629 Enforce early socket read timeout setting. (#863)
  • 3826f97 Updating default value of max list items per call (#856)
  • de53e52 adding support for invocationId in Json path (#850)
  • db12a53 Grpc read timeout fix (#857)
  • 96cdbc8 Simplifying gRPC buffered read flow (#853)
  • 782b3e9 adding unit test for batch request failue (#851)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)