-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-go
base: iam/v0.9.0
head repository: googleapis/google-cloud-go
compare: iam/v0.10.0
- 16 commits
- 5,827 files changed
- 11 contributors
Commits on Dec 16, 2022
-
refactor(bigquery/storage/managedwriter): introduce connection concep…
…ts (#7167) This PR establishes new unexported connection and connection pool abstractions. The implementation is partial, and key areas where implementation is missing is generally marked with TODOs. This PR does not alter existing functionality, but continues to lay groundwork for later refactors. Towards: https://togithub.com/googleapis/google-cloud-go/issues/7103
Configuration menu - View commit details
-
Copy full SHA for 5c26634 - Browse repository at this point
Copy the full SHA 5c26634View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74602fe - Browse repository at this point
Copy the full SHA 74602feView commit details -
chore(storage): enable more grpc integration tests (#7179)
Enables a few tests for gRPC now that their fixes are in production. One test is now only blocked on some behavior documented in #6205.
Configuration menu - View commit details
-
Copy full SHA for 62d8329 - Browse repository at this point
Copy the full SHA 62d8329View commit details -
chore(internal/godocfx): go mod tidy (#7181)
The docs build is failing because of a missing `go.sum` entry.
Configuration menu - View commit details
-
Copy full SHA for 6e46da5 - Browse repository at this point
Copy the full SHA 6e46da5View commit details
Commits on Dec 22, 2022
-
test(bigtable): improve read stats integration tests (#7183)
- Allow read stats integration tests to use the emulator. - Relax the checks for CellsSeenCount and RowsSeenCount.
Configuration menu - View commit details
-
Copy full SHA for c07605b - Browse repository at this point
Copy the full SHA c07605bView commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e039e2b - Browse repository at this point
Copy the full SHA e039e2bView commit details -
test(storage): skip a consistently failing test (#7189)
The gRPC variant of this test always fails. Updates: #7033
Configuration menu - View commit details
-
Copy full SHA for ca3c0b3 - Browse repository at this point
Copy the full SHA ca3c0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94723a2 - Browse repository at this point
Copy the full SHA 94723a2View commit details -
chore(storage): fix checksums for gRPC uploads (#7193)
There was an API change so that checksums can now only be provided by the StartResumableUpload request rather than while uploading. Send the checksum at this stage instead. Fixes #7033
Configuration menu - View commit details
-
Copy full SHA for a7720e4 - Browse repository at this point
Copy the full SHA a7720e4View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3592917 - Browse repository at this point
Copy the full SHA 3592917View commit details
Commits on Dec 29, 2022
-
refactor: augment private getWriteStream with view support (#7196)
This PR augments the base client with fuller support for view-based resolution of GetWriteStream metadata. This PR also adds an integration test that compares behaviors between different stream types (default vs explicitly created). Towards: #7103
Configuration menu - View commit details
-
Copy full SHA for 92d9d4c - Browse repository at this point
Copy the full SHA 92d9d4cView commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02c04a7 - Browse repository at this point
Copy the full SHA 02c04a7View commit details -
chore(all): auto-regenerate gapics (#7208)
* chore(all): auto-regenerate gapics 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#957 Changes: docs(notebooks): Minor formatting fixes to reference documentation PiperOrigin-RevId: 499362676 Source-Link: googleapis/googleapis@870a5ed chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons PiperOrigin-RevId: 499356666 Source-Link: googleapis/googleapis@c3845dd feat(batch): support secret and encrypted environment variables in v1 PiperOrigin-RevId: 499338464 Source-Link: googleapis/googleapis@af050dc feat(bigquery/datatransfer): Add location methods PiperOrigin-RevId: 499272288 Source-Link: googleapis/googleapis@62c5867 feat(artifactregistry): Add location methods PiperOrigin-RevId: 499263614 Source-Link: googleapis/googleapis@ba2db0d feat(container): add etags for cluster and node pool update operations Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other. PiperOrigin-RevId: 498249600 Source-Link: googleapis/googleapis@9a294bf * go mod tidy Co-authored-by: Cody Oss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 633fead - Browse repository at this point
Copy the full SHA 633feadView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd71cba - Browse repository at this point
Copy the full SHA fd71cbaView commit details -
chore: fixup commit messages (#7210)
Changes: docs(notebooks): Minor formatting fixes to reference documentation PiperOrigin-RevId: 499362676 Source-Link: googleapis/googleapis@870a5ed chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons PiperOrigin-RevId: 499356666 Source-Link: googleapis/googleapis@c3845dd feat(batch): support secret and encrypted environment variables in v1 PiperOrigin-RevId: 499338464 Source-Link: googleapis/googleapis@af050dc feat(bigquery/datatransfer): Add location methods PiperOrigin-RevId: 499272288 Source-Link: googleapis/googleapis@62c5867 feat(artifactregistry): Add location methods PiperOrigin-RevId: 499263614 Source-Link: googleapis/googleapis@ba2db0d feat(container): add etags for cluster and node pool update operations Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other. PiperOrigin-RevId: 498249600 Source-Link: googleapis/googleapis@9a294bf feat(accessapproval): add REST client feat(accesscontextmanager): add REST client feat(aiplatform): add REST client feat(analytics): add REST client feat(apigateway): add REST client feat(apigeeconnect): add REST client feat(apigeeregistry): add REST client feat(apikeys): add REST client feat(appengine): add REST client feat(area120): add REST client feat(artifactregistry): add REST client feat(asset): add REST client feat(assuredworkloads): add REST client feat(automl): add REST client feat(baremetalsolution): add REST client feat(batch): add REST client feat(beyondcorp): add REST client feat(bigquery): add REST client feat(billing): add REST client feat(binaryauthorization): add REST client feat(certificatemanager): add REST client feat(channel): add REST client feat(cloudbuild): add REST client feat(clouddms): add REST client feat(cloudtasks): add REST client feat(compute): add REST client feat(contactcenterinsights): add REST client feat(container): add REST client feat(containeranalysis): add REST client feat(datacatalog): add REST client feat(dataflow): add REST client feat(dataform): add REST client feat(datafusion): add REST client feat(datalabeling): add REST client feat(dataplex): add REST client feat(dataproc): add REST client feat(dataqna): add REST client feat(datastore): add REST client feat(datastream): add REST client feat(debugger): add REST client feat(deploy): add REST client feat(dialogflow): add REST client feat(dlp): add REST client feat(documentai): add REST client feat(domains): add REST client feat(edgecontainer): add REST client feat(errorreporting): add REST client feat(essentialcontacts): add REST client feat(eventarc): add REST client feat(filestore): add REST client feat(firestore): add REST client feat(functions): add REST client feat(gaming): add REST client feat(gkebackup): add REST client feat(gkeconnect): add REST client feat(gkehub): add REST client feat(gkemulticloud): add REST client feat(gsuiteaddons): add REST client feat(iam): add REST client feat(iap): add REST client feat(ids): add REST client feat(iot): add REST client feat(kms): add REST client feat(language): add REST client feat(lifesciences): add REST client feat(logging): add REST client feat(longrunning): add REST client feat(managedidentities): add REST client feat(maps): add REST client feat(mediatranslation): add REST client feat(memcache): add REST client feat(metastore): add REST client feat(monitoring): add REST client feat(networkconnectivity): add REST client feat(networkmanagement): add REST client feat(networksecurity): add REST client feat(notebooks): add REST client feat(optimization): add REST client feat(orchestration): add REST client feat(orgpolicy): add REST client feat(osconfig): add REST client feat(oslogin): add REST client feat(phishingprotection): add REST client feat(policytroubleshooter): add REST client feat(privatecatalog): add REST client feat(pubsub): add REST client feat(pubsublite): add REST client feat(recaptchaenterprise/v2): add REST client feat(recommendationengine): add REST client feat(recommender): add REST client feat(redis): add REST client feat(resourcemanager): add REST client feat(resourcesettings): add REST client feat(retail): add REST client feat(run): add REST client feat(scheduler): add REST client feat(secretmanager): add REST client feat(security): add REST client feat(securitycenter): add REST client feat(servicecontrol): add REST client feat(servicedirectory): add REST client feat(servicemanagement): add REST client feat(serviceusage): add REST client feat(shell): add REST client feat(spanner): add REST client feat(speech): add REST client feat(storage): add REST client feat(storagetransfer): add REST client feat(talent): add REST client feat(texttospeech): add REST client feat(tpu): add REST client feat(trace): add REST client feat(translate): add REST client feat(video): add REST client feat(videointelligence): add REST client feat(vision/v2): add REST client feat(vmmigration): add REST client feat(vmwareengine): add REST client feat(vpcaccess): add REST client feat(webrisk): add REST client feat(websecurityscanner): add REST client feat(workflows): add REST client
Configuration menu - View commit details
-
Copy full SHA for 06a54a1 - Browse repository at this point
Copy the full SHA 06a54a1View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 947c9ac - Browse repository at this point
Copy the full SHA 947c9acView 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 iam/v0.9.0...iam/v0.10.0