Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: deploy/v1.14.0
Choose a base ref
...
head repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: deploy/v1.14.1
Choose a head ref
  • 18 commits
  • 588 files changed
  • 7 contributors

Commits on Oct 19, 2023

  1. chore(main): release firestore 1.14.0 (#8707)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Baha Aiman <bahaaiman@google.com>
    release-please[bot] and bhshkh authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    422cda8 View commit details
    Browse the repository at this point in the history
  2. chore(internal/actions): fix updateall (#8750)

    Do not create nested commit for root module
    quartzmo authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f8ba0b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. feat(bigquery): expose Apache Arrow data through ArrowIterator (#8506)

    As we have some planned work to support Arrow data fetching on other query APIs, so we need to think of an interface that will support all of those query paths and also work as a base for other Arrow projects like ADBC. So this PR detaches the Storage API from the Arrow Decoder and creates a new ArrowIterator interface. This new interface is implemented by the Storage iterator and later can be implemented for other query interfaces that supports Arrow.
    
    Resolves #8100
    alvarowolfx authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c8e7692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c57c2c View commit details
    Browse the repository at this point in the history
  3. fix(internal/godocfx): fix links to other packages in summary (#8756)

    All of the golden changes fix broken links.
    tbpg authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6220a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c98b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0ed48b View commit details
    Browse the repository at this point in the history
  6. feat(bigquery): introduce query preview features (#8653)

    This PR introduces the ability for users of the bigquery client library to indicate the library should enable preview features.
    
    The first preview feature enabled here is the stateless query feature, a mechanism for running small queries without corresponding job metadata.  Ability to use this feature is governed by the service itself, and will simply create jobs in cases where the feature isn't enable in either the client or service, or a query cannot be satisfied in a stateless manner.
    shollyman authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f29683b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. chore(internal/kokoro): fix doc upload (#8762)

    Python dependencies were removed to reduce the maintenance costs. The old `docuploader` tool didn't do anything fancy -- it just tarred the directory and uploaded it. See https://togithub.com/googleapis/docuploader/blob/0077f780e1bfaf0e0d7585d4a5cba5bc122f0ce9/docuploader/__main__.py#L69.
    tbpg authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    74fa783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6534f View commit details
    Browse the repository at this point in the history
  3. chore(internal/godocfx): test a specific golden package version (#8759)

    I also updated another test to be less restrictive with the number of files that get generated.
    
    Fixes #8130.
    tbpg authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3e5ba24 View commit details
    Browse the repository at this point in the history
  4. feat(bigquery/storage/managedwriter): support default value controls (#…

    …8686)
    
    * feat(bigquery/storage/managedwriter): support default value controls
    
    In terms of public surface, this PR adds new options to control how
    missing values are interpreted when writing.
    
    For ManagedStream instantiation, the options are:
    * WithDefaultMissingValueInterpretation (blanket setting for all columns)
    * WithMissingValueInterpretations (per-column settings)
    
    To support updates, these are added as AppendOptions:
    * UpdateDefaultMissingValueInterpretation
    * UpdateMissingValueInterpretations
    
    Implementation-wise, this PR rips out the previous schema-specific
    versioner and expands the concept to a versioned AppendRowsRequest
    template.  This more general mechanism allows us to version all
    settings that manifest as request fields in the AppendRowsRequest.
    shollyman authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    dfa8e22 View commit details
    Browse the repository at this point in the history
  5. chore(cloudquotas): add config to generate apiv1 (#8766)

    PiperOrigin-RevId: 575875836
    quartzmo authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b3cc26b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    b1409e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb630b View commit details
    Browse the repository at this point in the history
  3. fix(all): update grpc-go to v1.56.3 (#8916)

    BEGIN_NESTED_COMMIT
    fix(accessapproval): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(accesscontextmanager): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(advisorynotifications): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ai): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(aiplatform): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(alloydb): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(analytics): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigateway): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeconnect): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeregistry): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apikeys): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(appengine): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(area120): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(artifactregistry): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(asset): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(assuredworkloads): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(auth): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(automl): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(baremetalsolution): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(batch): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(beyondcorp): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigquery): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigtable): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(billing): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(binaryauthorization): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(certificatemanager): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(channel): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudbuild): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(clouddms): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudtasks): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(commerce): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(compute): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(confidentialcomputing): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(config): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(contactcenterinsights): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(container): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(containeranalysis): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datacatalog): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataflow): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataform): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datafusion): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datalabeling): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataplex): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataproc): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataqna): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastore): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastream): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(deploy): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dialogflow): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(discoveryengine): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dlp): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(documentai): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(domains): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(edgecontainer): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(errorreporting): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(essentialcontacts): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(eventarc): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(filestore): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(firestore): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(functions): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkebackup): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkeconnect): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkehub): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkemulticloud): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(grafeas): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gsuiteaddons): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iam): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iap): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ids): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iot): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(kms): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(language): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(lifesciences): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(logging): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(longrunning): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(managedidentities): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(maps): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(mediatranslation): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(memcache): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(metastore): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(migrationcenter): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(monitoring): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(netapp): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkconnectivity): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkmanagement): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networksecurity): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(notebooks): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(optimization): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orchestration): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orgpolicy): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(osconfig): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(oslogin): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(phishingprotection): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policysimulator): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policytroubleshooter): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(privatecatalog): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(profiler): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsub): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsublite): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(rapidmigrationassessment): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recaptchaenterprise): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommendationengine): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommender): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(redis): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcemanager): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcesettings): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(retail): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(run): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(scheduler): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(secretmanager): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securesourcemanager): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(security): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securitycenter): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicecontrol): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicedirectory): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicemanagement): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(serviceusage): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shell): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shopping): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(spanner): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(speech): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storage): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storageinsights): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storagetransfer): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(support): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(talent): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(texttospeech): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(tpu): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(trace): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(translate): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(video): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(videointelligence): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vision): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmmigration): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmwareengine): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vpcaccess): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(webrisk): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(websecurityscanner): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workflows): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workstations): update grpc-go to v1.56.3 
    END_NESTED_COMMIT
    noahdietz authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    343cea8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. fix(all): update grpc-go to v1.59.0 (#8922)

    BEGIN_NESTED_COMMIT
    fix(accessapproval): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(accesscontextmanager): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(advisorynotifications): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ai): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(aiplatform): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(alloydb): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(analytics): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigateway): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeconnect): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeregistry): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apikeys): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(appengine): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(area120): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(artifactregistry): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(asset): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(assuredworkloads): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(auth): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(automl): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(baremetalsolution): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(batch): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(beyondcorp): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigquery): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigtable): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(billing): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(binaryauthorization): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(certificatemanager): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(channel): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudbuild): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(clouddms): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudtasks): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(commerce): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(compute): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(confidentialcomputing): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(config): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(contactcenterinsights): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(container): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(containeranalysis): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datacatalog): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataflow): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataform): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datafusion): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datalabeling): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataplex): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataproc): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataqna): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastore): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastream): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(deploy): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dialogflow): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(discoveryengine): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dlp): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(documentai): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(domains): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(edgecontainer): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(errorreporting): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(essentialcontacts): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(eventarc): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(filestore): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(firestore): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(functions): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkebackup): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkeconnect): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkehub): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkemulticloud): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(grafeas): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gsuiteaddons): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iam): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iap): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ids): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iot): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(kms): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(language): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(lifesciences): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(logging): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(longrunning): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(managedidentities): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(maps): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(mediatranslation): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(memcache): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(metastore): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(migrationcenter): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(monitoring): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(netapp): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkconnectivity): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkmanagement): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networksecurity): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(notebooks): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(optimization): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orchestration): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orgpolicy): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(osconfig): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(oslogin): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(phishingprotection): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policysimulator): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policytroubleshooter): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(privatecatalog): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(profiler): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsub): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsublite): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(rapidmigrationassessment): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recaptchaenterprise): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommendationengine): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommender): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(redis): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcemanager): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcesettings): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(retail): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(run): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(scheduler): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(secretmanager): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securesourcemanager): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(security): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securitycenter): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicecontrol): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicedirectory): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicemanagement): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(serviceusage): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shell): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shopping): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(spanner): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(speech): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storage): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storageinsights): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storagetransfer): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(support): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(talent): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(texttospeech): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(tpu): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(trace): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(translate): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(video): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(videointelligence): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vision): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmmigration): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmwareengine): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vpcaccess): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(webrisk): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(websecurityscanner): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workflows): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workstations): update grpc-go to v1.59.0 
    END_NESTED_COMMIT
    noahdietz authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    81a97b0 View commit details
    Browse the repository at this point in the history
  2. chore: release main (#8917)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>accessapproval: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/accessapproval/v1.7.2...accessapproval/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **accessapproval:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>accesscontextmanager: 1.8.3</summary>
    
    ## [1.8.3](https://togithub.com/googleapis/google-cloud-go/compare/accesscontextmanager/v1.8.2...accesscontextmanager/v1.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **accesscontextmanager:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>advisorynotifications: 1.2.2</summary>
    
    ## [1.2.2](https://togithub.com/googleapis/google-cloud-go/compare/advisorynotifications/v1.2.1...advisorynotifications/v1.2.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **advisorynotifications:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>ai: 0.1.3</summary>
    
    ## [0.1.3](https://togithub.com/googleapis/google-cloud-go/compare/ai/v0.1.2...ai/v0.1.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **ai:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>aiplatform: 1.51.2</summary>
    
    ## [1.51.2](https://togithub.com/googleapis/google-cloud-go/compare/aiplatform/v1.51.1...aiplatform/v1.51.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **aiplatform:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>alloydb: 1.6.2</summary>
    
    ## [1.6.2](https://togithub.com/googleapis/google-cloud-go/compare/alloydb/v1.6.1...alloydb/v1.6.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **alloydb:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>analytics: 0.21.5</summary>
    
    ## [0.21.5](https://togithub.com/googleapis/google-cloud-go/compare/analytics/v0.21.4...analytics/v0.21.5) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **analytics:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>apigateway: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/apigateway/v1.6.2...apigateway/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **apigateway:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>apigeeconnect: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/apigeeconnect/v1.6.2...apigeeconnect/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **apigeeconnect:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>apigeeregistry: 0.8.1</summary>
    
    ## [0.8.1](https://togithub.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.8.0...apigeeregistry/v0.8.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **apigeeregistry:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>apikeys: 1.1.3</summary>
    
    ## [1.1.3](https://togithub.com/googleapis/google-cloud-go/compare/apikeys/v1.1.2...apikeys/v1.1.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **apikeys:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>appengine: 1.8.3</summary>
    
    ## [1.8.3](https://togithub.com/googleapis/google-cloud-go/compare/appengine/v1.8.2...appengine/v1.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **appengine:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>area120: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/area120/v0.8.2...area120/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **area120:** Update grpc-go to v1.56.3 ([343cea8](https://togithub.com/googleapis/google-cloud-go/commit/343cea8c43b1e31ae21ad50ad31d3b0b60143f8c))
    * **area120:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>artifactregistry: 1.14.4</summary>
    
    ## [1.14.4](https://togithub.com/googleapis/google-cloud-go/compare/artifactregistry/v1.14.3...artifactregistry/v1.14.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **artifactregistry:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>asset: 1.15.2</summary>
    
    ## [1.15.2](https://togithub.com/googleapis/google-cloud-go/compare/asset/v1.15.1...asset/v1.15.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **asset:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>assuredworkloads: 1.11.3</summary>
    
    ## [1.11.3](https://togithub.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.11.2...assuredworkloads/v1.11.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **assuredworkloads:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>automl: 1.13.3</summary>
    
    ## [1.13.3](https://togithub.com/googleapis/google-cloud-go/compare/automl/v1.13.2...automl/v1.13.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **automl:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>baremetalsolution: 1.2.2</summary>
    
    ## [1.2.2](https://togithub.com/googleapis/google-cloud-go/compare/baremetalsolution/v1.2.1...baremetalsolution/v1.2.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **baremetalsolution:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>batch: 1.6.1</summary>
    
    ## [1.6.1](https://togithub.com/googleapis/google-cloud-go/compare/batch/v1.6.0...batch/v1.6.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **batch:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>beyondcorp: 1.0.2</summary>
    
    ## [1.0.2](https://togithub.com/googleapis/google-cloud-go/compare/beyondcorp/v1.0.1...beyondcorp/v1.0.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **beyondcorp:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>billing: 1.17.3</summary>
    
    ## [1.17.3](https://togithub.com/googleapis/google-cloud-go/compare/billing/v1.17.2...billing/v1.17.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **billing:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>binaryauthorization: 1.7.2</summary>
    
    ## [1.7.2](https://togithub.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.7.1...binaryauthorization/v1.7.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **binaryauthorization:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>certificatemanager: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/certificatemanager/v1.7.2...certificatemanager/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **certificatemanager:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>channel: 1.17.2</summary>
    
    ## [1.17.2](https://togithub.com/googleapis/google-cloud-go/compare/channel/v1.17.1...channel/v1.17.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **channel:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>cloudbuild: 1.14.2</summary>
    
    ## [1.14.2](https://togithub.com/googleapis/google-cloud-go/compare/cloudbuild/v1.14.1...cloudbuild/v1.14.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **cloudbuild:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>clouddms: 1.7.2</summary>
    
    ## [1.7.2](https://togithub.com/googleapis/google-cloud-go/compare/clouddms/v1.7.1...clouddms/v1.7.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **clouddms:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>cloudtasks: 1.12.3</summary>
    
    ## [1.12.3](https://togithub.com/googleapis/google-cloud-go/compare/cloudtasks/v1.12.2...cloudtasks/v1.12.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **cloudtasks:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>commerce: 0.1.2</summary>
    
    ## [0.1.2](https://togithub.com/googleapis/google-cloud-go/compare/commerce/v0.1.1...commerce/v0.1.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **commerce:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>compute: 1.23.2</summary>
    
    ## [1.23.2](https://togithub.com/googleapis/google-cloud-go/compare/compute/v1.23.1...compute/v1.23.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **compute:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>confidentialcomputing: 1.3.2</summary>
    
    ## [1.3.2](https://togithub.com/googleapis/google-cloud-go/compare/confidentialcomputing/v1.3.1...confidentialcomputing/v1.3.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **confidentialcomputing:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>config: 0.1.3</summary>
    
    ## [0.1.3](https://togithub.com/googleapis/google-cloud-go/compare/config/v0.1.2...config/v0.1.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **config:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>contactcenterinsights: 1.11.2</summary>
    
    ## [1.11.2](https://togithub.com/googleapis/google-cloud-go/compare/contactcenterinsights/v1.11.1...contactcenterinsights/v1.11.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **contactcenterinsights:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>container: 1.26.2</summary>
    
    ## [1.26.2](https://togithub.com/googleapis/google-cloud-go/compare/container/v1.26.1...container/v1.26.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **container:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>containeranalysis: 0.11.2</summary>
    
    ## [0.11.2](https://togithub.com/googleapis/google-cloud-go/compare/containeranalysis/v0.11.1...containeranalysis/v0.11.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **containeranalysis:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>datacatalog: 1.18.2</summary>
    
    ## [1.18.2](https://togithub.com/googleapis/google-cloud-go/compare/datacatalog/v1.18.1...datacatalog/v1.18.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **datacatalog:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dataflow: 0.9.3</summary>
    
    ## [0.9.3](https://togithub.com/googleapis/google-cloud-go/compare/dataflow/v0.9.2...dataflow/v0.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dataflow:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dataform: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/dataform/v0.8.2...dataform/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dataform:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>datafusion: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/datafusion/v1.7.2...datafusion/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **datafusion:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>datalabeling: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/datalabeling/v0.8.2...datalabeling/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **datalabeling:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dataplex: 1.10.2</summary>
    
    ## [1.10.2](https://togithub.com/googleapis/google-cloud-go/compare/dataplex/v1.10.1...dataplex/v1.10.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dataplex:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dataproc: 2.2.2</summary>
    
    ## [2.2.2](https://togithub.com/googleapis/google-cloud-go/compare/dataproc/v2.2.1...dataproc/v2.2.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dataproc:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dataqna: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/dataqna/v0.8.2...dataqna/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dataqna:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>datastream: 1.10.2</summary>
    
    ## [1.10.2](https://togithub.com/googleapis/google-cloud-go/compare/datastream/v1.10.1...datastream/v1.10.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **datastream:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>deploy: 1.14.1</summary>
    
    ## [1.14.1](https://togithub.com/googleapis/google-cloud-go/compare/deploy/v1.14.0...deploy/v1.14.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **deploy:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dialogflow: 1.44.2</summary>
    
    ## [1.44.2](https://togithub.com/googleapis/google-cloud-go/compare/dialogflow/v1.44.1...dialogflow/v1.44.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dialogflow:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>discoveryengine: 1.2.2</summary>
    
    ## [1.2.2](https://togithub.com/googleapis/google-cloud-go/compare/discoveryengine/v1.2.1...discoveryengine/v1.2.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **discoveryengine:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>dlp: 1.10.3</summary>
    
    ## [1.10.3](https://togithub.com/googleapis/google-cloud-go/compare/dlp/v1.10.2...dlp/v1.10.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **dlp:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>documentai: 1.23.4</summary>
    
    ## [1.23.4](https://togithub.com/googleapis/google-cloud-go/compare/documentai/v1.23.3...documentai/v1.23.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **documentai:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>domains: 0.9.3</summary>
    
    ## [0.9.3](https://togithub.com/googleapis/google-cloud-go/compare/domains/v0.9.2...domains/v0.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **domains:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>edgecontainer: 1.1.3</summary>
    
    ## [1.1.3](https://togithub.com/googleapis/google-cloud-go/compare/edgecontainer/v1.1.2...edgecontainer/v1.1.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **edgecontainer:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>essentialcontacts: 1.6.4</summary>
    
    ## [1.6.4](https://togithub.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.6.3...essentialcontacts/v1.6.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **essentialcontacts:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>eventarc: 1.13.2</summary>
    
    ## [1.13.2](https://togithub.com/googleapis/google-cloud-go/compare/eventarc/v1.13.1...eventarc/v1.13.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **eventarc:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>filestore: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/filestore/v1.7.2...filestore/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **filestore:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>functions: 1.15.3</summary>
    
    ## [1.15.3](https://togithub.com/googleapis/google-cloud-go/compare/functions/v1.15.2...functions/v1.15.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **functions:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>gkebackup: 1.3.3</summary>
    
    ## [1.3.3](https://togithub.com/googleapis/google-cloud-go/compare/gkebackup/v1.3.2...gkebackup/v1.3.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **gkebackup:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>gkeconnect: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/gkeconnect/v0.8.2...gkeconnect/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **gkeconnect:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>gkehub: 0.14.3</summary>
    
    ## [0.14.3](https://togithub.com/googleapis/google-cloud-go/compare/gkehub/v0.14.2...gkehub/v0.14.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **gkehub:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>gkemulticloud: 1.0.2</summary>
    
    ## [1.0.2](https://togithub.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.0.1...gkemulticloud/v1.0.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **gkemulticloud:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>grafeas: 0.3.3</summary>
    
    ## [0.3.3](https://togithub.com/googleapis/google-cloud-go/compare/grafeas/v0.3.2...grafeas/v0.3.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **grafeas:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>gsuiteaddons: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/gsuiteaddons/v1.6.2...gsuiteaddons/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **gsuiteaddons:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>iam: 1.1.4</summary>
    
    ## [1.1.4](https://togithub.com/googleapis/google-cloud-go/compare/iam/v1.1.3...iam/v1.1.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **iam:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>iap: 1.9.2</summary>
    
    ## [1.9.2](https://togithub.com/googleapis/google-cloud-go/compare/iap/v1.9.1...iap/v1.9.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **iap:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>ids: 1.4.3</summary>
    
    ## [1.4.3](https://togithub.com/googleapis/google-cloud-go/compare/ids/v1.4.2...ids/v1.4.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **ids:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>iot: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/iot/v1.7.2...iot/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **iot:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>kms: 1.15.4</summary>
    
    ## [1.15.4](https://togithub.com/googleapis/google-cloud-go/compare/kms/v1.15.3...kms/v1.15.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **kms:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>language: 1.12.1</summary>
    
    ## [1.12.1](https://togithub.com/googleapis/google-cloud-go/compare/language/v1.12.0...language/v1.12.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **language:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>lifesciences: 0.9.3</summary>
    
    ## [0.9.3](https://togithub.com/googleapis/google-cloud-go/compare/lifesciences/v0.9.2...lifesciences/v0.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **lifesciences:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>longrunning: 0.5.3</summary>
    
    ## [0.5.3](https://togithub.com/googleapis/google-cloud-go/compare/longrunning/v0.5.2...longrunning/v0.5.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **longrunning:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>managedidentities: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/managedidentities/v1.6.2...managedidentities/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **managedidentities:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>maps: 1.5.1</summary>
    
    ## [1.5.1](https://togithub.com/googleapis/google-cloud-go/compare/maps/v1.5.0...maps/v1.5.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **maps:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>mediatranslation: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/mediatranslation/v0.8.2...mediatranslation/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **mediatranslation:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>memcache: 1.10.3</summary>
    
    ## [1.10.3](https://togithub.com/googleapis/google-cloud-go/compare/memcache/v1.10.2...memcache/v1.10.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **memcache:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>metastore: 1.13.2</summary>
    
    ## [1.13.2](https://togithub.com/googleapis/google-cloud-go/compare/metastore/v1.13.1...metastore/v1.13.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **metastore:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>migrationcenter: 0.2.2</summary>
    
    ## [0.2.2](https://togithub.com/googleapis/google-cloud-go/compare/migrationcenter/v0.2.1...migrationcenter/v0.2.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **migrationcenter:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>monitoring: 1.16.2</summary>
    
    ## [1.16.2](https://togithub.com/googleapis/google-cloud-go/compare/monitoring/v1.16.1...monitoring/v1.16.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **monitoring:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>netapp: 0.2.2</summary>
    
    ## [0.2.2](https://togithub.com/googleapis/google-cloud-go/compare/netapp/v0.2.1...netapp/v0.2.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **netapp:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>networkconnectivity: 1.14.2</summary>
    
    ## [1.14.2](https://togithub.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.14.1...networkconnectivity/v1.14.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **networkconnectivity:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>networkmanagement: 1.9.2</summary>
    
    ## [1.9.2](https://togithub.com/googleapis/google-cloud-go/compare/networkmanagement/v1.9.1...networkmanagement/v1.9.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **networkmanagement:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>networksecurity: 0.9.3</summary>
    
    ## [0.9.3](https://togithub.com/googleapis/google-cloud-go/compare/networksecurity/v0.9.2...networksecurity/v0.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **networksecurity:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>notebooks: 1.11.1</summary>
    
    ## [1.11.1](https://togithub.com/googleapis/google-cloud-go/compare/notebooks/v1.11.0...notebooks/v1.11.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **notebooks:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>optimization: 1.6.1</summary>
    
    ## [1.6.1](https://togithub.com/googleapis/google-cloud-go/compare/optimization/v1.6.0...optimization/v1.6.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **optimization:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>orchestration: 1.8.3</summary>
    
    ## [1.8.3](https://togithub.com/googleapis/google-cloud-go/compare/orchestration/v1.8.2...orchestration/v1.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **orchestration:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>orgpolicy: 1.11.3</summary>
    
    ## [1.11.3](https://togithub.com/googleapis/google-cloud-go/compare/orgpolicy/v1.11.2...orgpolicy/v1.11.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **orgpolicy:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>osconfig: 1.12.3</summary>
    
    ## [1.12.3](https://togithub.com/googleapis/google-cloud-go/compare/osconfig/v1.12.2...osconfig/v1.12.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **osconfig:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>oslogin: 1.12.1</summary>
    
    ## [1.12.1](https://togithub.com/googleapis/google-cloud-go/compare/oslogin/v1.12.0...oslogin/v1.12.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **oslogin:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>phishingprotection: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/phishingprotection/v0.8.2...phishingprotection/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **phishingprotection:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>policysimulator: 0.2.1</summary>
    
    ## [0.2.1](https://togithub.com/googleapis/google-cloud-go/compare/policysimulator/v0.2.0...policysimulator/v0.2.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **policysimulator:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>policytroubleshooter: 1.10.1</summary>
    
    ## [1.10.1](https://togithub.com/googleapis/google-cloud-go/compare/policytroubleshooter/v1.10.0...policytroubleshooter/v1.10.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **policytroubleshooter:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>privatecatalog: 0.9.3</summary>
    
    ## [0.9.3](https://togithub.com/googleapis/google-cloud-go/compare/privatecatalog/v0.9.2...privatecatalog/v0.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **privatecatalog:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>rapidmigrationassessment: 1.0.3</summary>
    
    ## [1.0.3](https://togithub.com/googleapis/google-cloud-go/compare/rapidmigrationassessment/v1.0.2...rapidmigrationassessment/v1.0.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **rapidmigrationassessment:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>recaptchaenterprise: 2.8.2</summary>
    
    ## [2.8.2](https://togithub.com/googleapis/google-cloud-go/compare/recaptchaenterprise/v2.8.1...recaptchaenterprise/v2.8.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **recaptchaenterprise:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>recommendationengine: 0.8.3</summary>
    
    ## [0.8.3](https://togithub.com/googleapis/google-cloud-go/compare/recommendationengine/v0.8.2...recommendationengine/v0.8.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **recommendationengine:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>recommender: 1.11.2</summary>
    
    ## [1.11.2](https://togithub.com/googleapis/google-cloud-go/compare/recommender/v1.11.1...recommender/v1.11.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **recommender:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>redis: 1.13.3</summary>
    
    ## [1.13.3](https://togithub.com/googleapis/google-cloud-go/compare/redis/v1.13.2...redis/v1.13.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **redis:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>resourcemanager: 1.9.3</summary>
    
    ## [1.9.3](https://togithub.com/googleapis/google-cloud-go/compare/resourcemanager/v1.9.2...resourcemanager/v1.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **resourcemanager:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>resourcesettings: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/resourcesettings/v1.6.2...resourcesettings/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **resourcesettings:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>retail: 1.14.3</summary>
    
    ## [1.14.3](https://togithub.com/googleapis/google-cloud-go/compare/retail/v1.14.2...retail/v1.14.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **retail:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>run: 1.3.2</summary>
    
    ## [1.3.2](https://togithub.com/googleapis/google-cloud-go/compare/run/v1.3.1...run/v1.3.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **run:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>scheduler: 1.10.3</summary>
    
    ## [1.10.3](https://togithub.com/googleapis/google-cloud-go/compare/scheduler/v1.10.2...scheduler/v1.10.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **scheduler:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>secretmanager: 1.11.3</summary>
    
    ## [1.11.3](https://togithub.com/googleapis/google-cloud-go/compare/secretmanager/v1.11.2...secretmanager/v1.11.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **secretmanager:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>securesourcemanager: 0.1.1</summary>
    
    ## [0.1.1](https://togithub.com/googleapis/google-cloud-go/compare/securesourcemanager/v0.1.0...securesourcemanager/v0.1.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **securesourcemanager:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>security: 1.15.3</summary>
    
    ## [1.15.3](https://togithub.com/googleapis/google-cloud-go/compare/security/v1.15.2...security/v1.15.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **security:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>securitycenter: 1.24.1</summary>
    
    ## [1.24.1](https://togithub.com/googleapis/google-cloud-go/compare/securitycenter/v1.24.0...securitycenter/v1.24.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **securitycenter:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>servicecontrol: 1.12.3</summary>
    
    ## [1.12.3](https://togithub.com/googleapis/google-cloud-go/compare/servicecontrol/v1.12.2...servicecontrol/v1.12.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **servicecontrol:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>servicedirectory: 1.11.2</summary>
    
    ## [1.11.2](https://togithub.com/googleapis/google-cloud-go/compare/servicedirectory/v1.11.1...servicedirectory/v1.11.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **servicedirectory:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>servicemanagement: 1.9.4</summary>
    
    ## [1.9.4](https://togithub.com/googleapis/google-cloud-go/compare/servicemanagement/v1.9.3...servicemanagement/v1.9.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **servicemanagement:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>serviceusage: 1.8.2</summary>
    
    ## [1.8.2](https://togithub.com/googleapis/google-cloud-go/compare/serviceusage/v1.8.1...serviceusage/v1.8.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **serviceusage:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>shell: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/shell/v1.7.2...shell/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **shell:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>shopping: 0.2.1</summary>
    
    ## [0.2.1](https://togithub.com/googleapis/google-cloud-go/compare/shopping/v0.2.0...shopping/v0.2.1) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **shopping:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>speech: 1.19.2</summary>
    
    ## [1.19.2](https://togithub.com/googleapis/google-cloud-go/compare/speech/v1.19.1...speech/v1.19.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **speech:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>storageinsights: 1.0.3</summary>
    
    ## [1.0.3](https://togithub.com/googleapis/google-cloud-go/compare/storageinsights/v1.0.2...storageinsights/v1.0.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **storageinsights:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>storagetransfer: 1.10.2</summary>
    
    ## [1.10.2](https://togithub.com/googleapis/google-cloud-go/compare/storagetransfer/v1.10.1...storagetransfer/v1.10.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **storagetransfer:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>support: 1.0.2</summary>
    
    ## [1.0.2](https://togithub.com/googleapis/google-cloud-go/compare/support/v1.0.1...support/v1.0.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **support:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>talent: 1.6.4</summary>
    
    ## [1.6.4](https://togithub.com/googleapis/google-cloud-go/compare/talent/v1.6.3...talent/v1.6.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **talent:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>texttospeech: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/texttospeech/v1.7.2...texttospeech/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **texttospeech:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>tpu: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/tpu/v1.6.2...tpu/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **tpu:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>trace: 1.10.3</summary>
    
    ## [1.10.3](https://togithub.com/googleapis/google-cloud-go/compare/trace/v1.10.2...trace/v1.10.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **trace:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>translate: 1.9.2</summary>
    
    ## [1.9.2](https://togithub.com/googleapis/google-cloud-go/compare/translate/v1.9.1...translate/v1.9.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **translate:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>video: 1.20.2</summary>
    
    ## [1.20.2](https://togithub.com/googleapis/google-cloud-go/compare/video/v1.20.1...video/v1.20.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **video:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>videointelligence: 1.11.3</summary>
    
    ## [1.11.3](https://togithub.com/googleapis/google-cloud-go/compare/videointelligence/v1.11.2...videointelligence/v1.11.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **videointelligence:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>vision: 2.7.4</summary>
    
    ## [2.7.4](https://togithub.com/googleapis/google-cloud-go/compare/vision/v2.7.3...vision/v2.7.4) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **vision:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>vmmigration: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/vmmigration/v1.7.2...vmmigration/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **vmmigration:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>vmwareengine: 1.0.2</summary>
    
    ## [1.0.2](https://togithub.com/googleapis/google-cloud-go/compare/vmwareengine/v1.0.1...vmwareengine/v1.0.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **vmwareengine:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>vpcaccess: 1.7.3</summary>
    
    ## [1.7.3](https://togithub.com/googleapis/google-cloud-go/compare/vpcaccess/v1.7.2...vpcaccess/v1.7.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **vpcaccess:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>webrisk: 1.9.3</summary>
    
    ## [1.9.3](https://togithub.com/googleapis/google-cloud-go/compare/webrisk/v1.9.2...webrisk/v1.9.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **webrisk:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>websecurityscanner: 1.6.3</summary>
    
    ## [1.6.3](https://togithub.com/googleapis/google-cloud-go/compare/websecurityscanner/v1.6.2...websecurityscanner/v1.6.3) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **websecurityscanner:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>workflows: 1.12.2</summary>
    
    ## [1.12.2](https://togithub.com/googleapis/google-cloud-go/compare/workflows/v1.12.1...workflows/v1.12.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **workflows:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    <details><summary>workstations: 0.5.2</summary>
    
    ## [0.5.2](https://togithub.com/googleapis/google-cloud-go/compare/workstations/v0.5.1...workstations/v0.5.2) (2023-10-26)
    
    
    ### Bug Fixes
    
    * **workstations:** Update grpc-go to v1.59.0 ([81a97b0](https://togithub.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7))
    </details>
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    aa41de6 View commit details
    Browse the repository at this point in the history
Loading