Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google-cloud-bigtable from 2.11.2 to 2.20.0 #218

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2023

Bumps google-cloud-bigtable from 2.11.2 to 2.20.0.

Release notes

Sourced from google-cloud-bigtable's releases.

v2.20.0

2.20.0 (2023-03-02)

Features

  • Add getNewPartitions method to CloseStream for Bigtable ChangeStream (#1655) (8847fed)
  • Add new_partitions field for CloseStream for Cloud Bigtable ChangeStream (#1654) (0e283bf)

Bug Fixes

  • Fix StackOverflow in ChangeStreamStateMachine due to excessive mods (#1648) (9e11106)
  • Use org.threeten.bp.Duration for ReadChangeStreamQuery::heartbeatDura… (#1652) (87261a9)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.13.0 (#1656) (1c632ec)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 (#1657) (c7a3e29)

v2.19.2

2.19.2 (2023-02-21)

Bug Fixes

  • Change types for Cloud Bigtable Changestream methods (#1639) (908d70f)

Dependencies

  • Update shared deps to 3.3.0 and monitoring to 3.12.0 (#1643) (1a54fbf)

v2.19.1

2.19.1 (2023-02-16)

Bug Fixes

  • Change the return type of Heartbeat::getEstimatedLowWatermark to long (#1631) (a101494)
  • Fix connectivity error count calculation (#1632) (0803785)
  • test: Fix flaky test (#1633) (fc29cd3)

Dependencies

  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 (#1626) (0865023)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 (#1627) (782e81f)

... (truncated)

Changelog

Sourced from google-cloud-bigtable's changelog.

2.20.0 (2023-03-02)

Features

  • Add getNewPartitions method to CloseStream for Bigtable ChangeStream (#1655) (8847fed)
  • Add new_partitions field for CloseStream for Cloud Bigtable ChangeStream (#1654) (0e283bf)

Bug Fixes

  • Fix StackOverflow in ChangeStreamStateMachine due to excessive mods (#1648) (9e11106)
  • Use org.threeten.bp.Duration for ReadChangeStreamQuery::heartbeatDura… (#1652) (87261a9)

Dependencies

  • Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.13.0 (#1656) (1c632ec)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 (#1657) (c7a3e29)

2.19.2 (2023-02-21)

Bug Fixes

  • Change types for Cloud Bigtable Changestream methods (#1639) (908d70f)

Dependencies

  • Update shared deps to 3.3.0 and monitoring to 3.12.0 (#1643) (1a54fbf)

2.19.1 (2023-02-16)

Bug Fixes

  • Change the return type of Heartbeat::getEstimatedLowWatermark to long (#1631) (a101494)
  • Fix connectivity error count calculation (#1632) (0803785)
  • test: Fix flaky test (#1633) (fc29cd3)

Dependencies

  • Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 (#1626) (0865023)
  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 (#1627) (782e81f)

2.19.0 (2023-02-10)

... (truncated)

Commits
  • 261ffc2 chore(main): release 2.20.0 (#1649)
  • 1c632ec deps: update dependency com.google.cloud:google-cloud-monitoring-bom to v3.13...
  • c7a3e29 deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • 8847fed feat: Add getNewPartitions method to CloseStream for Bigtable ChangeStream (#...
  • 0e283bf feat: add new_partitions field for CloseStream for Cloud Bigtable ChangeStrea...
  • 87261a9 fix: Use org.threeten.bp.Duration for ReadChangeStreamQuery::heartbeatDura… (...
  • 5ba3d61 test: fix type in test (#1653)
  • 9e11106 fix: Fix StackOverflow in ChangeStreamStateMachine due to excessive mods (#1648)
  • 6b4f63c chore(deps): update dependency com.google.cloud:libraries-bom to v26.9.0 (#1647)
  • 24f351e build(deps): update releasetool version for release scripts (#1768) (#1646)
  • 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)

Bumps [google-cloud-bigtable](https://github.com/googleapis/java-bigtable) from 2.11.2 to 2.20.0.
- [Release notes](https://github.com/googleapis/java-bigtable/releases)
- [Changelog](https://github.com/googleapis/java-bigtable/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-bigtable@v2.11.2...v2.20.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-bigtable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2023
@erikmafo
Copy link
Owner

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2023

Superseded by #220.

@dependabot dependabot bot closed this Nov 18, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.google.cloud-google-cloud-bigtable-2.20.0 branch November 18, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant