-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-go
base: v0.110.4
head repository: googleapis/google-cloud-go
compare: v0.110.5
- 13 commits
- 59 files changed
- 7 contributors
Commits on Jul 6, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 8ff13bf - Browse repository at this point
Copy the full SHA 8ff13bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c28f23 - Browse repository at this point
Copy the full SHA 6c28f23View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9570159 - Browse repository at this point
Copy the full SHA 9570159View commit details -
fix(logging/logadmin): fix paging example filter (#8224)
Originally merged in #8221
Configuration menu - View commit details
-
Copy full SHA for 710c627 - Browse repository at this point
Copy the full SHA 710c627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3726e9f - Browse repository at this point
Copy the full SHA 3726e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b67cf - Browse repository at this point
Copy the full SHA a9b67cfView commit details -
feat(run): Adds support for custom audiences (#8227)
- [ ] Regenerate this pull request now. Custom Audiences * The new field is found in https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services. * For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences. PiperOrigin-RevId: 546032394 Source-Link: https://togithub.com/googleapis/googleapis/commit/96f0194ca97a1c633b5acba991fbfa355ef41f64 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f95d5cafc5730dd1c6e30aa2395e1b37c4122ad8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjk1ZDVjYWZjNTczMGRkMWM2ZTMwYWEyMzk1ZTFiMzdjNDEyMmFkOCJ9
Configuration menu - View commit details
-
Copy full SHA for 7732b8c - Browse repository at this point
Copy the full SHA 7732b8cView commit details
Commits on Jul 7, 2023
-
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).
Configuration menu - View commit details
-
Copy full SHA for c992115 - Browse repository at this point
Copy the full SHA c992115View commit details -
feat(ai/generativelanguage): start generating apiv1beta2 (#8229)
sources were generated in #8212
Configuration menu - View commit details
-
Copy full SHA for 837f325 - Browse repository at this point
Copy the full SHA 837f325View commit details -
chore(main): release datastore 1.12.1 (#8228)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b63d02b - Browse repository at this point
Copy the full SHA b63d02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f52db - Browse repository at this point
Copy the full SHA e1f52dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed73916 - Browse repository at this point
Copy the full SHA ed73916View commit details
Commits on Jul 10, 2023
-
chore(main): release 0.110.5 (#8223)
🤖 I have created a release *beep* *boop* --- ## [0.110.5](https://togithub.com/googleapis/google-cloud-go/compare/v0.110.4...v0.110.5) (2023-07-07) ### Bug Fixes * **logadmin:** Use consistent filter in paging example ([#8221](https://togithub.com/googleapis/google-cloud-go/issues/8221)) ([9570159](https://togithub.com/googleapis/google-cloud-go/commit/95701597b1d709543ea22a4b6ff9b28b14a2d4fc)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for fe03bdd - Browse repository at this point
Copy the full SHA fe03bddView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.110.4...v0.110.5