-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-go
base: bigquery/v1.40.0
head repository: googleapis/google-cloud-go
compare: bigquery/v1.41.0
- 18 commits
- 5,210 files changed
- 10 contributors
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3dafcbc - Browse repository at this point
Copy the full SHA 3dafcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 778161b - Browse repository at this point
Copy the full SHA 778161bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f348815 - Browse repository at this point
Copy the full SHA f348815View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19bafa - Browse repository at this point
Copy the full SHA c19bafaView commit details -
refactor(bigquery/storage/managedwriter): internal context refactor (#…
…6643) This PR lays the groundwork for enabling retry of append requests on the underlying stream. It moves the request context pending write, and simplifies the signature of internal methods by using that context. We also add an internal attemptCount property to the pendingWrite, but do not use it meaningfully in the PR. It will be used to evaluate retry logic in future PRs.
Configuration menu - View commit details
-
Copy full SHA for ba26022 - Browse repository at this point
Copy the full SHA ba26022View commit details -
chore(storage): add multi-transport test runner (#6639)
Introduces a `multiTransportTest` runner that executes a given test function with each transport-specific client library, HTTP/JSON and gRPC. This also migrates a few tests that worked OOTB as PoC. Each test should be migrated individually so that any fixes necessary can be made in the same PR (there will be some, I already experienced a few). Removes an unnecessary `-` suffix from the gRPC test bucket name prefix used to create the `uid` generator for gRPC. Switches `uid` generators into `Short` mode to keep names under the 63 character bucket name limit.
Configuration menu - View commit details
-
Copy full SHA for 57a5ddd - Browse repository at this point
Copy the full SHA 57a5dddView commit details -
test(storage): unflake TestIntegration_ACL (#6645)
I realized that this section had been slightly messed up in the integration test refactor for retries; we need the object creation to be retried as well if the check fails. Also removed superfluous unused object name. Fixes #6579
Configuration menu - View commit details
-
Copy full SHA for 6ece8bf - Browse repository at this point
Copy the full SHA 6ece8bfView commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e535dc7 - Browse repository at this point
Copy the full SHA e535dc7View commit details -
chore(storage): fix Object Read not exist error (#6648)
Ensures that when using gRPC an attempt to read an object that does not exist returns the `ErrObjectNotExist` error, like it does in HTTP.
Configuration menu - View commit details
-
Copy full SHA for 5de75dd - Browse repository at this point
Copy the full SHA 5de75ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for aabd2d6 - Browse repository at this point
Copy the full SHA aabd2d6View commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b1694f - Browse repository at this point
Copy the full SHA 2b1694fView commit details -
chore: update generator to v0.33.1 (#6661)
Includes fix for well-known types in query parameters of Paginated methods for REGAPICs googleapis/gapic-generator-go#1132
Configuration menu - View commit details
-
Copy full SHA for 4a3ea5a - Browse repository at this point
Copy the full SHA 4a3ea5aView commit details -
test(storage): add scenario 8 to retry conformance tests (#6556)
* test(storage): add scenarios to retry conf test * update NewRangeReader to handle downloads interrupted midstream with status 200 * update tests to check data integrity * add more instructions * revert changes to NewRangeReader after testbench fix * fix license header per checker requirements * run protoc again * run goimports * upload large test files only for s8 * fix nit
Configuration menu - View commit details
-
Copy full SHA for 74b6ad4 - Browse repository at this point
Copy the full SHA 74b6ad4View commit details -
fix(bigquery/storage/managedwriter): fix incorrect error retention (#…
Configuration menu - View commit details
-
Copy full SHA for dc02bca - Browse repository at this point
Copy the full SHA dc02bcaView commit details -
chore(storage): use context value to skip transport tests (#6662)
Introduce the `skipTransportTestKey` `context.Value` key in order to skip specific integration tests for one of the two supported transports. The test uses one of the two helpers to create the proper context, either `skipGRPC` or `skipHTTP`, combined with the reason for skipping as the value, and the test runner will skip that transport if it is present in the context supplied to it, logging the reason with the Skip. Refactor and skip two tests, BucketLifecycle which is broken for gRPC atm, and MultiMessageWriteGRPC which is just meant to exercise edge cases in the gRPC Writer implementation.
Configuration menu - View commit details
-
Copy full SHA for d99ce46 - Browse repository at this point
Copy the full SHA d99ce46View commit details -
chore(all): auto-regenerate gapics (#6636)
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#892 Changes: feat(bigquery/storage): add location to WriteStream and add WriteStreamView support PiperOrigin-RevId: 472835596 Source-Link: googleapis/googleapis@1cf9407 feat(websecurityscanner): added NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN to ScanRunWarningTrace.Code fix: Added fix to return a list of the endpoints that encountered errors during crawl, along with the specific error message when the starting URL returns Http errors fix: GoogleAccount is deprecated PiperOrigin-RevId: 472758119 Source-Link: googleapis/googleapis@4356ba6 docs(beyondcorp/appconnections): Fix the main client gem name listed in the readme PiperOrigin-RevId: 472553132 Source-Link: googleapis/googleapis@58cc70d chore(oslogin): remove obsolete service config files PiperOrigin-RevId: 472492863 Source-Link: googleapis/googleapis@725381d chore(firestore): Update Firestore Bazel files to refer to correct service config YAML files PiperOrigin-RevId: 472218602 Source-Link: googleapis/googleapis@1139217 feat(dlp): add Deidentify action PiperOrigin-RevId: 471923438 Source-Link: googleapis/googleapis@62995d0 feat(retail): release Model Services to v2beta version feat: release BatchRemoveCatalogAttributes API to v2beta version feat: release ExactSearchableOption for attribute config to v2beta version feat: release diversity_type for ServingConfig in v2beta version feat: add local inventories info to the Product resource feat: deprecate unused page_token field of PredictionRequest in v2beta version feat: deprecate unused facet_spec field of Control in v2beta version docs: improve documentation of SearchRequest for Search Personalization docs: improve documentation for Fullfillment and Inventory API in ProductService docs: minor documentation fixes and improvements PiperOrigin-RevId: 471846764 Source-Link: googleapis/googleapis@1513294 feat(assuredworkloads): Add compliant_but_disallowed_services field to the v1beta1 Workload proto Committer: @samhutton PiperOrigin-RevId: 471822190 Source-Link: googleapis/googleapis@61f75b4
Configuration menu - View commit details
-
Copy full SHA for 6a0080a - Browse repository at this point
Copy the full SHA 6a0080aView commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f69002 - Browse repository at this point
Copy the full SHA 5f69002View commit details -
chore(main): release bigquery 1.41.0 (#6654)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5aa2f57 - Browse repository at this point
Copy the full SHA 5aa2f57View 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.40.0...bigquery/v1.41.0