-
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: dataflow/v0.6.0
head repository: googleapis/google-cloud-go
compare: dataflow/v0.7.0
- 17 commits
- 1,321 files changed
- 7 contributors
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6bc9b69 - Browse repository at this point
Copy the full SHA 6bc9b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5443e8 - Browse repository at this point
Copy the full SHA f5443e8View commit details
Commits on Sep 20, 2022
-
feat(spanner): retry spanner transactions and mutations when RST_STRE…
…AM error (#6699) * feat(spanner): retry spanner transactions and mutations when RST_STREAM internal errors is returned from backend. * added test for non-retryable internal error
Configuration menu - View commit details
-
Copy full SHA for 1b56cd0 - Browse repository at this point
Copy the full SHA 1b56cd0View commit details -
chore: fix v2 beta edge case (#6698)
- There was a bug in the code used to generate the mappings files where the location for type found in v2 libraries were placed in the correct directory. - start generating betas of old client in v2 modules. - Flipped these "new" libs to migrated since they have not been generated in v2 before Changes: feat(recaptchaenterprise/v2): start generating apiv1beta1 feat(vision/v2): start generating apiv1p1beta1
Configuration menu - View commit details
-
Copy full SHA for 4aa2f48 - Browse repository at this point
Copy the full SHA 4aa2f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ef6d8 - Browse repository at this point
Copy the full SHA f1ef6d8View commit details -
chore: update how we handle mod replacements (#6704)
- Add a tidy after replace. The genproto dependency is getting more complex as it now associates with many aliases. A tidy is now requried. - Since we are tidying we can no longer just simply drop the replace as there would have been dependency updates because of the tidy. Instead we can achive the same effect by using git restore.
Configuration menu - View commit details
-
Copy full SHA for 402eb24 - Browse repository at this point
Copy the full SHA 402eb24View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb7d7d - Browse repository at this point
Copy the full SHA feb7d7dView commit details -
chore(storage): parse out project number if available (#6671)
The JSON API has a dedicated `ProjectNumber uint64` field used to populate the same field on `BucketAttrs`. The gRPC API has a `string project` field that can contain either a project *number* or a project *identifier* (alphanumeric). Parse out the *project number* if it is present in the returned `Bucket`, otherwise leave it as `0`.
Configuration menu - View commit details
-
Copy full SHA for 17cceeb - Browse repository at this point
Copy the full SHA 17cceebView commit details -
feat(bigquery): add reference file schema option for federated formats (
#6693) Resolves internal b/246809553
Configuration menu - View commit details
-
Copy full SHA for 3d26091 - Browse repository at this point
Copy the full SHA 3d26091View commit details -
chore(storage): multi-transport BucketCreateDelete test (#6670)
Refactor TestIntegration_BucketCreateDelete to execute on both transports. Fix nil pointer access in gRPC transport. Skip gRPC transport for this test until bug in service is fixed.
Configuration menu - View commit details
-
Copy full SHA for 37d209c - Browse repository at this point
Copy the full SHA 37d209cView commit details
Commits on Sep 21, 2022
-
fix(spanner): destroy session when client is closing (#6700)
* fix(spanner): destroy session when client is closing. * fix test
Configuration menu - View commit details
-
Copy full SHA for a1ce541 - Browse repository at this point
Copy the full SHA a1ce541View commit details -
chore(main): release spanner 1.39.0 (#6622)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b87538 - Browse repository at this point
Copy the full SHA 2b87538View commit details -
doc(storage): fix formatting in storage doc.go (#6713)
Add links to places where it's appropriate. Fix some broken formatting in the signed URLs section.
Configuration menu - View commit details
-
Copy full SHA for 11ab75e - Browse repository at this point
Copy the full SHA 11ab75eView commit details -
doc(all): fix formatting in error handling godoc (#6709)
Fix formatting of this section to use the new godoc link features.
Configuration menu - View commit details
-
Copy full SHA for 3650400 - Browse repository at this point
Copy the full SHA 3650400View commit details -
chore(main): release bigquery 1.42.0 (#6675)
🤖 I have created a release *beep* *boop* --- ## [1.42.0](bigquery/v1.41.0...bigquery/v1.42.0) (2022-09-21) ### Features * **bigquery/analyticshub:** Start generating apiv1 ([#6707](#6707)) ([feb7d7d](feb7d7d)) * **bigquery/datapolicies:** Start generating apiv1beta1 ([#6697](#6697)) ([f5443e8](f5443e8)) * **bigquery/reservation/apiv1beta1:** add REST transport ([f7b0822](f7b0822)) * **bigquery/storage/managedwriter:** Define append retry predicate ([#6650](#6650)) ([478b8dd](478b8dd)) * **bigquery/storage:** add proto annotation for non-ascii field mapping ([ec1a190](ec1a190)) * **bigquery:** Add reference file schema option for federated formats ([#6693](#6693)) ([3d26091](3d26091)) * **bigquery:** Add support for explicit query parameter type ([#6596](#6596)) ([d59b5b2](d59b5b2)), refs [#4704](#4704) ### Bug Fixes * **bigquery/connection:** integrate gapic-generator-python-1.4.1 and enable more py_test targets ([ec1a190](ec1a190)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for fee0f68 - Browse repository at this point
Copy the full SHA fee0f68View commit details -
chore: rewrite beta clients (#6711)
This change rewrites signature for all beta clients to be in terms of the new type definitions. This is safe because all the modules are updated to the latest genproto version which has corresponding type aliases. Also removed a secretmanager beta client that was not mapping to the correct protos. Changes: feat(binaryauthorization): rewrite signatures in terms of new types for betas feat(oslogin): rewrite signatures in terms of new types for betas feat(retail): rewrite signatures in terms of new types for betas feat(dataform): rewrite signatures in terms of new types for betas feat(datalabeling): rewrite signatures in terms of new types for betas feat(documentai): rewrite signatures in terms of new types for betas feat(memcache): rewrite signatures in terms of new types for betas feat(metastore): rewrite signatures in terms of new types for betas feat(notebooks): rewrite signatures in terms of new types for betas feat(phishingprotection): rewrite signatures in terms of new types for betas feat(recommendationengine): rewrite signatures in terms of new types for betas feat(securitycenter): rewrite signatures in terms of new types for betas feat(servicedirectory): rewrite signatures in terms of new types for betas feat(webrisk): rewrite signatures in terms of new types for betas feat(dataqna): rewrite signatures in terms of new types for betas feat(functions): rewrite signatures in terms of new types for betas feat(lifesciences): rewrite signatures in terms of new types for betas feat(mediatranslation): rewrite signatures in terms of new types for betas feat(osconfig): rewrite signatures in terms of new types for betas feat(security): rewrite signatures in terms of new types for betas feat(vision): rewrite signatures in terms of new types for betas feat(artifactregistry): rewrite signatures in terms of new types for betas feat(automl): rewrite signatures in terms of new types for betas feat(gkeconnect): rewrite signatures in terms of new types for betas feat(networkconnectivity): rewrite signatures in terms of new types for betas feat(redis): rewrite signatures in terms of new types for betas feat(talent): rewrite signatures in terms of new types for betas feat(videointelligence): rewrite signatures in terms of new types for betas feat(assuredworkloads): rewrite signatures in terms of new types for betas feat(billing): rewrite signatures in terms of new types for betas feat(dialogflow): rewrite signatures in terms of new types for betas feat(recaptchaenterprise): rewrite signatures in terms of new types for betas feat(recommender): rewrite signatures in terms of new types for betas feat(scheduler): rewrite signatures in terms of new types for betas feat(cloudtasks): rewrite signatures in terms of new types for betas feat(workflows): rewrite signatures in terms of new types for betas feat(analytics): rewrite signatures in terms of new types for betas feat(area120): rewrite signatures in terms of new types for betas feat(datacatalog): rewrite signatures in terms of new types for betas feat(datastream): rewrite signatures in terms of new types for betas feat(domains): rewrite signatures in terms of new types for betas feat(gaming): rewrite signatures in terms of new types for betas feat(gkehub): rewrite signatures in terms of new types for betas feat(networksecurity): rewrite signatures in terms of new types for betas feat(speech): rewrite signatures in terms of new types for betas feat(dataflow): rewrite signatures in terms of new types for betas feat(language): rewrite signatures in terms of new types for betas feat(privatecatalog): rewrite signatures in terms of new types for betas feat(secretmanager): remove beta client that no longer has source protos
Configuration menu - View commit details
-
Copy full SHA for 9f303f9 - Browse repository at this point
Copy the full SHA 9f303f9View commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1da6f8b - Browse repository at this point
Copy the full SHA 1da6f8bView 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 dataflow/v0.6.0...dataflow/v0.7.0