-
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
fix: migrate json writer to use StreamWriterV2 #1058
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1058 +/- ##
============================================
- Coverage 79.49% 79.48% -0.01%
+ Complexity 701 700 -1
============================================
Files 61 61
Lines 3945 3944 -1
Branches 264 266 +2
============================================
- Hits 3136 3135 -1
Misses 684 684
Partials 125 125
Continue to review full report at Codecov.
|
@@ -3,27 +3,8 @@ | |||
<differences> | |||
<!-- Allow below protobuf changes as non-breaking--> | |||
<difference> | |||
<differenceType>8001</differenceType> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please don't remove any of these existing <difference>
s since they are needed to allow protobuf changes to be non-breaking.
🤖 I have created a release \*beep\* \*boop\* --- ### [1.20.4](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.20.3...v1.20.4) (2021-05-11) ### Bug Fixes * migrate json writer to use StreamWriterV2 ([#1058](https://www.github.com/googleapis/java-bigquerystorage/issues/1058)) ([586777f](https://www.github.com/googleapis/java-bigquerystorage/commit/586777f289f3dc84d2d6237463f128d278d2465f)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#1061](https://www.github.com/googleapis/java-bigquerystorage/issues/1061)) ([d6c3146](https://www.github.com/googleapis/java-bigquerystorage/commit/d6c3146d21282d1e0724583f68a31184d2d7167b)) --- 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.21](https://togithub.com/googleapis/java-storage-nio/compare/v0.124.20...v0.124.21) (2022-11-18) ### Dependencies * Update dependency com.google.cloud:google-cloud-storage to v2.15.1 ([googleapis#1057](https://togithub.com/googleapis/java-storage-nio/issues/1057)) ([88b1aac](https://togithub.com/googleapis/java-storage-nio/commit/88b1aace911f8b2187b5cba246ea13a143bad7ad)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.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> ☕️