GoogleCloudPlatform / terraform-google-cloud-functions

Deploys Cloud Functions (Gen 2)
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-functions/google
Apache License 2.0
31 stars 27 forks source link

chore(deps): Update GO modules - autoclosed #32

Closed renovate-bot closed 8 months ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
cloud.google.com/go/storage require minor v1.29.0 -> v1.35.1
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.5.2 -> v0.10.2 v0.10.3
github.com/GoogleCloudPlatform/functions-framework-go require minor v1.6.1 -> v1.8.0
github.com/cloudevents/sdk-go/v2 require minor v2.5.0 -> v2.14.0
github.com/cloudevents/sdk-go/v2 require minor v2.13.0 -> v2.14.0
github.com/stretchr/testify require patch v1.8.2 -> v1.8.4
golang.org/x/oauth2 require minor v0.6.0 -> v0.15.0
google.golang.org/api require minor v0.113.0 -> v0.153.0 v0.154.0

Release Notes

GoogleCloudPlatform/functions-framework-go (github.com/GoogleCloudPlatform/functions-framework-go) ### [`v1.8.0`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.8.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.4...v1.8.0) ##### Features - Added instructions for binding locally. ([#​215](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/215)) ([8e6bded](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/8e6bded26745b8808c60ced353085d229fba0f38)) ##### Bug Fixes - correct formatting of status print ([#​206](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/206)) ([b16760a](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/b16760a8d0375dd484d8e74beb3646b43cc1c741)) ### [`v1.7.4`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.7.4) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.3...v1.7.4) ##### Bug Fixes - add new line to panic stack trace so Error Reporting can ingest the log ([#​203](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/203)) ([1a50c23](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/1a50c23fff631a715d4f4ad4431e7c9e57d23178)) ### [`v1.7.3`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.2...v1.7.3) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.2...v1.7.3) ### [`v1.7.2`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.1...v1.7.2) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.1...v1.7.2) ### [`v1.7.1`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.0...v1.7.1) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.0...v1.7.1) ### [`v1.7.0`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.7.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.6.1...v1.7.0) ##### Features - Add support for strongly typed function signature ([#​168](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/168)) ([06264b6](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/06264b6785e5aef394d97e516d5c1819d3e09d91)) - Allow registering multiple functions with one server for local testing ([#​154](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/154)) ([fcc3f61](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/fcc3f6159d0d8e29bfeb715b6d1319fedcfb0510)) - configure security score card action ([#​169](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/169)) ([e038fee](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/e038fee735ad43d26c86cc5fc5887b42dc52b467))
cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2) ### [`v2.14.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.14.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.13.0...v2.14.0) #### What's Changed - http: Batch Events from HTTP Request and Response by [@​markmandel](https://togithub.com/markmandel) in [https://github.com/cloudevents/sdk-go/pull/829](https://togithub.com/cloudevents/sdk-go/pull/829) - Bump activesupport from 6.0.6 to 6.0.6.1 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/832](https://togithub.com/cloudevents/sdk-go/pull/832) - Correct the location by [@​clyang82](https://togithub.com/clyang82) in [https://github.com/cloudevents/sdk-go/pull/844](https://togithub.com/cloudevents/sdk-go/pull/844) - Refine error message when validating extension name by [@​jackedelic](https://togithub.com/jackedelic) in [https://github.com/cloudevents/sdk-go/pull/845](https://togithub.com/cloudevents/sdk-go/pull/845) - Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /samples/stan by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/837](https://togithub.com/cloudevents/sdk-go/pull/837) - claim.Messages() seems returning nil sometime, avoid nil pointer by [@​nbajaj90](https://togithub.com/nbajaj90) in [https://github.com/cloudevents/sdk-go/pull/865](https://togithub.com/cloudevents/sdk-go/pull/865) - Bump to newer yaml lib versions by [@​matzew](https://togithub.com/matzew) in [https://github.com/cloudevents/sdk-go/pull/868](https://togithub.com/cloudevents/sdk-go/pull/868) - Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /test/conformance by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/838](https://togithub.com/cloudevents/sdk-go/pull/838) - Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /test/integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/839](https://togithub.com/cloudevents/sdk-go/pull/839) - Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /protocol/stan/v2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/840](https://togithub.com/cloudevents/sdk-go/pull/840) - Bump golang.org/x/text from 0.3.7 to 0.3.8 in /samples/pubsub by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/847](https://togithub.com/cloudevents/sdk-go/pull/847) - Bump github.com/prometheus/client_golang from 0.9.2 to 1.11.1 in /samples/http by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/843](https://togithub.com/cloudevents/sdk-go/pull/843) - Bump golang.org/x/text from 0.3.7 to 0.3.8 in /protocol/pubsub/v2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/848](https://togithub.com/cloudevents/sdk-go/pull/848) - Bump golang.org/x/text from 0.3.3 to 0.3.8 in /samples/http by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/849](https://togithub.com/cloudevents/sdk-go/pull/849) - Bump golang.org/x/net from 0.0.0-20190404232315-eb5bcb51f2a3 to 0.7.0 in /samples/kafka by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/850](https://togithub.com/cloudevents/sdk-go/pull/850) - Bump nokogiri from 1.13.9 to 1.14.2 in /docs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/872](https://togithub.com/cloudevents/sdk-go/pull/872) - Bump golang.org/x/crypto from 0.0.0-20190404164418-38d8ce5564a5 to 0.1.0 in /samples/kafka by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/852](https://togithub.com/cloudevents/sdk-go/pull/852) - Bump golang.org/x/sys from 0.0.0-20210423185535-09eb48e85fd7 to 0.1.0 in /test/observability by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/862](https://togithub.com/cloudevents/sdk-go/pull/862) - Bump golang.org/x/net from 0.0.0-20220607020251-c690dde0001d to 0.7.0 in /samples/pubsub by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/855](https://togithub.com/cloudevents/sdk-go/pull/855) - Bump golang.org/x/net from 0.0.0-20220607020251-c690dde0001d to 0.7.0 in /test/benchmark by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/857](https://togithub.com/cloudevents/sdk-go/pull/857) - Bump golang.org/x/net from 0.0.0-20220607020251-c690dde0001d to 0.7.0 in /protocol/pubsub/v2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/856](https://togithub.com/cloudevents/sdk-go/pull/856) - Bump golang.org/x/crypto from 0.0.0-20200323165209-0ec3e9974c59 to 0.1.0 in /test/conformance by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/858](https://togithub.com/cloudevents/sdk-go/pull/858) - Bump golang.org/x/net from 0.0.0-20201202161906-c7110b5ffcbb to 0.7.0 in /observability/opencensus/v2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/859](https://togithub.com/cloudevents/sdk-go/pull/859) - Bump golang.org/x/net from 0.0.0-20200324143707-d3edc9973b7e to 0.7.0 in /test/conformance by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/cloudevents/sdk-go/pull/854](https://togithub.com/cloudevents/sdk-go/pull/854) - fix some go mod stuff by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/873](https://togithub.com/cloudevents/sdk-go/pull/873) - more go mod tidy stuff by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/874](https://togithub.com/cloudevents/sdk-go/pull/874) - more go mod tidy stuff by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/875](https://togithub.com/cloudevents/sdk-go/pull/875) - Modify doc NewCloudEventFromHTTPRequest -> NewEventFromHTTPRequest by [@​rnotorni](https://togithub.com/rnotorni) in [https://github.com/cloudevents/sdk-go/pull/836](https://togithub.com/cloudevents/sdk-go/pull/836) - upgrade sarama to 1.38.1 by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/878](https://togithub.com/cloudevents/sdk-go/pull/878) - more upgrades by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/882](https://togithub.com/cloudevents/sdk-go/pull/882) - more upgrades by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/887](https://togithub.com/cloudevents/sdk-go/pull/887) - use `go mod` w/o `-go` and `-compat` flags by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/888](https://togithub.com/cloudevents/sdk-go/pull/888) - Trying to fix a race warning by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/889](https://togithub.com/cloudevents/sdk-go/pull/889) #### New Contributors - [@​markmandel](https://togithub.com/markmandel) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/829](https://togithub.com/cloudevents/sdk-go/pull/829) - [@​clyang82](https://togithub.com/clyang82) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/844](https://togithub.com/cloudevents/sdk-go/pull/844) - [@​jackedelic](https://togithub.com/jackedelic) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/845](https://togithub.com/cloudevents/sdk-go/pull/845) - [@​rnotorni](https://togithub.com/rnotorni) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/836](https://togithub.com/cloudevents/sdk-go/pull/836) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.13.0...v2.14.0 ### [`v2.13.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.13.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.12.0...v2.13.0) #### What's Changed - Change options from type redefine to type alias by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/805](https://togithub.com/cloudevents/sdk-go/pull/805) - Update antlr4 to 4.10.1 to match the one use in k8s 1.25 by [@​lionelvillard](https://togithub.com/lionelvillard) in [https://github.com/cloudevents/sdk-go/pull/806](https://togithub.com/cloudevents/sdk-go/pull/806) - Patch sarama_kafka rebalance fix by [@​nbajaj90](https://togithub.com/nbajaj90) in [https://github.com/cloudevents/sdk-go/pull/818](https://togithub.com/cloudevents/sdk-go/pull/818) - Avoid int parsing overflow issues by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/824](https://togithub.com/cloudevents/sdk-go/pull/824) - Add ReadHeaderTimeout for security by [@​duglin](https://togithub.com/duglin) in [https://github.com/cloudevents/sdk-go/pull/826](https://togithub.com/cloudevents/sdk-go/pull/826) #### New Contributors **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.12.0...v2.13.0 ### [`v2.12.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.12.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.11.0...v2.12.0) #### What's Changed - Move generated protos into a public package by [@​muncus](https://togithub.com/muncus) in [https://github.com/cloudevents/sdk-go/pull/793](https://togithub.com/cloudevents/sdk-go/pull/793) - Helper function to create event from HTTP Request or Response by [@​grayside](https://togithub.com/grayside) in [https://github.com/cloudevents/sdk-go/pull/799](https://togithub.com/cloudevents/sdk-go/pull/799) #### New Contributors - [@​muncus](https://togithub.com/muncus) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/793](https://togithub.com/cloudevents/sdk-go/pull/793) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.11.0...v2.12.0 ### [`v2.11.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.11.0): Release 2.11.0 [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.10.1...v2.11.0) #### What's Changed - Reset request body on retry by [@​embano1](https://togithub.com/embano1) in [https://github.com/cloudevents/sdk-go/pull/774](https://togithub.com/cloudevents/sdk-go/pull/774) - fix golangci-lint-action by [@​inigohu](https://togithub.com/inigohu) in [https://github.com/cloudevents/sdk-go/pull/779](https://togithub.com/cloudevents/sdk-go/pull/779) - Unblock connection receive when context is done by [@​igolaizola](https://togithub.com/igolaizola) in [https://github.com/cloudevents/sdk-go/pull/781](https://togithub.com/cloudevents/sdk-go/pull/781) - bump golang to 1.17 by [@​inigohu](https://togithub.com/inigohu) in [https://github.com/cloudevents/sdk-go/pull/778](https://togithub.com/cloudevents/sdk-go/pull/778) - protocol/pubsub: bump cloud.google.com/go/pubsub to latest by [@​inigohu](https://togithub.com/inigohu) in [https://github.com/cloudevents/sdk-go/pull/777](https://togithub.com/cloudevents/sdk-go/pull/777) - add proto test to confirm it is correct by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/784](https://togithub.com/cloudevents/sdk-go/pull/784) - fix: missing error message when return HTTPResult by [@​wenfengwang](https://togithub.com/wenfengwang) in [https://github.com/cloudevents/sdk-go/pull/785](https://togithub.com/cloudevents/sdk-go/pull/785) - add unordered, unknown datacontenttype test and errors to v2/event by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/787](https://togithub.com/cloudevents/sdk-go/pull/787) - Upgrade testify to 1.8.0 by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/790](https://togithub.com/cloudevents/sdk-go/pull/790) #### New Contributors - [@​igolaizola](https://togithub.com/igolaizola) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/781](https://togithub.com/cloudevents/sdk-go/pull/781) - [@​wenfengwang](https://togithub.com/wenfengwang) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/785](https://togithub.com/cloudevents/sdk-go/pull/785) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.10.0...v2.11.0 ### [`v2.10.1`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.10.1) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.10.0...v2.10.1) #### What's Changed - fix: Reset request body on retry by [@​embano1](https://togithub.com/embano1) in [https://github.com/cloudevents/sdk-go/pull/774](https://togithub.com/cloudevents/sdk-go/pull/774) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.10.0...v2.10.1 ### [`v2.10.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.10.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.9.0...v2.10.0) #### What's Changed - feat(gochan): implement SendCloser on SendReceiver protocol by [@​dan-j](https://togithub.com/dan-j) in [https://github.com/cloudevents/sdk-go/pull/768](https://togithub.com/cloudevents/sdk-go/pull/768) - add owners by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/769](https://togithub.com/cloudevents/sdk-go/pull/769) - feat(client): Add option to make receive callback blocking by [@​smilence-yu](https://togithub.com/smilence-yu) in [https://github.com/cloudevents/sdk-go/pull/771](https://togithub.com/cloudevents/sdk-go/pull/771) #### New Contributors - [@​smilence-yu](https://togithub.com/smilence-yu) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/771](https://togithub.com/cloudevents/sdk-go/pull/771) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.9.0...v2.10.0 ### [`v2.9.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.9.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.8.0...v2.9.0) #### What's Changed - Make SdkToProto and ProtoToSDK public by [@​pingsutw](https://togithub.com/pingsutw) in [https://github.com/cloudevents/sdk-go/pull/758](https://togithub.com/cloudevents/sdk-go/pull/758) - fix(doc): the DataAs doc referenced an unknown "data" argument by [@​owulveryck](https://togithub.com/owulveryck) in [https://github.com/cloudevents/sdk-go/pull/765](https://togithub.com/cloudevents/sdk-go/pull/765) - fix http result errors by wrapping the upstream error, allowing for isNack by [@​n3wscott](https://togithub.com/n3wscott) and [@​sbgreene1307](https://togithub.com/sbgreene1307) in [https://github.com/cloudevents/sdk-go/pull/764](https://togithub.com/cloudevents/sdk-go/pull/764) #### New Contributors - [@​pingsutw](https://togithub.com/pingsutw) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/758](https://togithub.com/cloudevents/sdk-go/pull/758) - [@​owulveryck](https://togithub.com/owulveryck) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/765](https://togithub.com/cloudevents/sdk-go/pull/765) - [@​sbgreene1307](https://togithub.com/sbgreene1307) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/764](https://togithub.com/cloudevents/sdk-go/pull/764) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.8.0...v2.9.0 ### [`v2.8.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.8.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.7.0...v2.8.0) #### What's Changed - upgrade to Azure/go-amqp v0.17.0 by [@​oleg-kulyk](https://togithub.com/oleg-kulyk) in [https://github.com/cloudevents/sdk-go/pull/749](https://togithub.com/cloudevents/sdk-go/pull/749) - handle AMQP server shutdown in protocol's receiver by [@​oleg-kulyk](https://togithub.com/oleg-kulyk) in [https://github.com/cloudevents/sdk-go/pull/750](https://togithub.com/cloudevents/sdk-go/pull/750) - Adding workaround to an overflow error in CE SQL parser by [@​devguyio](https://togithub.com/devguyio) in [https://github.com/cloudevents/sdk-go/pull/748](https://togithub.com/cloudevents/sdk-go/pull/748) #### New Contributors - [@​devguyio](https://togithub.com/devguyio) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/748](https://togithub.com/cloudevents/sdk-go/pull/748) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.7.0...v2.8.0 ### [`v2.7.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.7.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.6.1...v2.7.0) #### What's Changed - update readme to point to new release by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/731](https://togithub.com/cloudevents/sdk-go/pull/731) - Combine request context with parent receiver context by [@​benmoss](https://togithub.com/benmoss) in [https://github.com/cloudevents/sdk-go/pull/733](https://togithub.com/cloudevents/sdk-go/pull/733) - Pub/Sub message ordering support by [@​skymeyer](https://togithub.com/skymeyer) in [https://github.com/cloudevents/sdk-go/pull/724](https://togithub.com/cloudevents/sdk-go/pull/724) - Add inbound rate limiting by [@​embano1](https://togithub.com/embano1) in [https://github.com/cloudevents/sdk-go/pull/722](https://togithub.com/cloudevents/sdk-go/pull/722) - fix: SetExtension cannot override core attributes by [@​embano1](https://togithub.com/embano1) in [https://github.com/cloudevents/sdk-go/pull/720](https://togithub.com/cloudevents/sdk-go/pull/720) - pubsub subscription filtering support by [@​irejanodev](https://togithub.com/irejanodev) in [https://github.com/cloudevents/sdk-go/pull/737](https://togithub.com/cloudevents/sdk-go/pull/737) - 736 feat pubsub subscription filter by [@​irejanodev](https://togithub.com/irejanodev) in [https://github.com/cloudevents/sdk-go/pull/741](https://togithub.com/cloudevents/sdk-go/pull/741) - Adding proper abuse protection handler by [@​abhradeepkundu](https://togithub.com/abhradeepkundu) in [https://github.com/cloudevents/sdk-go/pull/743](https://togithub.com/cloudevents/sdk-go/pull/743) - HTTP Protocol: add RequestData in Context option. by [@​odacremolbap](https://togithub.com/odacremolbap) in [https://github.com/cloudevents/sdk-go/pull/747](https://togithub.com/cloudevents/sdk-go/pull/747) #### New Contributors - [@​skymeyer](https://togithub.com/skymeyer) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/724](https://togithub.com/cloudevents/sdk-go/pull/724) - [@​embano1](https://togithub.com/embano1) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/722](https://togithub.com/cloudevents/sdk-go/pull/722) - [@​irejanodev](https://togithub.com/irejanodev) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/737](https://togithub.com/cloudevents/sdk-go/pull/737) - [@​abhradeepkundu](https://togithub.com/abhradeepkundu) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/743](https://togithub.com/cloudevents/sdk-go/pull/743) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.6.0...v2.7.0 ### [`v2.6.1`](https://togithub.com/cloudevents/sdk-go/compare/v2.6.0...v2.6.1) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.6.0...v2.6.1) ### [`v2.6.0`](https://togithub.com/cloudevents/sdk-go/releases/tag/v2.6.0) [Compare Source](https://togithub.com/cloudevents/sdk-go/compare/v2.5.0...v2.6.0) #### What's Changed - Use message context as inbound context when available by [@​benmoss](https://togithub.com/benmoss) in [https://github.com/cloudevents/sdk-go/pull/708](https://togithub.com/cloudevents/sdk-go/pull/708) - Fix nats integration tests by [@​benmoss](https://togithub.com/benmoss) in [https://github.com/cloudevents/sdk-go/pull/710](https://togithub.com/cloudevents/sdk-go/pull/710) - Add sender example for protobuf data by [@​kconwayinvision](https://togithub.com/kconwayinvision) in [https://github.com/cloudevents/sdk-go/pull/712](https://togithub.com/cloudevents/sdk-go/pull/712) - Propagate error to observability service by [@​joaopgrassi](https://togithub.com/joaopgrassi) in [https://github.com/cloudevents/sdk-go/pull/715](https://togithub.com/cloudevents/sdk-go/pull/715) - Introduce OpenTelemetry observability service by [@​joaopgrassi](https://togithub.com/joaopgrassi) in [https://github.com/cloudevents/sdk-go/pull/717](https://togithub.com/cloudevents/sdk-go/pull/717) - Fix nil time assertions for go 1.17 by [@​benmoss](https://togithub.com/benmoss) in [https://github.com/cloudevents/sdk-go/pull/726](https://togithub.com/cloudevents/sdk-go/pull/726) - Automate the release process using github actions by [@​n3wscott](https://togithub.com/n3wscott) in [https://github.com/cloudevents/sdk-go/pull/730](https://togithub.com/cloudevents/sdk-go/pull/730) #### New Contributors - [@​joaopgrassi](https://togithub.com/joaopgrassi) made their first contribution in [https://github.com/cloudevents/sdk-go/pull/715](https://togithub.com/cloudevents/sdk-go/pull/715) **Full Changelog**: https://github.com/cloudevents/sdk-go/compare/v2.5.0...v2.6.0
stretchr/testify (github.com/stretchr/testify) ### [`v1.8.4`](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) ### [`v1.8.3`](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3)
googleapis/google-api-go-client (google.golang.org/api) ### [`v0.153.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.153.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.152.0...v0.153.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2276](https://togithub.com/googleapis/google-api-go-client/issues/2276)) ([510f0f9](https://togithub.com/googleapis/google-api-go-client/commit/510f0f92034370f5164063af521c7a383b823b3e)) - **all:** Auto-regenerate discovery clients ([#​2279](https://togithub.com/googleapis/google-api-go-client/issues/2279)) ([d07fe32](https://togithub.com/googleapis/google-api-go-client/commit/d07fe323e887d43e0b3a4bdd9c9c9f9c62ea34af)) - **all:** Auto-regenerate discovery clients ([#​2280](https://togithub.com/googleapis/google-api-go-client/issues/2280)) ([e8e2895](https://togithub.com/googleapis/google-api-go-client/commit/e8e2895d6965b0304bfe7b9a964302275b41b09f)) - **all:** Auto-regenerate discovery clients ([#​2283](https://togithub.com/googleapis/google-api-go-client/issues/2283)) ([bdc87de](https://togithub.com/googleapis/google-api-go-client/commit/bdc87de2cbcd83567983bc12cf0f8638ff104f35)) - **all:** Auto-regenerate discovery clients ([#​2286](https://togithub.com/googleapis/google-api-go-client/issues/2286)) ([7897739](https://togithub.com/googleapis/google-api-go-client/commit/789773971f9eeacdeb0f6f0c13c9b04e3269f951)) - **all:** Auto-regenerate discovery clients ([#​2287](https://togithub.com/googleapis/google-api-go-client/issues/2287)) ([4148872](https://togithub.com/googleapis/google-api-go-client/commit/414887212d8b6b2bca29e0d291fafaf84e142b07)) - **all:** Auto-regenerate discovery clients ([#​2290](https://togithub.com/googleapis/google-api-go-client/issues/2290)) ([9f55397](https://togithub.com/googleapis/google-api-go-client/commit/9f55397fcea161b32ba14b5f6bb25f85abda0aa3)) - **all:** Auto-regenerate discovery clients ([#​2291](https://togithub.com/googleapis/google-api-go-client/issues/2291)) ([0a6ebe4](https://togithub.com/googleapis/google-api-go-client/commit/0a6ebe42419ee01f95ff02cd51e041d4fe7a0678)) - Expose experimental universe-related options ([#​2264](https://togithub.com/googleapis/google-api-go-client/issues/2264)) ([e648a9d](https://togithub.com/googleapis/google-api-go-client/commit/e648a9d2cc0ed492ea50a1d312ab17c812a2272c)) - Update workloadmanager api manually ([#​2282](https://togithub.com/googleapis/google-api-go-client/issues/2282)) ([4aaad57](https://togithub.com/googleapis/google-api-go-client/commit/4aaad573b05144eac4fcf57753303b3b82393f02)) ### [`v0.152.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.152.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.151.0...v0.152.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2266](https://togithub.com/googleapis/google-api-go-client/issues/2266)) ([22872aa](https://togithub.com/googleapis/google-api-go-client/commit/22872aac175d8591bd71c556426d8f6c34e12058)) - **all:** Auto-regenerate discovery clients ([#​2268](https://togithub.com/googleapis/google-api-go-client/issues/2268)) ([980c045](https://togithub.com/googleapis/google-api-go-client/commit/980c045566d471ab3c5a505a652fbab089dd82cc)) - **all:** Auto-regenerate discovery clients ([#​2269](https://togithub.com/googleapis/google-api-go-client/issues/2269)) ([3138958](https://togithub.com/googleapis/google-api-go-client/commit/31389583c26dc033b75a332675ce90a21b348380)) - **all:** Auto-regenerate discovery clients ([#​2270](https://togithub.com/googleapis/google-api-go-client/issues/2270)) ([4ffc629](https://togithub.com/googleapis/google-api-go-client/commit/4ffc629f3bd1712513acec389a069745851b1e3b)) - **all:** Auto-regenerate discovery clients ([#​2271](https://togithub.com/googleapis/google-api-go-client/issues/2271)) ([82f1381](https://togithub.com/googleapis/google-api-go-client/commit/82f1381862746297aa366744f06518a423f9a4f1)) ### [`v0.151.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.151.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.150.0...v0.151.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2253](https://togithub.com/googleapis/google-api-go-client/issues/2253)) ([58f1c94](https://togithub.com/googleapis/google-api-go-client/commit/58f1c94d0de3b0e7715428ccc5ca17f1dfbab076)) - **all:** Auto-regenerate discovery clients ([#​2255](https://togithub.com/googleapis/google-api-go-client/issues/2255)) ([10dbf2b](https://togithub.com/googleapis/google-api-go-client/commit/10dbf2b5d87783d3dc3de50ea627e740c784137a)) - **all:** Auto-regenerate discovery clients ([#​2256](https://togithub.com/googleapis/google-api-go-client/issues/2256)) ([4024760](https://togithub.com/googleapis/google-api-go-client/commit/4024760da1cdf46e2e79495e65c5ddd1c2251d07)) - **all:** Auto-regenerate discovery clients ([#​2257](https://togithub.com/googleapis/google-api-go-client/issues/2257)) ([b3fe441](https://togithub.com/googleapis/google-api-go-client/commit/b3fe441cccb3832da66b96ee3cb7a11db96bde53)) - **all:** Auto-regenerate discovery clients ([#​2258](https://togithub.com/googleapis/google-api-go-client/issues/2258)) ([efe3d6f](https://togithub.com/googleapis/google-api-go-client/commit/efe3d6fd433ece9d59ce8b747774881f0fcf410c)) - **all:** Auto-regenerate discovery clients ([#​2259](https://togithub.com/googleapis/google-api-go-client/issues/2259)) ([33863bf](https://togithub.com/googleapis/google-api-go-client/commit/33863bf9a68ec56ad0ebac93e614d3628b81416c)) - **all:** Auto-regenerate discovery clients ([#​2261](https://togithub.com/googleapis/google-api-go-client/issues/2261)) ([edb9d86](https://togithub.com/googleapis/google-api-go-client/commit/edb9d869deb8bb98b9721cbaaa9703bc04a609fa)) - **all:** Auto-regenerate discovery clients ([#​2262](https://togithub.com/googleapis/google-api-go-client/issues/2262)) ([93f5a5b](https://togithub.com/googleapis/google-api-go-client/commit/93f5a5bf913a771c774143e3bf9bd634d80bc7d8)) - **all:** Auto-regenerate discovery clients ([#​2263](https://togithub.com/googleapis/google-api-go-client/issues/2263)) ([3e83ea6](https://togithub.com/googleapis/google-api-go-client/commit/3e83ea6f3926a6fbdd92e05db7f4e4705e7789ba)) - **all:** Auto-regenerate discovery clients ([#​2265](https://togithub.com/googleapis/google-api-go-client/issues/2265)) ([786dca6](https://togithub.com/googleapis/google-api-go-client/commit/786dca6dfcb777d7dd6724fe08ccc424ad8e992e)) ### [`v0.150.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.150.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.149.0...v0.150.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2243](https://togithub.com/googleapis/google-api-go-client/issues/2243)) ([2ce2d2d](https://togithub.com/googleapis/google-api-go-client/commit/2ce2d2d63343cae224e0f44f37d0426e9c7acbaa)) - **all:** Auto-regenerate discovery clients ([#​2245](https://togithub.com/googleapis/google-api-go-client/issues/2245)) ([5693997](https://togithub.com/googleapis/google-api-go-client/commit/56939974844fd102839077f56ca84454458749f2)) - **all:** Auto-regenerate discovery clients ([#​2246](https://togithub.com/googleapis/google-api-go-client/issues/2246)) ([8bfbeac](https://togithub.com/googleapis/google-api-go-client/commit/8bfbeaca4cb80ffe972d56762c832ed31785e8ca)) - **all:** Auto-regenerate discovery clients ([#​2249](https://togithub.com/googleapis/google-api-go-client/issues/2249)) ([b56da3d](https://togithub.com/googleapis/google-api-go-client/commit/b56da3d6d7c0ad083d8835dead8f681de263fa39)) - **all:** Auto-regenerate discovery clients ([#​2250](https://togithub.com/googleapis/google-api-go-client/issues/2250)) ([c08d405](https://togithub.com/googleapis/google-api-go-client/commit/c08d405c38ecd133175b932232211e046c4aa07c)) - **all:** Auto-regenerate discovery clients ([#​2252](https://togithub.com/googleapis/google-api-go-client/issues/2252)) ([7529003](https://togithub.com/googleapis/google-api-go-client/commit/752900316914347301220b5f5dc2eb5eea2a8325)) - **transport:** Log DirectPath misconfiguration ([#​2225](https://togithub.com/googleapis/google-api-go-client/issues/2225)) ([85e85ad](https://togithub.com/googleapis/google-api-go-client/commit/85e85ad04e28b434dd731c3b537d0fc35ff3639a)) ### [`v0.149.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.149.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.148.0...v0.149.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2229](https://togithub.com/googleapis/google-api-go-client/issues/2229)) ([199783c](https://togithub.com/googleapis/google-api-go-client/commit/199783cee2a58c41a8a38184a01bfe159363d3f9)) - **all:** Auto-regenerate discovery clients ([#​2231](https://togithub.com/googleapis/google-api-go-client/issues/2231)) ([9835f38](https://togithub.com/googleapis/google-api-go-client/commit/9835f38d845e090044304dd6420acf942b1b54f8)) - **all:** Auto-regenerate discovery clients ([#​2232](https://togithub.com/googleapis/google-api-go-client/issues/2232)) ([a1fb230](https://togithub.com/googleapis/google-api-go-client/commit/a1fb23059083c36f6ae1a631fc325d945eedc99e)) - **all:** Auto-regenerate discovery clients ([#​2234](https://togithub.com/googleapis/google-api-go-client/issues/2234)) ([8bb5867](https://togithub.com/googleapis/google-api-go-client/commit/8bb586701787597c9fc9f9baad980fff48e9a329)) - **all:** Auto-regenerate discovery clients ([#​2235](https://togithub.com/googleapis/google-api-go-client/issues/2235)) ([cc28ceb](https://togithub.com/googleapis/google-api-go-client/commit/cc28ceb36a083703dd7bb46fa3b7baadad381b25)) - **all:** Auto-regenerate discovery clients ([#​2236](https://togithub.com/googleapis/google-api-go-client/issues/2236)) ([da38ebd](https://togithub.com/googleapis/google-api-go-client/commit/da38ebdd07b760f8bd9958287c61895b73413d18)) - **all:** Auto-regenerate discovery clients ([#​2237](https://togithub.com/googleapis/google-api-go-client/issues/2237)) ([3cc10bf](https://togithub.com/googleapis/google-api-go-client/commit/3cc10bf39b90baa82dae5c60c060153659952005)) - **all:** Auto-regenerate discovery clients ([#​2238](https://togithub.com/googleapis/google-api-go-client/issues/2238)) ([8d66391](https://togithub.com/googleapis/google-api-go-client/commit/8d66391179d88a910a5637129c0f520fbcabe93e)) - **all:** Auto-regenerate discovery clients ([#​2239](https://togithub.com/googleapis/google-api-go-client/issues/2239)) ([cf09469](https://togithub.com/googleapis/google-api-go-client/commit/cf0946900398f3eccf2fea8ffefdd1bd55be8d5e)) - **all:** Auto-regenerate discovery clients ([#​2240](https://togithub.com/googleapis/google-api-go-client/issues/2240)) ([3151bd7](https://togithub.com/googleapis/google-api-go-client/commit/3151bd7998eca6d2f2ca22017803480057efabe6)) - **all:** Auto-regenerate discovery clients ([#​2241](https://togithub.com/googleapis/google-api-go-client/issues/2241)) ([576f5e1](https://togithub.com/googleapis/google-api-go-client/commit/576f5e1fc45885023aa53f0588e2b9dc6e917414)) - **all:** Auto-regenerate discovery clients ([#​2242](https://togithub.com/googleapis/google-api-go-client/issues/2242)) ([c84e6ff](https://togithub.com/googleapis/google-api-go-client/commit/c84e6ffaf80d3139a0c434864613c96762e6eaf9)) ### [`v0.148.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.148.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.147.0...v0.148.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2216](https://togithub.com/googleapis/google-api-go-client/issues/2216)) ([ffeb508](https://togithub.com/googleapis/google-api-go-client/commit/ffeb5088b7f259a9db9979844af269d4ea792b76)) - **all:** Auto-regenerate discovery clients ([#​2218](https://togithub.com/googleapis/google-api-go-client/issues/2218)) ([1ef9dd2](https://togithub.com/googleapis/google-api-go-client/commit/1ef9dd2a968eec0ad0e5ace4f19d07009d014ce3)) - **all:** Auto-regenerate discovery clients ([#​2219](https://togithub.com/googleapis/google-api-go-client/issues/2219)) ([6f71a69](https://togithub.com/googleapis/google-api-go-client/commit/6f71a6920bd9185b3c0f50772d23eb96090328c2)) - **all:** Auto-regenerate discovery clients ([#​2222](https://togithub.com/googleapis/google-api-go-client/issues/2222)) ([a6ee0f9](https://togithub.com/googleapis/google-api-go-client/commit/a6ee0f9a287449f95f10cb53b2fd492bb8fe1fd3)) - **all:** Auto-regenerate discovery clients ([#​2224](https://togithub.com/googleapis/google-api-go-client/issues/2224)) ([25093c2](https://togithub.com/googleapis/google-api-go-client/commit/25093c222db5ff0fec8d97782bd65d2661f39f9c)) - **all:** Auto-regenerate discovery clients ([#​2226](https://togithub.com/googleapis/google-api-go-client/issues/2226)) ([33383c7](https://togithub.com/googleapis/google-api-go-client/commit/33383c78b4883bbd6e441e990d7002124e35cc39)) - **all:** Auto-regenerate discovery clients ([#​2227](https://togithub.com/googleapis/google-api-go-client/issues/2227)) ([29c72b5](https://togithub.com/googleapis/google-api-go-client/commit/29c72b5318389498bd7d21636ef36a676a0592e2)) ### [`v0.147.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.147.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.146.0...v0.147.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2209](https://togithub.com/googleapis/google-api-go-client/issues/2209)) ([f2c2d1b](https://togithub.com/googleapis/google-api-go-client/commit/f2c2d1b88bd5fc89159e70085ed2ac4859f19d94)) - **all:** Auto-regenerate discovery clients ([#​2211](https://togithub.com/googleapis/google-api-go-client/issues/2211)) ([df0b730](https://togithub.com/googleapis/google-api-go-client/commit/df0b7304e8e684ce8d908c6e4c4119f2833fcbd8)) - **all:** Auto-regenerate discovery clients ([#​2215](https://togithub.com/googleapis/google-api-go-client/issues/2215)) ([e2368f8](https://togithub.com/googleapis/google-api-go-client/commit/e2368f8f4b0edd4fa913473f2a8dde542e8b2dbb)) ### [`v0.146.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.146.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.145.0...v0.146.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2203](https://togithub.com/googleapis/google-api-go-client/issues/2203)) ([1e9a43c](https://togithub.com/googleapis/google-api-go-client/commit/1e9a43c445b3d9a88d3515042d5ff68ef7792fb9)) - **all:** Auto-regenerate discovery clients ([#​2205](https://togithub.com/googleapis/google-api-go-client/issues/2205)) ([4aa710d](https://togithub.com/googleapis/google-api-go-client/commit/4aa710dc2764f4b58da997a460f860aeded99c02)) - **all:** Auto-regenerate discovery clients ([#​2206](https://togithub.com/googleapis/google-api-go-client/issues/2206)) ([9a034cd](https://togithub.com/googleapis/google-api-go-client/commit/9a034cd03b091602a154a046eec8a3a0019bed39)) ### [`v0.145.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.145.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.144.0...v0.145.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2201](https://togithub.com/googleapis/google-api-go-client/issues/2201)) ([c26a28c](https://togithub.com/googleapis/google-api-go-client/commit/c26a28c0d27c2cb937c794a487f31b61e21994c6)) ### [`v0.144.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.144.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.143.0...v0.144.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2187](https://togithub.com/googleapis/google-api-go-client/issues/2187)) ([65ec288](https://togithub.com/googleapis/google-api-go-client/commit/65ec288cfc33018f944b9e139ca3d3afaf5caee1)) - **all:** Auto-regenerate discovery clients ([#​2189](https://togithub.com/googleapis/google-api-go-client/issues/2189)) ([ec24c23](https://togithub.com/googleapis/google-api-go-client/commit/ec24c233d0b917fba3d2a51edea9b8bee940f919)) - **all:** Auto-regenerate discovery clients ([#​2190](https://togithub.com/googleapis/google-api-go-client/issues/2190)) ([f930302](https://togithub.com/googleapis/google-api-go-client/commit/f9303021c3e888ec75ccaf5aaebc0c646655c669)) - **all:** Auto-regenerate discovery clients ([#​2191](https://togithub.com/googleapis/google-api-go-client/issues/2191)) ([0132460](https://togithub.com/googleapis/google-api-go-client/commit/013246038d46546a6e3f3bf3d7d492c24489029a)) - **all:** Auto-regenerate discovery clients ([#​2192](https://togithub.com/googleapis/google-api-go-client/issues/2192)) ([8a3eb9b](https://togithub.com/googleapis/google-api-go-client/commit/8a3eb9bca62a75671e97a7b57dd786a5c520515a)) - **all:** Auto-regenerate discovery clients ([#​2193](https://togithub.com/googleapis/google-api-go-client/issues/2193)) ([55f1113](https://togithub.com/googleapis/google-api-go-client/commit/55f1113904bd3c786d5f956f71899f7bf86fc1e8)) - **all:** Auto-regenerate discovery clients ([#​2195](https://togithub.com/googleapis/google-api-go-client/issues/2195)) ([0c82427](https://togithub.com/googleapis/google-api-go-client/commit/0c82427738cda79e331d5cf418bb24dc9235a32f)) - **all:** Auto-regenerate discovery clients ([#​2196](https://togithub.com/googleapis/google-api-go-client/issues/2196)) ([34e0216](https://togithub.com/googleapis/google-api-go-client/commit/34e02167d9a3f2d6a72be25a0865a5b86825d80e)) - **all:** Auto-regenerate discovery clients ([#​2197](https://togithub.com/googleapis/google-api-go-client/issues/2197)) ([5779cfc](https://togithub.com/googleapis/google-api-go-client/commit/5779cfc67b64c813eb013fc093aaf6accff096dd)) ### [`v0.143.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.143.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.142.0...v0.143.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2173](https://togithub.com/googleapis/google-api-go-client/issues/2173)) ([68d92d4](https://togithub.com/googleapis/google-api-go-client/commit/68d92d4c330a779c86eb07966b9da4161862e2a9)) - **all:** Auto-regenerate discovery clients ([#​2176](https://togithub.com/googleapis/google-api-go-client/issues/2176)) ([c6a8850](https://togithub.com/googleapis/google-api-go-client/commit/c6a8850e2e0d66f9b4c22a87e02a6cdad880898e)) - **all:** Auto-regenerate discovery clients ([#​2177](https://togithub.com/googleapis/google-api-go-client/issues/2177)) ([00aa328](https://togithub.com/googleapis/google-api-go-client/commit/00aa32815374abed5ce287963ee647360ab69707)) - **all:** Auto-regenerate discovery clients ([#​2179](https://togithub.com/googleapis/google-api-go-client/issues/2179)) ([1bca7ee](https://togithub.com/googleapis/google-api-go-client/commit/1bca7ee850540c93f70c43ceee7d99bdc94c9620)) - **all:** Auto-regenerate discovery clients ([#​2180](https://togithub.com/googleapis/google-api-go-client/issues/2180)) ([e61e11b](https://togithub.com/googleapis/google-api-go-client/commit/e61e11bf1e4d201e87b95758dee087fbfe089a93)) - **all:** Auto-regenerate discovery clients ([#​2182](https://togithub.com/googleapis/google-api-go-client/issues/2182)) ([4c049c5](https://togithub.com/googleapis/google-api-go-client/commit/4c049c51e27a06d2a24f5124f786ec524c0f619a)) ##### Bug Fixes - **docs:** Add an operation polling example ([#​2186](https://togithub.com/googleapis/google-api-go-client/issues/2186)) ([bd12eba](https://togithub.com/googleapis/google-api-go-client/commit/bd12ebaeb0a55d37c24881968981058f5a80f15a)) ### [`v0.142.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.142.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.141.0...v0.142.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2161](https://togithub.com/googleapis/google-api-go-client/issues/2161)) ([d6822ad](https://togithub.com/googleapis/google-api-go-client/commit/d6822ad7882205ad60c6cd35997273b6c0d18d16)) - **all:** Auto-regenerate discovery clients ([#​2165](https://togithub.com/googleapis/google-api-go-client/issues/2165)) ([304fb51](https://togithub.com/googleapis/google-api-go-client/commit/304fb51a451f64eb6e91ed66e05a2bec7fe7288e)) - **all:** Auto-regenerate discovery clients ([#​2166](https://togithub.com/googleapis/google-api-go-client/issues/2166)) ([c4024ed](https://togithub.com/googleapis/google-api-go-client/commit/c4024ed757507b9e711a1c57b9efcd265a36be5f)) - **all:** Auto-regenerate discovery clients ([#​2168](https://togithub.com/googleapis/google-api-go-client/issues/2168)) ([0c5c2d2](https://togithub.com/googleapis/google-api-go-client/commit/0c5c2d24d5566d9bca6c1ad5922f821bb39966a0)) - **all:** Auto-regenerate discovery clients ([#​2171](https://togithub.com/googleapis/google-api-go-client/issues/2171)) ([da71d0a](https://togithub.com/googleapis/google-api-go-client/commit/da71d0a5b1d79d38dad62a4d83a612e7c705f0f1)) - **all:** Use updated mtls config endpoint ([#​2164](https://togithub.com/googleapis/google-api-go-client/issues/2164)) ([a8cadbf](https://togithub.com/googleapis/google-api-go-client/commit/a8cadbf156fa75f0fd7a46d80de485c15647c58a)) - **internal:** Add some feature flags for new auth libs ([#​2163](https://togithub.com/googleapis/google-api-go-client/issues/2163)) ([a34ad77](https://togithub.com/googleapis/google-api-go-client/commit/a34ad7790416dac4680e201d00f95be37b5de93c)) ### [`v0.141.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.141.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.140.0...v0.141.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2155](https://togithub.com/googleapis/google-api-go-client/issues/2155)) ([9a84e80](https://togithub.com/googleapis/google-api-go-client/commit/9a84e802e0a0bb8424950cdf2bcad83a90999496)) - **all:** Auto-regenerate discovery clients ([#​2159](https://togithub.com/googleapis/google-api-go-client/issues/2159)) ([2b846e5](https://togithub.com/googleapis/google-api-go-client/commit/2b846e55cfdffb0e5e100f5d75f06691fdb7d845)) - **all:** Auto-regenerate discovery clients ([#​2160](https://togithub.com/googleapis/google-api-go-client/issues/2160)) ([124e36e](https://togithub.com/googleapis/google-api-go-client/commit/124e36ed4056ec913dc30ace452277d20a0e059c)) - **idtoken:** Add ParsePayload returning unvalidated token payload ([#​2136](https://togithub.com/googleapis/google-api-go-client/issues/2136)) ([d541d8e](https://togithub.com/googleapis/google-api-go-client/commit/d541d8e4f6699db6216a0aeee5a7a5c23ed8a3b7)) ##### Bug Fixes - **transport:** Remove conditional App Engine gen 1 Go hooks ([#​2158](https://togithub.com/googleapis/google-api-go-client/issues/2158)) ([c2fa93e](https://togithub.com/googleapis/google-api-go-client/commit/c2fa93e001e9c6b60c17ac35161e6bdff0b2873e)), refs [#​2128](https://togithub.com/googleapis/google-api-go-client/issues/2128) ### [`v0.140.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.140.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.139.0...v0.140.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2144](https://togithub.com/googleapis/google-api-go-client/issues/2144)) ([aded622](https://togithub.com/googleapis/google-api-go-client/commit/aded622e1588af20443988563f91a493322e3b02)) - **all:** Auto-regenerate discovery clients ([#​2148](https://togithub.com/googleapis/google-api-go-client/issues/2148)) ([b6072d6](https://togithub.com/googleapis/google-api-go-client/commit/b6072d62905abf4b0f2386ce81ea85db4a51f7a2)) - **all:** Auto-regenerate discovery clients ([#​2149](https://togithub.com/googleapis/google-api-go-client/issues/2149)) ([161e093](https://togithub.com/googleapis/google-api-go-client/commit/161e093a56763c64c9e0b16ee1940dc6969d1ead)) - **all:** Auto-regenerate discovery clients ([#​2150](https://togithub.com/googleapis/google-api-go-client/issues/2150)) ([1038447](https://togithub.com/googleapis/google-api-go-client/commit/1038447595fb8c1e1db8cb526084163a8dd786db)) - **all:** Auto-regenerate discovery clients ([#​2152](https://togithub.com/googleapis/google-api-go-client/issues/2152)) ([1183ccf](https://togithub.com/googleapis/google-api-go-client/commit/1183ccf873b0f4e09e896d31a4d8ec7ad6f2ef1b)) ### [`v0.139.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.139.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.138.0...v0.139.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2120](https://togithub.com/googleapis/google-api-go-client/issues/2120)) ([fd53dce](https://togithub.com/googleapis/google-api-go-client/commit/fd53dcead5d0eda81cfcd480ed1263c668e30510)) - **all:** Auto-regenerate discovery clients ([#​2142](https://togithub.com/googleapis/google-api-go-client/issues/2142)) ([8e1c21a](https://togithub.com/googleapis/google-api-go-client/commit/8e1c21a164e10b3fe3c94d47c637e9a236c5aa09)) ##### Documentation - Point more users forward ([#​2126](https://togithub.com/googleapis/google-api-go-client/issues/2126)) ([62d88ff](https://togithub.com/googleapis/google-api-go-client/commit/62d88ff7c06b828324b3cf5fd004cdf75838f496)) ### [`v0.138.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.138.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.137.0...v0.138.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2115](https://togithub.com/googleapis/google-api-go-client/issues/2115)) ([1770219](https://togithub.com/googleapis/google-api-go-client/commit/17702192ed1c3520841bf005504d62a675f9a2b0)) - **all:** Auto-regenerate discovery clients ([#​2118](https://togithub.com/googleapis/google-api-go-client/issues/2118)) ([40ea606](https://togithub.com/googleapis/google-api-go-client/commit/40ea606a2218396bcd4235737829f98057153852)) - **all:** Auto-regenerate discovery clients ([#​2119](https://togithub.com/googleapis/google-api-go-client/issues/2119)) ([9b75278](https://togithub.com/googleapis/google-api-go-client/commit/9b7527848a21a7baffbac4778841d89eff45a515)) ### [`v0.137.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.137.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.136.0...v0.137.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2106](https://togithub.com/googleapis/google-api-go-client/issues/2106)) ([3f3ed3d](https://togithub.com/googleapis/google-api-go-client/commit/3f3ed3da191394d25fd28f60ec1a51fddaf43a4a)) - **all:** Auto-regenerate discovery clients ([#​2108](https://togithub.com/googleapis/google-api-go-client/issues/2108)) ([80485e0](https://togithub.com/googleapis/google-api-go-client/commit/80485e0e9a1bae98714d695ed2efff6187618d57)) - **all:** Auto-regenerate discovery clients ([#​2110](https://togithub.com/googleapis/google-api-go-client/issues/2110)) ([4d775db](https://togithub.com/googleapis/google-api-go-client/commit/4d775db7cf6eb71fad1f67b022736f3b2de09a0b)) - **all:** Auto-regenerate discovery clients ([#​2111](https://togithub.com/googleapis/google-api-go-client/issues/2111)) ([0cc62ab](https://togithub.com/googleapis/google-api-go-client/commit/0cc62aba44965ffc10e33c2e43cc7260e836e504)) - **all:** Auto-regenerate discovery clients ([#​2112](https://togithub.com/googleapis/google-api-go-client/issues/2112)) ([f7f1c7b](https://togithub.com/googleapis/google-api-go-client/commit/f7f1c7b4c610f6a41c130c3bb85d6a609e99fb37)) - **all:** Auto-regenerate discovery clients ([#​2113](https://togithub.com/googleapis/google-api-go-client/issues/2113)) ([142ffeb](https://togithub.com/googleapis/google-api-go-client/commit/142ffebac56456c904234248a004175aa41e035c)) - Ok to use S2A with override endpoint ([#​2114](https://togithub.com/googleapis/google-api-go-client/issues/2114)) ([caea956](https://togithub.com/googleapis/google-api-go-client/commit/caea95689f82049822552cd649765335123831e0)) ### [`v0.136.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.136.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.135.0...v0.136.0) ##### Features - Add additional checks before using S2A ([#​2103](https://togithub.com/googleapis/google-api-go-client/issues/2103)) ([c62e5c6](https://togithub.com/googleapis/google-api-go-client/commit/c62e5c6665e06611d792c892028c8e5e840f8447)) - **all:** Auto-regenerate discovery clients ([#​2104](https://togithub.com/googleapis/google-api-go-client/issues/2104)) ([8029f73](https://togithub.com/googleapis/google-api-go-client/commit/8029f731063d2c0e6cd22e9a1e92b511e7105740)) ### [`v0.135.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.135.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.134.0...v0.135.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2087](https://togithub.com/googleapis/google-api-go-client/issues/2087)) ([8875932](https://togithub.com/googleapis/google-api-go-client/commit/887593261797511aab9c7248c16dcf9340f87e0c)) - **all:** Auto-regenerate discovery clients ([#​2089](https://togithub.com/googleapis/google-api-go-client/issues/2089)) ([c4d9f14](https://togithub.com/googleapis/google-api-go-client/commit/c4d9f1454037dbe8603cef2552cf9ce6992a8781)) - **all:** Auto-regenerate discovery clients ([#​2090](https://togithub.com/googleapis/google-api-go-client/issues/2090)) ([8ba6963](https://togithub.com/googleapis/google-api-go-client/commit/8ba6963062f42f9745db3086e510427690e40964)) - **all:** Auto-regenerate discovery clients ([#​2091](https://togithub.com/googleapis/google-api-go-client/issues/2091)) ([597995c](https://togithub.com/googleapis/google-api-go-client/commit/597995c005371797cba1357406a8b83cf447e345)) - **all:** Auto-regenerate discovery clients ([#​2093](https://togithub.com/googleapis/google-api-go-client/issues/2093)) ([2b1c61f](https://togithub.com/googleapis/google-api-go-client/commit/2b1c61f398cb7e2d5608107e9dfa15e5d071161b)) - **all:** Auto-regenerate discovery clients ([#​2094](https://togithub.com/googleapis/google-api-go-client/issues/2094)) ([979195d](https://togithub.com/googleapis/google-api-go-client/commit/979195dc3f80682f1e4800316898974f74d38b77)) - **all:** Auto-regenerate discovery clients ([#​2095](https://togithub.com/googleapis/google-api-go-client/issues/2095)) ([1e19c22](https://togithub.com/googleapis/google-api-go-client/commit/1e19c228cf37b343283c5af2665517cd1596b2e1)) - **all:** Auto-regenerate discovery clients ([#​2096](https://togithub.com/googleapis/google-api-go-client/issues/2096)) ([e59738c](https://togithub.com/googleapis/google-api-go-

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ 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.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun

dpebot commented 1 year ago

/gcbrun