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: documentai/v1.10.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: documentai/v1.11.0
Choose a head ref
  • 14 commits
  • 846 files changed
  • 9 contributors

Commits on Nov 3, 2022

  1. chore(main): release bigtable 1.17.0 (#6989)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Eric Schmidt <erschmid@google.com>
    release-please[bot] and telpirion committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    020aaa1 View commit details
    Browse the repository at this point in the history
  2. chore(bigtable): removes test proxy credentials (#6992)

    * chore(bigtable): removes test proxy credentials
    
    * iter
    telpirion committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    a56dece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e15a92 View commit details
    Browse the repository at this point in the history
  4. feat(bigquery): widen retry predicate (#6976)

    This PR adds 500,504 http response codes for the default retry predicate on unary retries.
    
    This doesn't introduce job-level retries (jobs must be recreated wholly, they can't be effectively restarted), so the primary risk of this change is terminal job state propagating into the HTTP response code of one of the polling methods (e.g. job.getQueryResults, jobs.get, etc).  In this situation, job execution may appear to hang indefinitely or until context cancellation/expiry.
    
    Related: https://togithub.com/googleapis/google-cloud-go/issues/5248
    shollyman committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    753b751 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. chore(main): release storage 1.28.0 (#6986)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Chris Cotter <cjcotter@google.com>
    release-please[bot] and tritone committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b4a0dd2 View commit details
    Browse the repository at this point in the history
  2. chore(storage): gRPC support customer encryption (#6994)

    * chore(storage): gRPC support customer encryption
    
    * remove encrypt keys from query
    noahdietz committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a9cea38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7228507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c3a855 View commit details
    Browse the repository at this point in the history
  5. chore(datastore): fix for flaky integration tests (#6979)

    * chore(datastore): fix for flaky integration tests
    telpirion committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    57e8cf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    1a55b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9140fcc View commit details
    Browse the repository at this point in the history
  3. chore(datastore): integration test fix (#7004)

    * chore(datastore): integration test fix
    telpirion committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a144f15 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. chore(all): auto-regenerate gapics (#7005)

    This is an auto-generated regeneration of the gapic clients by
    cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
    submitted, genbot will update this PR with a newer dependency to the newer
    version of genproto and assign reviewers to this PR.
    
    If you have been assigned to review this PR, please:
    
    - Ensure that the version of genproto in go.mod has been updated.
    - Ensure that CI is passing. If it's failing, it requires your manual attention.
    - Approve and submit this PR if you believe it's ready to ship.
    
    Corresponding genproto PR: googleapis/go-genproto#933
    
    Changes:
    
    feat(accesscontextmanager): added AccessPolicy.scopes, EgressTo.external_resources, and IAM methods
      PiperOrigin-RevId: 487011241
      Source-Link: googleapis/googleapis@f31ec7d
    
    feat(documentai): added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto
      PiperOrigin-RevId: 486975621
      Source-Link: googleapis/googleapis@398c9f9
    
    docs(talent): marking keyword_searchable_job_custom_attributes on the company object as deprecated
      ---
      docs: marking company_size histogram facet as deprecated
      PiperOrigin-RevId: 486780805
      Source-Link: googleapis/googleapis@dbfdaa9
    
    docs(talent): marking keyword_searchable_job_custom_attributes on the company object as deprecated
      ---
      docs: marking company_size histogram facet as deprecated
      PiperOrigin-RevId: 486780715
      Source-Link: googleapis/googleapis@737555f
    
    chore(documentai): prepare for the release of google/cloud/contentwarehouse/v1
      PiperOrigin-RevId: 486730745
      Source-Link: googleapis/googleapis@db1fc8a
    
    chore(storage/internal): disable REGAPIC transport in storage v2
      PiperOrigin-RevId: 486689296
      Source-Link: googleapis/googleapis@2cba3a6
    
    docs(datacatalog): documentation updates chore: cleanup; annotations updates; adding missing imports
      PiperOrigin-RevId: 486612860
      Source-Link: googleapis/googleapis@a6efcc9
    
    feat(eventarc): Add CMEK support to Eventarc client library
      The client library users will now be able to manipulate the CMEK in Eventarc.
      For more information check here: https://cloud.google.com/eventarc/docs/use-cmek
    
      feat: Update Eventarc Channel to support custom events
    
      This change unlocks the custom eventing in Eventarc.
    
      PiperOrigin-RevId: 486209405
      Source-Link: googleapis/googleapis@4733d74
    
    feat(eventarc/publishing): Introduce the event publishing using JSON representation of CloudEvents
      Clients can now use either the Protobuf or the JSON CloudEvents representation
      when interacting with Eventarc Publishing API. This change benefits both
      Channel and ChannelConnection consumers.
    
      PiperOrigin-RevId: 486208303
      Source-Link: googleapis/googleapis@079ef84
    
    feat(run): Adds gRPC probe support to Cloud Run v2 API client libraries
      PiperOrigin-RevId: 486175948
      Source-Link: googleapis/googleapis@153e959
    
    feat(container): add APIs for GKE Control Plane Logs
      ---
      feat: GKE cluster's control plan/node-pool network isolation
    
      Users now can change the network isolation for your public cluster's control plane.
      By default, when a new public cluster is created, GKE assigns a public IP address (external endpoint) to the control plane and provisions
      public nodes. New APIs allows to change cluster network isolation of the control plane and/or node-pool from the internet
    
      ---
      feat: add nodeconfig resource_labels api
    
      ---
      feat: add API to enable GKE Gateway controller
      PiperOrigin-RevId: 486164478
      Source-Link: googleapis/googleapis@30e2c3b
    
    feat(aiplatform): add annotation_labels to ImportDataConfig in aiplatform v1 dataset.proto feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1 featurestore_service.proto feat: add metadata_artifact to Model in aiplatform v1 model.proto feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1 pipeline_job.proto feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1 training_pipeline.proto
      PiperOrigin-RevId: 485963171
      Source-Link: googleapis/googleapis@9691f51
    
    feat(aiplatform): add NVIDIA_A100_80GB to AcceleratorType in aiplatform v1beta1 accelerator_type.proto feat: add annotation_labels to ImportDataConfig in aiplatform v1beta1 dataset.proto feat: add total_deployed_model_count and total_endpoint_count to QueryDeployedModelsResponse in aiplatform v1beta1 deployment_resource_pool_service.proto feat: add start_time to BatchReadFeatureValuesRequest in aiplatform v1beta1 featurestore_service.proto feat: add metadata_artifact to Model in aiplatform v1beta1 model.proto feat: add failed_main_jobs and failed_pre_caching_check_jobs to ContainerDetail in aiplatform v1beta1 pipeline_job.proto feat: add persist_ml_use_assignment to InputDataConfig in aiplatform v1beta1 training_pipeline.proto
      PiperOrigin-RevId: 485963130
      Source-Link: googleapis/googleapis@af14709
    
    docs(bigquery/storage): remove stale header guidance for AppendRows
      PiperOrigin-RevId: 485941276
      Source-Link: googleapis/googleapis@a5f5928
    
    chore(analytics/admin): Set `transport` parameter expclicitly for php, nodejs and remaining java gapic rules
      PiperOrigin-RevId: 485725710
      Source-Link: googleapis/googleapis@013b7e1
    
    feat(run): Adds Cloud Run Jobs v2 API client libraries
      A Cloud Run Job runs its tasks and exits when finished.
    
      For more information about Cloud Run Jobs, visit https://cloud.google.com/run/docs/create-jobs
    
      PiperOrigin-RevId: 485653075
      Source-Link: googleapis/googleapis@a9a137b
    
    chore(servicecontrol): include generated samples dir for all google apis
      PiperOrigin-RevId: 485653021
      Source-Link: googleapis/googleapis@69fc6c5
    
    chore(analytics/admin): Set `rest_numeric_enums = False` for all gapic rules explicitly
      PiperOrigin-RevId: 485623855
      Source-Link: googleapis/googleapis@807125e
    
    feat(networkconnectivity): add policy based routing" will work
      PiperOrigin-RevId: 485359269
      Source-Link: googleapis/googleapis@016f3a2
    
    docs(dialogflow/cx): Clarify interactive logging TTL behavior
      PiperOrigin-RevId: 485069403
      Source-Link: googleapis/googleapis@63cd62a
    
    feat(cloudbuild/apiv1): Integration of Cloud Build with Artifact Registry
      Committer: @amcooper
      PiperOrigin-RevId: 484745059
      Source-Link: googleapis/googleapis@b819b95
    
    feat(cloudbuild/apiv1): Add allow_failure, exit_code, and allow_exit_code to BuildStep message
      Committer: @arvinddayal
      PiperOrigin-RevId: 484308212
      Source-Link: googleapis/googleapis@bc84ad5
    
    feat(video/stitcher): Add support for Media CDN
      PiperOrigin-RevId: 483999352
      Source-Link: googleapis/googleapis@d0a9cd5
    
    feat(monitoring/dashboard): Added support for PromQL queries
      PiperOrigin-RevId: 483996299
      Source-Link: googleapis/googleapis@1742ec3
    
    chore(dataform): Configure Dataform client library build rules
      PiperOrigin-RevId: 483770447
      Source-Link: googleapis/googleapis@92f5908
    
    feat(dialogflow): Added StreamingAnalyzeContent API feat: Added obfuscated_external_user_id to Participant feat: Can directly set Cloud Speech model on the SpeechToTextConfig
      PiperOrigin-RevId: 483696090
      Source-Link: googleapis/googleapis@3772bf3
    codyoss committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9c5d6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c67dc0b View commit details
    Browse the repository at this point in the history
Loading