Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

chore: release 1.14.0#903

Merged
gcf-merge-on-green[bot] merged 1 commit intomasterfrom
release-please/branches/master
Mar 4, 2021
Merged

chore: release 1.14.0#903
gcf-merge-on-green[bot] merged 1 commit intomasterfrom
release-please/branches/master

Conversation

@release-please
Copy link
Copy Markdown
Contributor

@release-please release-please bot commented Mar 2, 2021

🤖 I have created a release *beep* *boop*

1.14.0 (2021-03-04)

Features

  • update StreamWriterV2 to support trace id (#895) (2e49ce8)

Bug Fixes

  • add schema update back to json writer (#905) (a2adbf8)
  • Add unit test for concurrent issues we worried about, and fix some locking issues (#854) (0870797)
  • test failure testAppendWhileShutdownSuccess (#904) (b80183e)
  • testAppendWhileShutdownSuccess race (#907) (d39443d)

Dependencies

  • update dependency com.google.cloud:google-cloud-bigquery to v1.127.6 (#909) (505938b)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team and tswast March 2, 2021 17:43
@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Mar 2, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 2, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 2, 2021

Codecov Report

Merging #903 (320ad67) into master (f5f6b39) will decrease coverage by 0.35%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #903      +/-   ##
============================================
- Coverage     80.92%   80.57%   -0.36%     
+ Complexity     1020      976      -44     
============================================
  Files            76       76              
  Lines          5556     5435     -121     
  Branches        426      413      -13     
============================================
- Hits           4496     4379     -117     
+ Misses          884      881       -3     
+ Partials        176      175       -1     
Impacted Files Coverage Δ Complexity Δ
...bigquery/storage/v1alpha2/BigQueryWriteClient.java 77.61% <0.00%> (-2.91%) 28.00% <0.00%> (-10.00%)
...ery/storage/v1beta1/BaseBigQueryStorageClient.java 70.37% <0.00%> (-2.52%) 17.00% <0.00%> (-5.00%)
...ud/bigquery/storage/v1/BaseBigQueryReadClient.java 58.97% <0.00%> (-2.01%) 10.00% <0.00%> (-2.00%)
...gquery/storage/v1beta2/BaseBigQueryReadClient.java 58.97% <0.00%> (-2.01%) 10.00% <0.00%> (-2.00%)
...igquery/storage/v1beta1/BigQueryStorageClient.java 68.75% <0.00%> (-1.84%) 16.00% <0.00%> (-3.00%)
.../cloud/bigquery/storage/v1/BigQueryReadClient.java 51.51% <0.00%> (-1.43%) 8.00% <0.00%> (-1.00%)
...d/bigquery/storage/v1beta2/BigQueryReadClient.java 51.51% <0.00%> (-1.43%) 8.00% <0.00%> (-1.00%)
.../bigquery/storage/v1beta2/BigQueryWriteClient.java 74.13% <0.00%> (-1.25%) 26.00% <0.00%> (-7.00%)
...bigquery/storage/v1/stub/GrpcBigQueryReadStub.java 88.88% <0.00%> (-0.65%) 9.00% <0.00%> (-1.00%)
...ery/storage/v1beta2/stub/GrpcBigQueryReadStub.java 88.88% <0.00%> (-0.65%) 9.00% <0.00%> (-1.00%)
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5f6b39...320ad67. Read the comment docs.

@release-please release-please bot changed the title chore(master): release 1.13.1 chore(master): release 1.14.0 Mar 2, 2021
@release-please release-please bot force-pushed the release-please/branches/master branch from a637c42 to eaba2ea Compare March 2, 2021 18:00
@stephaniewang526 stephaniewang526 added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Mar 2, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 2, 2021
@release-please release-please bot force-pushed the release-please/branches/master branch 2 times, most recently from 91190ad to 47a3326 Compare March 3, 2021 00:46
@gcf-merge-on-green
Copy link
Copy Markdown

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 3, 2021
@release-please release-please bot force-pushed the release-please/branches/master branch 3 times, most recently from b59a905 to 6885edf Compare March 3, 2021 19:24
@release-please release-please bot changed the title chore(master): release 1.14.0 chore: release 1.14.0 Mar 3, 2021
@release-please release-please bot force-pushed the release-please/branches/master branch from 6885edf to ebd1850 Compare March 3, 2021 19:52
@release-please release-please bot force-pushed the release-please/branches/master branch from ebd1850 to 320ad67 Compare March 4, 2021 19:36
@stephaniewang526 stephaniewang526 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 4, 2021
@stephaniewang526 stephaniewang526 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 4, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 4, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit fab154a into master Mar 4, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-please/branches/master branch March 4, 2021 20:20
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 4, 2021
@yoshi-automation
Copy link
Copy Markdown
Contributor

@release-tool-publish-reporter
Copy link
Copy Markdown

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

@release-tool-publish-reporter
Copy link
Copy Markdown

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

shubhwip pushed a commit to shubhwip/java-bigquerystorage that referenced this pull request Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. autorelease: published cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants