memiiso / debezium-server-iceberg

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

Bump google-cloud-storage from 2.16.0 to 2.19.0 #180

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps google-cloud-storage from 2.16.0 to 2.19.0.

Release notes

Sourced from google-cloud-storage's releases.

v2.19.0

2.19.0 (2023-02-21)

Features

  • Update routing annotation for CreateBucketRequest (#1892) (581120f)

Bug Fixes

  • Update Default RetryStrategy to retry SSLException caused by SocketException (#1900) (be2aba0)
  • Update GrpcStorageImpl handling to be aware of quotaProjectId (#1877) (ca8510e), closes #1736

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.3.0 (#1907) (85e22d7)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 (#1904) (95b9aef)

v2.18.0

2.18.0 (2023-02-06)

Features

  • Add Storage.BlobWriteOption.{meta,}generation{Not,}Match(long) methods to allow literal value construction (#1875) (a9fab09)
  • Setting up 2.15.x (#1880) (1c88e83)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 (#1886) (6928556)

v2.17.2

2.17.2 (2023-01-23)

Bug Fixes

  • Update BlobReadChannelV2 handling to correctly restart for decompressed object (#1867) (93e8ed4)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.2 (#1865) (ceb9a61)

v2.17.1

2.17.1 (2023-01-13)

... (truncated)

Changelog

Sourced from google-cloud-storage's changelog.

2.19.0 (2023-02-21)

Features

  • Update routing annotation for CreateBucketRequest (#1892) (581120f)

Bug Fixes

  • Update Default RetryStrategy to retry SSLException caused by SocketException (#1900) (be2aba0)
  • Update GrpcStorageImpl handling to be aware of quotaProjectId (#1877) (ca8510e), closes #1736

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.3.0 (#1907) (85e22d7)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 (#1904) (95b9aef)

2.18.0 (2023-02-06)

Features

  • Add Storage.BlobWriteOption.{meta,}generation{Not,}Match(long) methods to allow literal value construction (#1875) (a9fab09)
  • Setting up 2.15.x (#1880) (1c88e83)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 (#1886) (6928556)

2.17.2 (2023-01-23)

Bug Fixes

  • Update BlobReadChannelV2 handling to correctly restart for decompressed object (#1867) (93e8ed4)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.2 (#1865) (ceb9a61)

2.17.1 (2023-01-13)

Bug Fixes

  • Update BaseStorageReadChannel to be left open unless explicitly closed (#1853) (1425dd9)

... (truncated)

Commits
  • fca5697 chore(main): release 2.19.0 (#1894)
  • 5de0c09 test(deps): update cross product test dependencies (#1908)
  • 85e22d7 deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • 3e6852e chore: misc test cleanup (#1899)
  • be2aba0 fix: update Default RetryStrategy to retry SSLException caused by SocketExcep...
  • 7b597af chore: remove cumulative crc32c check on GapicUnbufferedReadableByteChannel (...
  • bec36b7 chore: add feat/breaking-preview branch protection (#1905)
  • 95b9aef deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20...
  • 8f77bd1 build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • aa3bf47 chore(deps): update dependency com.google.cloud:libraries-bom to v26.8.0 (#1901)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #186.