-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-go
base: pubsub/v1.36.0
head repository: googleapis/google-cloud-go
compare: pubsub/v1.36.1
- 11 commits
- 2,653 files changed
- 9 contributors
Commits on Jan 28, 2024
-
chore: update Go gapic generator to v0.40.0 (#9314)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 601786886 Source-Link: https://togithub.com/googleapis/googleapis/commit/11c5a8b5bd10758a15d3e60f0465610bc4cba877 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b6c667bcd9ab2a905c283e0af912f9c996268eb9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjZjNjY3YmNkOWFiMmE5MDVjMjgzZTBhZjkxMmY5Yzk5NjI2OGViOSJ9
Configuration menu - View commit details
-
Copy full SHA for 053ea29 - Browse repository at this point
Copy the full SHA 053ea29View commit details
Commits on Jan 29, 2024
-
chore(visionai): add config to generate apiv1 (#9322)
PiperOrigin-RevId: 601611039
Configuration menu - View commit details
-
Copy full SHA for 4b4c567 - Browse repository at this point
Copy the full SHA 4b4c567View commit details -
deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
This PR bumps the discovery dependency to pick up newly exposed features
Configuration menu - View commit details
-
Copy full SHA for dce9db4 - Browse repository at this point
Copy the full SHA dce9db4View commit details -
chore(internal/actions): add touch flag to changefinder (#9325)
If there is a need to force a bump/release of all submodules that changed in a previously submitted change, the `-touch` flag can be used to append a new line to the submodule `CHANGES.md` file. This is best used when comparing already submitted changes. For example, a GAPIC generator change touches every gapic module, but the PR doesn't have nested commits for each changed module. The PR is submitted as is, perhaps because it was included with a bunch of other changes or for timing purposes, and the nested commits were not added with `changefinder` while the PR was open. In this case, we can do the following using `changefinder`: 1. checkout the merged commit with the target changes: `git checkout <some commit has>` 2. "save" this to a branch: `git checkout -b changed` 3. checkout the commit just before the target commit: `git checkout <the commit just before>` 4. "save" this to a branch : `git checkout -b base` 5. checkout the changes: `git checkout changed` 6. generate the nested commits + touch each module: ``` go run ./internal/actions/cmd/changefinder -q \ -format=commit \ -commit-scope=fix \ -commit-message="describe the change" \ -touch ``` 7. checkout main, new branch, commit: ``` git checkout main && \ git checkout -b bump-modules && \ git commit -a -m 'chore: bump changed modules' && \ git push ```
Configuration menu - View commit details
-
Copy full SHA for e577006 - Browse repository at this point
Copy the full SHA e577006View commit details
Commits on Jan 30, 2024
-
feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY …
…DEFINER (#8754) Co-authored-by: rahul2393 <irahul@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5f156e8 - Browse repository at this point
Copy the full SHA 5f156e8View commit details -
chore(main): release spanner 1.56.0 (#9271)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1782dc3 - Browse repository at this point
Copy the full SHA 1782dc3View commit details -
docs(aiplatform): add comments for FeatureOnlineStoreService and Mode…
…lMonitoringAlertConfig (#9326) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 602479847 Source-Link: https://togithub.com/googleapis/googleapis/commit/18a81568cbc3eb4a4a3ade3ec4b35387942d36b4 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/629a7df9d3110a03cdc798dee4327d9d88813895 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjI5YTdkZjlkMzExMGEwM2NkYzc5OGRlZTQzMjdkOWQ4ODgxMzg5NSJ9 BEGIN_NESTED_COMMIT feat(dataproc): add session and session_template controllers PiperOrigin-RevId: 602428194 Source-Link: https://togithub.com/googleapis/googleapis/commit/71ea538d922c5cb4115fc5340a956d4c7bceb1be Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c4c4a52c4bbd5f79f1f290772507353febe253b4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRjNGE1MmM0YmJkNWY3OWYxZjI5MDc3MjUwNzM1M2ZlYmUyNTNiNCJ9 END_NESTED_COMMIT
Configuration menu - View commit details
-
Copy full SHA for 4d56af1 - Browse repository at this point
Copy the full SHA 4d56af1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4315cdf - Browse repository at this point
Copy the full SHA 4315cdfView commit details -
chore(all): update deps (#9320)
* go1.20 mod tidy in storage/internal/benchmarks
Configuration menu - View commit details
-
Copy full SHA for 51ead97 - Browse repository at this point
Copy the full SHA 51ead97View commit details -
chore: bump gapic modules (#9324)
BEGIN_NESTED_COMMIT fix(accessapproval):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(accesscontextmanager):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(advisorynotifications):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(ai):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(aiplatform):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(alloydb):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(analytics):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apigateway):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apigeeconnect):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apigeeregistry):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apikeys):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(appengine):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apps):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(area120):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(artifactregistry):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(asset):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(assuredworkloads):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(automl):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(baremetalsolution):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(batch):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(beyondcorp):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(bigquery):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(billing):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(binaryauthorization):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(certificatemanager):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(channel):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(cloudbuild):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(clouddms):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(cloudprofiler):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(cloudquotas):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(cloudtasks):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(commerce):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(compute):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(confidentialcomputing):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(config):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(contactcenterinsights):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(container):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(containeranalysis):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datacatalog):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataflow):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataform):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datafusion):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datalabeling):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataplex):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataproc):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataqna):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datastore):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datastream):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(deploy):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dialogflow):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(discoveryengine):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dlp):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(documentai):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(domains):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(edgecontainer):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(edgenetwork):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(essentialcontacts):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(eventarc):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(filestore):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(firestore):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(functions):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gkebackup):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gkeconnect):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gkehub):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gkemulticloud):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gsuiteaddons):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(iam):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(iap):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(ids):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(iot):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(kms):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(language):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(lifesciences):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(logging):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(longrunning):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(managedidentities):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(maps):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(mediatranslation):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(memcache):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(metastore):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(migrationcenter):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(monitoring):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(netapp):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(networkconnectivity):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(networkmanagement):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(networksecurity):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(notebooks):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(optimization):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(orchestration):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(orgpolicy):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(osconfig):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(oslogin):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(phishingprotection):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(policysimulator):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(policytroubleshooter):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(privatecatalog):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(pubsub):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(pubsublite):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(rapidmigrationassessment):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(recaptchaenterprise):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(recommendationengine):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(recommender):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(redis):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(resourcemanager):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(resourcesettings):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(retail):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(run):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(scheduler):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(secretmanager):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(securesourcemanager):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(security):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(securitycenter):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(securitycentermanagement):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(securityposture):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicecontrol):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicedirectory):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicehealth):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicemanagement):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(serviceusage):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(shell):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(shopping):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(spanner):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(speech):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(storage):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(storageinsights):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(storagetransfer):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(support):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(talent):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(telcoautomation):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(texttospeech):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(tpu):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(trace):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(translate):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(video):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(videointelligence):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vision):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vmmigration):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vmwareengine):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vpcaccess):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(webrisk):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(websecurityscanner):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(workflows):enable universe domain resolution options END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(workstations):enable universe domain resolution options END_NESTED_COMMIT
Configuration menu - View commit details
-
Copy full SHA for fd1d569 - Browse repository at this point
Copy the full SHA fd1d569View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca86474 - Browse repository at this point
Copy the full SHA ca86474View 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 pubsub/v1.36.0...pubsub/v1.36.1