-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat!: remove deprecated append method in StreamWriterV2 #924
Conversation
Codecov Report
@@ Coverage Diff @@
## master #924 +/- ##
============================================
- Coverage 80.99% 80.95% -0.04%
Complexity 1021 1021
============================================
Files 76 76
Lines 5556 5556
Branches 426 427 +1
============================================
- Hits 4500 4498 -2
- Misses 879 881 +2
Partials 177 177
Continue to review full report at Codecov.
|
Hi @yayi-google -- the change is fine but the PR needs to be Please update both the PR subject and the initial commit (which will be used in the release notes). |
1db3e7c
to
8361971
Compare
Done. Thank you! |
Also this is breaking binary compatability:
To fix this, we need to modify this file -- we can delete these once the client is released (meaning new baseline is established for binary compat check). |
Done. Thank you!
…On Tue, Mar 9, 2021 at 8:14 AM Stephanie Wang ***@***.***> wrote:
Also this is breaking binary compatability:
Error: 7002: com.google.cloud.bigquery.storage.v1beta2.StreamWriterV2: Method 'public com.google.api.core.ApiFuture append(com.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest)' has been removed
To fix this, we need to modify this file
<https://github.com/googleapis/java-bigquerystorage/blob/master/google-cloud-bigquerystorage/clirr-ignored-differences.xml>
-- we can delete these once the client is released (meaning new baseline is
established for binary compat check).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#924 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASBQVIOKXPB6XHRIA2TCNTDTCY3NHANCNFSM4YWIDM3A>
.
|
This reverts commit f278775.
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.14.0...v2.0.0) (2021-03-09) ### ⚠ BREAKING CHANGES * remove deprecated append method in StreamWriterV2 (#924) ### Features * remove deprecated append method in StreamWriterV2 ([#924](https://www.github.com/googleapis/java-bigquerystorage/issues/924)) ([f278775](https://www.github.com/googleapis/java-bigquerystorage/commit/f2787751bf03d91d1575ee6e007f407f91d97157)) ### Bug Fixes * Revive schema update e2e test and adjust some test names ([#921](https://www.github.com/googleapis/java-bigquerystorage/issues/921)) ([dd392e5](https://www.github.com/googleapis/java-bigquerystorage/commit/dd392e54953e0b75e780532a4dab2d143b8d8665)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#931](https://www.github.com/googleapis/java-bigquerystorage/issues/931)) ([8c716c5](https://www.github.com/googleapis/java-bigquerystorage/commit/8c716c5d26420ef03f76a302c76892894045d4ad)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## [0.124.4](googleapis/java-storage-nio@v0.124.3...v0.124.4) (2022-06-09) ### Dependencies * update dependency com.google.cloud:google-cloud-storage to v2.8.0 ([googleapis#923](googleapis/java-storage-nio#923)) ([f3ae73e](googleapis/java-storage-nio@f3ae73e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️