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

chore(main): release 2.0.0 #3459

Merged
merged 3 commits into from
Feb 14, 2022
Merged

chore(main): release 2.0.0 #3459

merged 3 commits into from
Feb 14, 2022

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Jan 12, 2022

🤖 I have created a release beep boop

2.0.0 (2022-02-11)

This is the first release of Bigtable HBase 2.0.0. The main focus of Bigtable HBase 2.0.0 is to migrate the internal logic
from bigtable-client-core to java-bigtable. The primary difference from 1.x.x versions is that bigtable-client-core has
been completely removed and CloudBigtableIO has been migrated as well to the java-bigtable client library.

Other notable changes between 1.x.x and 2.0.0 include:

  • Deadlines are enabled by default (google.bigtable.rpc.use.timeouts)
  • Retry settings have been adjusted as follows:
    • Unary:
      • attempt: 20s
      • operation: 5m
    • Scan / bulkReads:
      • response: 5m
      • attempt 10m
      • operation: forever
    • BulkMutate:
      • attempt: 1m
      • operation (default): 10m
      • operation (BIGTABLE_USE_BATCH=false): 20m
  • Error handling has been improved to always be a subclass of IOException and to include the caller’s stack trace for asynchronous calls
  • Dependencies have been improved (mapreduce byo-hadoop, etc)
  • Minimum supported Java version is Java 8
  • Sending metrics to stackdriver is now supported
  • Upgraded HBase 1.x to 1.7.1 and HBase 2.x to 2.3.6

You can see all of the changes in our alpha -> beta releases by reading the CHANGELOG.md.

The changes between 2.0.0-beta6 and 2.0.0 are below.

Bug Fixes

  • check and mutate should check for existence on empty byte values (#3480) (813c6f0)
  • clean up timeout defaults and drop the ability to disable timeouts (#3352) (ad66be0)
  • do not use system class loader (#3501) (27ea123)
  • filter out results on no-op filters (#3456) (84bf4ca)

Dependencies

  • remove explicit auto value dependency in bigtable-beam-import (#3413) (435e072)
  • update bigtable veneer to 2.5.1 and shared config to 1.2.6 (#3351) (6741053)
  • update bigtable.version to v2.5.2 (#3481) (98e81ad)
  • update bigtable.version to v2.5.3 (#3495) (cd62310)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.0 (#3431) (fa4843e)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.1 (#3440) (dfb7f52)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.2 (#3482) (ba471b7)
  • update dependency com.google.cloud:google-cloud-bigtable-emulator to v0.142.3 (#3496) (a854cdd)
  • update dependency com.google.cloud.bigtable:bigtable-client-core to v1.26.3 (#3505) (4062ab0)
  • update dependency com.google.errorprone:error_prone_annotations to v2.11.0 (#3477) (6981aab)
  • update dependency net.bytebuddy:byte-buddy to v1.12.7 (#3471) (2beac87)
  • update metrics version to 1.26.3, exclude api-common, clean up renovate config (#3504) (2d213ad)
  • upgrade hbase2 to 2.3.6 (#3429) (3ce4cbc)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners January 12, 2022 17:54
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/java-bigtable-hbase API. label Jan 12, 2022
@kolea2 kolea2 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 12, 2022
kolea2
kolea2 previously requested changes Jan 12, 2022
@@ -19,7 +19,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core-parent</artifactId>
<version>2.0.0-beta7-SNAPSHOT</version> <!-- {x-version-update:bigtable-client-parent:current} -->
<version>2.0.1-beta6</version> <!-- {x-version-update:bigtable-client-parent:current} -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

versions need to be fixed

@release-please release-please bot force-pushed the release-please--branches--main branch 5 times, most recently from 88f6b69 to d573d6e Compare January 19, 2022 01:22
@release-please release-please bot force-pushed the release-please--branches--main branch 4 times, most recently from 8b44878 to bb70526 Compare January 28, 2022 18:07
@release-please release-please bot force-pushed the release-please--branches--main branch 4 times, most recently from dd6f25f to fda6461 Compare February 2, 2022 16:57
@meltsufin meltsufin added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Feb 3, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 3, 2022
@kolea2 kolea2 removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 3, 2022
@kolea2 kolea2 dismissed their stale review February 3, 2022 20:55

not ready for release

@meltsufin meltsufin self-requested a review February 3, 2022 20:59
@release-please release-please bot force-pushed the release-please--branches--main branch 4 times, most recently from 207dee0 to 9768a36 Compare February 9, 2022 17:27
@release-please release-please bot force-pushed the release-please--branches--main branch 4 times, most recently from 9224111 to a79443c Compare February 11, 2022 14:21
@release-please release-please bot changed the title chore(main): release 2.0.1-beta6 chore(main): release 2.0.0 Feb 11, 2022
@release-please release-please bot force-pushed the release-please--branches--main branch from a79443c to e2b89d6 Compare February 11, 2022 15:33
@kolea2 kolea2 added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Feb 14, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2022
@kolea2 kolea2 added the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 14, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 14, 2022
@kolea2 kolea2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 14, 2022
Copy link
Collaborator

@igorbernstein2 igorbernstein2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kolea2 kolea2 merged commit 96793dc into main Feb 14, 2022
@kolea2 kolea2 deleted the release-please--branches--main branch February 14, 2022 16:55
@release-please
Copy link
Contributor Author

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/java-bigtable-hbase API. autorelease: published
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants