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: v0.110.4
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: v0.110.5
Choose a head ref
  • 13 commits
  • 59 files changed
  • 7 contributors

Commits on Jul 6, 2023

  1. feat(bigquery/storage): add ResourceExhausted to retryable error for …

    …Write API unary calls (#8214)
    
    - [ ] Regenerate this pull request now.
    
    docs: add multiplexing documentation
    
    PiperOrigin-RevId: 545839491
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/2b006afc7a392006602ce0868c22341b5aeef4a8
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0d52d385bd4e78c7b2c83755013fe103e804c384
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGQ1MmQzODViZDRlNzhjN2IyYzgzNzU1MDEzZmUxMDNlODA0YzM4NCJ9
    BEGIN_NESTED_COMMIT
    feat(contactcenterinsights): Support topic model type V2
    PiperOrigin-RevId: 545798962
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/601a6dd6f0ed543c0ebf1dcfcd9003699064d946
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a40848f267533e9c490f93dc30589f0dc45384eb
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTQwODQ4ZjI2NzUzM2U5YzQ5MGY5M2RjMzA1ODlmMGRjNDUzODRlYiJ9
    END_NESTED_COMMIT
    gcf-owl-bot[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8ff13bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c28f23 View commit details
    Browse the repository at this point in the history
  3. fix(logadmin): use consistent filter in paging example (#8221)

    Without supplying a `timestamp` in the `ListLogEntries.Filter`, the client by default sets one for the last twenty-four hours when the `EntryIterator` is created. Since this example creates a new `EntryIterator` on each request, a new `timestamp` of a slightly different twenty-four hour window is added. When the `Next Page` button is pressed, it reuses the `NextPageToken` from the previous call, but that was created for a different twenty-four hour window `Filter`. This creates a mismatch between the requested `Filter` and the `Filter` used to create the `NextPageToken`, resulting in an error.
    
    To address this, we create the filter in the main function before server start up. In this filter, we set a timestamp **explicitly**. 
    
    Note: I made this a `fix` commit because this is part of the GoDoc examples and we need this to appear as the latest release, otherwise no one will see it until another release comes along.
    
    Fixes #8186.
    noahdietz authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9570159 View commit details
    Browse the repository at this point in the history
  4. fix(logging/logadmin): fix paging example filter (#8224)

    Originally merged in #8221
    noahdietz authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    710c627 View commit details
    Browse the repository at this point in the history
  5. test(bigquery): skip storage billing model tests (#8226)

    Skip tests related to Storage Billing Model as tests are going to fail due to changes related to BigQuery editions. This feature is not available in our CI/CD environment as we have BigQuery commitments on it.
    
    Fixes #8194 and #8193
    alvarowolfx authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3726e9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b67cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7732b8c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. chore(main): release bigtable 1.19.0 (#7125)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.19.0](https://togithub.com/googleapis/google-cloud-go/compare/bigtable/v1.18.1...bigtable/v1.19.0) (2023-07-06)
    
    
    ### Features
    
    * **bigtable:** Add change stream config to create and update table ([#8180](https://togithub.com/googleapis/google-cloud-go/issues/8180)) ([32897ce](https://togithub.com/googleapis/google-cloud-go/commit/32897cec9be7413fa09b403199980e782ae52107))
    * **bigtable:** Update all direct dependencies ([b340d03](https://togithub.com/googleapis/google-cloud-go/commit/b340d030f2b52a4ce48846ce63984b28583abde6))
    * **bigtable:** Update iam and longrunning deps ([91a1f78](https://togithub.com/googleapis/google-cloud-go/commit/91a1f784a109da70f63b96414bba8a9b4254cddd))
    
    
    ### Bug Fixes
    
    * **bigtable:** REST query UpdateMask bug ([df52820](https://togithub.com/googleapis/google-cloud-go/commit/df52820b0e7721954809a8aa8700b93c5662dc9b))
    * **bigtable:** Update grpc to v1.55.0 ([1147ce0](https://togithub.com/googleapis/google-cloud-go/commit/1147ce02a990276ca4f8ab7a1ab65c14da4450ef))
    * **bigtable:** Use fieldmask directly instead of field_mask genproto alias ([#8032](https://togithub.com/googleapis/google-cloud-go/issues/8032)) ([cae6cd6](https://togithub.com/googleapis/google-cloud-go/commit/cae6cd6d0e09e98157879fb03fb23f718f4d2bb3))
    
    ---
    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 Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c992115 View commit details
    Browse the repository at this point in the history
  2. feat(ai/generativelanguage): start generating apiv1beta2 (#8229)

    sources were generated in #8212
    quartzmo authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    837f325 View commit details
    Browse the repository at this point in the history
  3. chore(main): release datastore 1.12.1 (#8228)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b63d02b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1f52db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed73916 View commit details
    Browse the repository at this point in the history
Loading