-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-go
base: bigquery/v1.35.0
head repository: googleapis/google-cloud-go
compare: bigquery/v1.36.0
- 16 commits
- 368 files changed
- 9 contributors
Commits on Jul 11, 2022
-
feat(bigtable): adds autoscaling target storage per node (#6317)
* feat: adds autoscaling target storage per node * test: adds tests
Configuration menu - View commit details
-
Copy full SHA for 5eab4c3 - Browse repository at this point
Copy the full SHA 5eab4c3View commit details -
chore(storage): gRPC ComposeObject implementation (#6283)
Adds implementation in gRPC and HTTP for client.ComposeObject as well as an emulator test. Required a bit of refactoring around method signature and params but hopefully this makes it clearer what is going on.
Configuration menu - View commit details
-
Copy full SHA for 3c038ec - Browse repository at this point
Copy the full SHA 3c038ecView commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 49f9549 - Browse repository at this point
Copy the full SHA 49f9549View commit details -
Configuration menu - View commit details
-
Copy full SHA for f29db2f - Browse repository at this point
Copy the full SHA f29db2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d2873 - Browse repository at this point
Copy the full SHA 75d2873View commit details -
chore(beyondcorp): start generating apiv1 (#6326)
feat(beyondcorp/appconnectors): start generating apiv1 feat(beyondcorp/appgateways): start generating apiv1 feat(beyondcorp/clientconnectorservices): start generating apiv1 feat(beyondcorp/clientgateways): start generating apiv1
Configuration menu - View commit details
-
Copy full SHA for 7066fed - Browse repository at this point
Copy the full SHA 7066fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 989cd0e - Browse repository at this point
Copy the full SHA 989cd0eView commit details -
testing(bigquery/storage/managewriter): confirm packed behaviors with…
… normalization (#6327) * testing(bigquery/storage/managewriter): confirm packed behaviors with normalization It turns out that packed repeated values are backwards compatible, so reading values doesn't require parity with the packed option in the writer. This PR adds tests for normalizing a proto3 descriptor of the various repeated scalar types, and adds a validation test to ensure packing behavior is as expected.
Configuration menu - View commit details
-
Copy full SHA for 6d1e9fe - Browse repository at this point
Copy the full SHA 6d1e9feView commit details
Commits on Jul 13, 2022
-
feat(storage): add Custom Placement Config Dual Region Support (#6294)
* feat(storage): support Custom Dual Regions with CustomPlacementConfig * fix typo * add comments * address pr comments * new sublink
Configuration menu - View commit details
-
Copy full SHA for 5a8c607 - Browse repository at this point
Copy the full SHA 5a8c607View commit details
Commits on Jul 14, 2022
-
feat(bigquery/storage/managedwriter/adapt): support packed field opti…
…on (#6312) * feat(bigquery/storage/managedwriter/adapt): support packed field option This PR adds the "packed" field option for repeated numeric scalar types when converting from table schema to proto descriptor. For large repetitions, this can yield wire size encoding benefits. This option is only relevant for proto2 descriptors; proto3 packs by default.
Configuration menu - View commit details
-
Copy full SHA for fc3417b - Browse repository at this point
Copy the full SHA fc3417bView commit details -
chore: update go version to 1.17 (#6342)
This does not affect the version of Go we support. More details here: googleapis/go-genproto#859
Configuration menu - View commit details
-
Copy full SHA for f95a0e1 - Browse repository at this point
Copy the full SHA f95a0e1View commit details
Commits on Jul 15, 2022
-
chore(all): auto-regenerate gapics (#6337)
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: googleapis/go-genproto#857 Changes: feat(bigquery/migration): Add Presto dialect to bigquerymigration v2 client library PiperOrigin-RevId: 460797158 Source-Link: googleapis/googleapis@46f2598
Configuration menu - View commit details
-
Copy full SHA for 89a049a - Browse repository at this point
Copy the full SHA 89a049aView commit details -
fix(bigquery/storage/managedwriter): improve network reconnection (#6338
) * fix(bigquery/storage/managedwriter): improve network reconnection Issuing a sufficiently large single append request is enough to trigger the server backend to close an existing grpc stream. This PR addresses the problem by allowing a failed request to signal that subsequent requests should request a new grpc stream connection. This PR also adds an integration test that induces the failure by issuing a large request, and ensures subsequent requests succeed. Towards: #6321
Configuration menu - View commit details
-
Copy full SHA for 085a038 - Browse repository at this point
Copy the full SHA 085a038View commit details
Commits on Jul 16, 2022
-
fix(pubsub): make receipt modack call async (#6335)
* fix(pubsub): make receipt modack call async * dont propagate modack errors * update comment on why errors are not checked
Configuration menu - View commit details
-
Copy full SHA for d12ca07 - Browse repository at this point
Copy the full SHA d12ca07View commit details
Commits on Jul 18, 2022
-
chore(all): auto-regenerate gapics (#6347)
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: googleapis/go-genproto#861 Changes: feat(dataplex): Add IAM support for Explore content APIs feat: Add support for custom container for Task feat: Add support for cross project for Task feat: Add support for custom encryption key to be used for encrypt data on the PDs associated with the VMs in your Dataproc cluster for Task feat: Add support for Latest job in Task resource feat: User mode filter in Explore list sessions API feat: Support logging sampled file paths per partition to Cloud logging for Discovery event PiperOrigin-RevId: 461116673 Source-Link: googleapis/googleapis@9af1b9b
Configuration menu - View commit details
-
Copy full SHA for 8b17366 - Browse repository at this point
Copy the full SHA 8b17366View commit details -
chore(main): release bigquery 1.36.0 (#6343)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89d7d1e - Browse repository at this point
Copy the full SHA 89d7d1eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff bigquery/v1.35.0...bigquery/v1.36.0