google-github-actions/release-please-action 187
automated releases based on conventional commits
yoshi-code-bot/gapic-generator-go 0
Generate Go API client libraries from Protocol Buffers.
yoshi-code-bot/gapic-showcase 0
An API that demonstrates Generated API Client (GAPIC) features and common API patterns used by Google.
yoshi-code-bot/google-api-nodejs-client 0
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
yoshi-code-bot/google-api-ruby-client 0
REST client for Google APIs
yoshi-code-bot/google-auth-library-ruby 0
Google Auth Library for Ruby
yoshi-code-bot/google-cloud-go 0
Google Cloud Client Libraries for Go.
yoshi-code-bot/google-cloud-node 0
Google Cloud Client Library for Node.js
yoshi-code-bot/google-cloud-python 0
Google Cloud Client Library for Python
yoshi-code-bot/google-cloud-ruby 0
Google Cloud Client Library for Ruby
push eventyoshi-code-bot/google-cloud-go
commit sha 361235a06b74ec3cc1039c7a166895da5810445b
chore(bigtable): update codeowners for bigtable (#4504) api-bigtable should be an owner for all bigtable areas.
commit sha 3d6c6c7873e1b75e8b492ede2e561411dc40536a
feat(spanner/spansql): add ROW DELETION POLICY parsing (#4496) * chore(spanner/spansql): modify expect functions to allow ...string * feat(spanner/spansql): add ROW DELETION POLICY parse. This enables to parse `ROW DELETION POLICY` at `CREATE TABLE`, `ALTER TABLE` clauses. * fix(spanner/spansql): add empty line between functions * fix(spanner/spansql): eat `ROW DELETION POLICY` first Co-authored-by: Knut Olav Løite <[email protected]>
commit sha 9d861c09983026042795ee9c16a8a270fed573ec
chore: release spanner 1.24.0
push time in 2 hours
PR opened googleapis/google-api-python-client
Deleted keys were detected in the following stable discovery artifacts:
sqladmin v1 https://github.com/googleapis/google-api-python-client/commit/cef24d829ab5be71563a2b668b8f6cf5dda2c8e4
Deleted keys were detected in the following pre-stable discovery artifacts:
alertcenter v1beta1 https://github.com/googleapis/google-api-python-client/commit/70810a52c85c6d0d6f00d7afb41c8608261eaebc
Discovery Artifact Change Summary:
feat(alertcenter): update the api https://github.com/googleapis/google-api-python-client/commit/70810a52c85c6d0d6f00d7afb41c8608261eaebc feat(chat): update the api https://github.com/googleapis/google-api-python-client/commit/a577cd0b71951176bbf849c1f7f139127205da54 feat(cloudbuild): update the api https://github.com/googleapis/google-api-python-client/commit/9066056a8b106d441fb7686fe84359484d0d58bc feat(content): update the api https://github.com/googleapis/google-api-python-client/commit/b123349da33c11c0172a8efb3fadef685a30e6e1 feat(displayvideo): update the api https://github.com/googleapis/google-api-python-client/commit/c525d726ee6cffdd4bc7afd69080d5e52bae83a0 feat(dns): update the api https://github.com/googleapis/google-api-python-client/commit/13436ccd2b835fda5cb86952ac4ea991ee8651d8 feat(eventarc): update the api https://github.com/googleapis/google-api-python-client/commit/6be3394a64a5eb509f68ef779680fd36837708ee feat(file): update the api https://github.com/googleapis/google-api-python-client/commit/817a0e636771445a988ef479bd52740f754b901a feat(monitoring): update the api https://github.com/googleapis/google-api-python-client/commit/bd32149f308467f0f659119587afc77dcec65b14 feat(people): update the api https://github.com/googleapis/google-api-python-client/commit/aa6b47df40c5289f33aef6fb6aa007df2d038e20 feat(retail): update the api https://github.com/googleapis/google-api-python-client/commit/d39f06e2d77034bc837604a41dd52c577f158bf2 feat(securitycenter): update the api https://github.com/googleapis/google-api-python-client/commit/999fab5178208639c9eef289f9f441052ed832fc feat(speech): update the api https://github.com/googleapis/google-api-python-client/commit/3b2c0fa62b2a0c86bba1e97f1b18f93250dbd551 feat(sqladmin): update the api https://github.com/googleapis/google-api-python-client/commit/cef24d829ab5be71563a2b668b8f6cf5dda2c8e4
pr created time in 3 hours
create barnchyoshi-code-bot/google-cloud-python
branch : update-api-list-2021-07-27
created branch time in 3 hours
push eventyoshi-code-bot/google-cloud-python
commit sha 99e820474e65efe81b70ea19d23598aab9bc2042
docs: update the list of available APIs
push time in 3 hours
PR opened googleapis/google-cloud-python
Update the list of available APIs in the README.
pr created time in 3 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha 9245c9bd6fd1c390789c8b38fe312fb1100d5844
chore: release storage 1.16.1
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha c14560bce61aa9620f08e0308fed5bd2c04fd3c7
chore: release bigquery 1.20.0
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha b3c151f564307ef3de8bd3e42383e792195ae16d
chore: release datastore 1.6.0
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha d8390142ce84393493a1cb8b9c433b8f4c5339b4
chore: release firestore 1.6.0
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha 58594dc7809b4f904cbd9b1037603bf6343f2e5e
chore: release logging 2.0.0
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha 22efd9cc6e922058958303eef33827a00c8ef6d1
chore: release pubsublite 1.0.1
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha 6c2779120c3eb98c8ac7689987de9f25cbca7927
chore: release spanner 1.24.0
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha 7836df3ac597681d6d6160a839ec99ad5e80b34a
chore: release bigtable 1.10.2
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha 543e5f5756177cef9324906ad1f0f8079cdaf039
test(bigtable): add retries for integration test setup, also logging (#4500)
commit sha e3ef34225ef105ae91f59fb9665014422c94651f
chore: release 0.89.0
push time in 9 hours
push eventyoshi-code-bot/google-cloud-go
commit sha 40571fa0e3b5ab326fd592a6907061c2304893aa
feat(bigquery/storage/managedwriter): wire in flow controller (#4501) * feat(bigquery/storage/managedwriter): wire in flow controller This adds a flow controller to the managed stream, guarding AppendRows. This change puts the release responsibility for the flow controller in the markDone() method of the pendingWrite. Flow controller code is already well tested via unit tests, so this doesn't add any additional tests.
commit sha b7438429b40f45a3873db543f9b6f41ddb150d86
chore: release bigquery 1.20.0
push time in 12 hours
PR opened googleapis/google-cloud-ruby
:robot: I have created a release *beep* *boop*
2.6.2 / 2021-07-26
Bug Fixes
- Update FieldPath#formatted_string to correctly escape non-simple characters
Commits since last release:
- fix(firestore): Update FieldPath#formatted_string to correctly escape non-simple characters
- chore(firestore): Add comment to explain project_id param
Files edited since last release:
<pre><code>google-cloud-firestore/lib/google/cloud/firestore/field_path.rb google-cloud-firestore/test/google/cloud/firestore/field_path_test.rb google-cloud-firestore/samples/quickstart.rb </code></pre> Compare Changes
This PR was generated with Release Please. See documentation.
pr created time in 12 hours
push eventyoshi-code-bot/google-cloud-ruby
commit sha b1123cbf85b13429a199349ecfc9c6f1fa329a90
chore: release google-cloud-firestore 2.6.2
push time in 12 hours
create barnchyoshi-code-bot/google-cloud-ruby
branch : release-google-cloud-firestore-v2.6.2
created branch time in 12 hours
PR opened googleapis/gapic-generator-go
Updated Go dependencies for Bazel repositories.
pr created time in 13 hours
push eventyoshi-code-bot/gapic-generator-go
commit sha 0d0ccaa57c603950b3e00e7a949cd92a97df0adc
chore: update Bazel Go deps (#715) Updated Go dependencies for Bazel repositories.
commit sha 8115c5d7aa9366a8e36f7600e0cfbb91d8fe4491
fix(deps): update google.golang.org/genproto commit hash to e7812ac (#717) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/genproto](https://togithub.com/googleapis/go-genproto) | require | digest | `1d5a45f` -> `e7812ac` | --- ### Configuration 📅 **Schedule**: "after 12pm on monday" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-go).
commit sha b87cbab08f21937cd884441124ed6d1dffc0f5c0
chore: update Bazel Go deps
push time in 13 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha e5019de18059826283c593911c4e7c8c8c786a51
chore(all): auto-regenerate gapics (#4491) 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: https://github.com/googleapis/go-genproto/pull/644 Changes: chore(datastore/admin): Remove redundant service config YAML The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743 Source-Link: https://github.com/googleapis/googleapis/commit/b1844c9b9cd5fbaf53068555e2b9ffe942f3c1c4
commit sha b0853846a34a32ca45deb92a3cc6ab843473acd8
feat(bigquery/storage/managedwriter): add append stream plumbing (#4452) This PR adds enough of the wiring to the client to being testing via integration tests. It adapts a similar pattern to the pullstream in pubsub, in that it abstracts individual calls from stream state management. There's two significant units of future work that may yield changes here: * For traffic efficiency sake, we only want to add things like the stream ID, schema, and trace ID to the first append on any stream. * For stream connection retry, we may want to re-send writes that were sent but we didn't get an acknowledgement back. For default/committed streams, this behavior may yield additional writes (at least once semantics). For buffered/pending streams, it means either the library or user should know to expect "data already present" for these resent-writes. Towards https://github.com/googleapis/google-cloud-go/issues/4366
commit sha fe61773b1e8d1abb0344e9964a4e43d5a52c8407
chore: release bigquery 1.20.0
push time in 14 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a12600462add2423980a3cc7eaa209c00d99db7b
chore: release 0.88.0 (#4467)
commit sha e55a01667afaf36ff70807d061ecafb61827ba97
chore(all): bulk gen (#4484) Bulk generate APIs. Changes: feat(iap): start generating apiv1 feat(datafusion): start generating apiv1
commit sha 4565eb7fe730eade294fb3baa85bd255df008bfa
feat(bigquery): support multistatement transaction statistics in jobs (#4485) * feat(bigquery): support multistatement transaction statistics in jobs
commit sha dcee3c5887c71b5e82c9d963077d2307905f6dce
feat: add schema support (#4489) This was previously reviewed in #3820 but was merged into a branch and released as a beta as the feature wasn't GA yet.
commit sha 6af63539ff6ed3cac72192d878e462ef71e9629b
test(bigtable): tighten time to delete for bigtable instances (#4488)
commit sha dec7a67a3e980f6f5e0d170919da87e1bffe923f
fix(spanner/spansql): fix DATE and TIMESTAMP parsing. (#4480) * fix(spanner/spansql): fix DATE, TIMESTAMP parse. This enables to parse below cases. - DATE, TIMESTAMP used as identifier.(these words does not reserved keyword.) - DATE, TIMESTAMP used as function. * fix(spanner/spansql): fix allFuncs index, and add more Date, Timestamp functions * fix(spanner/spansql): fix parse DATE, Timestamp literals. This modified parsing DATE, TIMESTAMP that if next token is string litelal, then current token treated as DATE, TIMESTAMP literals.
commit sha e36b29a3d43bce5c1c044f7daf6e1db00b0a49e0
fix(storage): revise Reader to send XML preconditions (#4479) This updates `Reader` to send precondition request headers to fit the XML API used for downloads. - adds a new function `setConditionsHeaders()` that parses `Conditions` and sets the corresponding precondition headers - revises `NewRangerReader` to call `setConditionsHeaders()` - if an object version is specified via `generation`, include `generation` as query string parameters - updates tests Fixes #4470
commit sha f3f139602958543b4fd1f3af59b7333089c4f2c9
test(pubsublite): fix flaky TestIntegration_PublishSubscribeSinglePartition (#4493)
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha f110aae9da208b19a12d5472165fe4c0de9d86c5
chore: release firestore 1.6.0
push time in 17 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a7e28f2557469562ae57e5174b41bdf8fce62b63
feat(internal/carver): add tooling to help carve out sub-modules (#4417)
commit sha a8ee508d86a050d2eb53aee5430cb6c356d0abb5
chore: release 0.89.0
push time in 17 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a12600462add2423980a3cc7eaa209c00d99db7b
chore: release 0.88.0 (#4467)
commit sha e55a01667afaf36ff70807d061ecafb61827ba97
chore(all): bulk gen (#4484) Bulk generate APIs. Changes: feat(iap): start generating apiv1 feat(datafusion): start generating apiv1
commit sha 4565eb7fe730eade294fb3baa85bd255df008bfa
feat(bigquery): support multistatement transaction statistics in jobs (#4485) * feat(bigquery): support multistatement transaction statistics in jobs
commit sha dcee3c5887c71b5e82c9d963077d2307905f6dce
feat: add schema support (#4489) This was previously reviewed in #3820 but was merged into a branch and released as a beta as the feature wasn't GA yet.
commit sha 6af63539ff6ed3cac72192d878e462ef71e9629b
test(bigtable): tighten time to delete for bigtable instances (#4488)
commit sha dec7a67a3e980f6f5e0d170919da87e1bffe923f
fix(spanner/spansql): fix DATE and TIMESTAMP parsing. (#4480) * fix(spanner/spansql): fix DATE, TIMESTAMP parse. This enables to parse below cases. - DATE, TIMESTAMP used as identifier.(these words does not reserved keyword.) - DATE, TIMESTAMP used as function. * fix(spanner/spansql): fix allFuncs index, and add more Date, Timestamp functions * fix(spanner/spansql): fix parse DATE, Timestamp literals. This modified parsing DATE, TIMESTAMP that if next token is string litelal, then current token treated as DATE, TIMESTAMP literals.
commit sha e36b29a3d43bce5c1c044f7daf6e1db00b0a49e0
fix(storage): revise Reader to send XML preconditions (#4479) This updates `Reader` to send precondition request headers to fit the XML API used for downloads. - adds a new function `setConditionsHeaders()` that parses `Conditions` and sets the corresponding precondition headers - revises `NewRangerReader` to call `setConditionsHeaders()` - if an object version is specified via `generation`, include `generation` as query string parameters - updates tests Fixes #4470
commit sha f3f139602958543b4fd1f3af59b7333089c4f2c9
test(pubsublite): fix flaky TestIntegration_PublishSubscribeSinglePartition (#4493)
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha 5997f2da8d1b24a9e6942432365657a042a3a957
chore: release logging 2.0.0
push time in 19 hours
push eventyoshi-code-bot/google-cloud-go
commit sha a12600462add2423980a3cc7eaa209c00d99db7b
chore: release 0.88.0 (#4467)
commit sha e55a01667afaf36ff70807d061ecafb61827ba97
chore(all): bulk gen (#4484) Bulk generate APIs. Changes: feat(iap): start generating apiv1 feat(datafusion): start generating apiv1
commit sha 4565eb7fe730eade294fb3baa85bd255df008bfa
feat(bigquery): support multistatement transaction statistics in jobs (#4485) * feat(bigquery): support multistatement transaction statistics in jobs
commit sha dcee3c5887c71b5e82c9d963077d2307905f6dce
feat: add schema support (#4489) This was previously reviewed in #3820 but was merged into a branch and released as a beta as the feature wasn't GA yet.
commit sha 6af63539ff6ed3cac72192d878e462ef71e9629b
test(bigtable): tighten time to delete for bigtable instances (#4488)
commit sha dec7a67a3e980f6f5e0d170919da87e1bffe923f
fix(spanner/spansql): fix DATE and TIMESTAMP parsing. (#4480) * fix(spanner/spansql): fix DATE, TIMESTAMP parse. This enables to parse below cases. - DATE, TIMESTAMP used as identifier.(these words does not reserved keyword.) - DATE, TIMESTAMP used as function. * fix(spanner/spansql): fix allFuncs index, and add more Date, Timestamp functions * fix(spanner/spansql): fix parse DATE, Timestamp literals. This modified parsing DATE, TIMESTAMP that if next token is string litelal, then current token treated as DATE, TIMESTAMP literals.
commit sha e36b29a3d43bce5c1c044f7daf6e1db00b0a49e0
fix(storage): revise Reader to send XML preconditions (#4479) This updates `Reader` to send precondition request headers to fit the XML API used for downloads. - adds a new function `setConditionsHeaders()` that parses `Conditions` and sets the corresponding precondition headers - revises `NewRangerReader` to call `setConditionsHeaders()` - if an object version is specified via `generation`, include `generation` as query string parameters - updates tests Fixes #4470
commit sha f3f139602958543b4fd1f3af59b7333089c4f2c9
test(pubsublite): fix flaky TestIntegration_PublishSubscribeSinglePartition (#4493)
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha a257fd518d3b0c7ed15d0a586c22d297dcac1694
chore: release datastore 1.6.0
push time in 19 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha faf5e76e13fcbd0239e6ae092f2c3ec5390bb997
chore: release bigquery 1.20.0
push time in 19 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha 5dd03be4d0d245288fd8b38999c9f838a093e23f
chore: release pubsublite 1.0.1
push time in 19 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha c971fed83da7d31aa4142f08d4079599eb60adde
chore: release spanner 1.24.0
push time in 19 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha e78b1c2f42e5448d88dc452f95b33ba7af32ad63
chore: release storage 1.16.1
push time in 19 hours
push eventyoshi-code-bot/google-cloud-go
commit sha e5df0356fca8bd220ab1a38d13f7246b3570bdbc
chore(all): update all (#4495) [](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/bigquery](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/firestore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/internal/godocfx](https://togithub.com/googleapis/google-cloud-go) | require | digest | `1110dcf` -> `f3f1396` | | [cloud.google.com/go/logging](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/pubsublite](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.87.0` -> `v0.88.0` | | [github.com/google/pprof](https://togithub.com/google/pprof) | require | digest | `86eeefc` -> `4bb14d4` | | [github.com/shurcooL/githubv4](https://togithub.com/shurcooL/githubv4) | require | digest | `234843c` -> `83ba7b4` | | [golang.org/x/time](https://togithub.com/golang/time) | require | digest | `38a9dc6` -> `1f47c86` | | [google.golang.org/api](https://togithub.com/googleapis/google-api-go-client) | require | minor | `v0.50.0` -> `v0.51.0` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.88.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.88.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.87.0...v0.88.0) ##### ⚠ BREAKING CHANGES - **cloudbuild/apiv1:** Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported. ##### Features - **cloudbuild/apiv1:** add a WorkerPools API ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **cloudbuild/apiv1:** Implementation of Build Failure Info: - Added message FailureInfo field ([19ea3f8](https://www.github.com/googleapis/google-cloud-go/commit/19ea3f830212582bfee21d9e09f0034f9ce76547)) - **osconfig/agentendpoint:** OSConfig AgentEndpoint: add basic os info to RegisterAgentRequest, add WindowsApplication type to Inventory ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) - **resourcesettings:** Publish Cloud ResourceSettings v1 API ([43ad3cb](https://www.github.com/googleapis/google-cloud-go/commit/43ad3cb7be981fff9dc5dcf4510f1cd7bea99957)) ##### Bug Fixes - **internal/godocfx:** set exit code, print cmd output, no go get ... ([#​4445](https://www.github.com/googleapis/google-cloud-go/issues/4445)) ([cc70f77](https://www.github.com/googleapis/google-cloud-go/commit/cc70f77ac279a62e24e1b07f6e53fd126b7286b0)) - **internal:** detect module for properly generating docs URLs ([#​4460](https://www.github.com/googleapis/google-cloud-go/issues/4460)) ([1eaba8b](https://www.github.com/googleapis/google-cloud-go/commit/1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0)), refs [#​4447](https://www.github.com/googleapis/google-cloud-go/issues/4447) - **kms:** Updating WORKSPACE files to use the newest version of the Typescript generator. ([8936bc3](https://www.github.com/googleapis/google-cloud-go/commit/8936bc3f2d0fb2f6514f6e019fa247b8f41bd43c)) </details> <details> <summary>googleapis/google-api-go-client</summary> ### [`v0.51.0`](https://togithub.com/googleapis/google-api-go-client/releases/v0.51.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.50.0...v0.51.0) ##### Features - **all:** auto-regenerate discovery clients , refs [#​1126](https://www.github.com/googleapis/google-api-go-client/issues/1126) [#​1125](https://www.github.com/googleapis/google-api-go-client/issues/1125) [#​1122](https://www.github.com/googleapis/google-api-go-client/issues/1122) [#​1121](https://www.github.com/googleapis/google-api-go-client/issues/1121) [#​1119](https://www.github.com/googleapis/google-api-go-client/issues/1119) [#​1118](https://www.github.com/googleapis/google-api-go-client/issues/1118) [#​1116](https://www.github.com/googleapis/google-api-go-client/issues/1116) [#​1115](https://www.github.com/googleapis/google-api-go-client/issues/1115) [#​1114](https://www.github.com/googleapis/google-api-go-client/issues/1114) [#​1113](https://www.github.com/googleapis/google-api-go-client/issues/1113) [#​1112](https://www.github.com/googleapis/google-api-go-client/issues/1112) [#​1110](https://www.github.com/googleapis/google-api-go-client/issues/1110) [#​1109](https://www.github.com/googleapis/google-api-go-client/issues/1109) [#​1108](https://www.github.com/googleapis/google-api-go-client/issues/1108) [#​1107](https://www.github.com/googleapis/google-api-go-client/issues/1107) [#​1106](https://www.github.com/googleapis/google-api-go-client/issues/1106) [#​1105](https://www.github.com/googleapis/google-api-go-client/issues/1105) [#​1104](https://www.github.com/googleapis/google-api-go-client/issues/1104) [#​1102](https://www.github.com/googleapis/google-api-go-client/issues/1102) [#​1101](https://www.github.com/googleapis/google-api-go-client/issues/1101) [#​1100](https://www.github.com/googleapis/google-api-go-client/issues/1100) [#​1098](https://www.github.com/googleapis/google-api-go-client/issues/1098) </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go).
commit sha 747c32b72f2760504c8e29cbef915a8d8fc2a23e
chore: release bigtable 1.10.2
push time in 19 hours