-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deps): bump cloud.google.com/go/dialogflow from 1.55.0 to 1.56.0 #315
feat(deps): bump cloud.google.com/go/dialogflow from 1.55.0 to 1.56.0 #315
Conversation
Bumps [cloud.google.com/go/dialogflow](https://github.com/googleapis/google-cloud-go) from 1.55.0 to 1.56.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.55.0...spanner/v1.56.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/dialogflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe changes in the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- go.mod (4 hunks)
Additional comments not posted (10)
go.mod (10)
8-8
: Verify the impact of the Dialogflow update.The update from
v1.55.0
tov1.56.0
introduces new features and bug fixes. Ensure that the codebase is compatible with these changes and consider utilizing new features if applicable.
52-52
: Verify the impact of the S2A-Go update.The update from
v0.1.7
tov0.1.8
may include minor bug fixes or improvements. Ensure that the codebase remains compatible with these changes.
36-36
: Verify the impact of the Auth update.The update from
v0.7.2
tov0.8.0
may include enhancements or bug fixes. Ensure that the codebase remains compatible with these changes.
71-71
: Verify the impact of the OAuth2 update.The update from
v0.21.0
tov0.22.0
may include enhancements or bug fixes. Ensure that the codebase remains compatible with these changes.
75-75
: Verify the impact of the Time update.The update from
v0.5.0
tov0.6.0
may include enhancements or bug fixes. Ensure that the codebase remains compatible with these changes.
13-13
: Verify the impact of the API update.The update from
v0.189.0
tov0.191.0
may include bug fixes and enhancements. Ensure that the codebase remains compatible with these changes.Verification successful
No breaking changes detected with the API update.
The functions
option.WithEndpoint
andoption.WithCredentialsFile
from thegoogle.golang.org/api/option
package are used consistently across the codebase. There are no indications of deprecated or changed usage patterns in the updated versionv0.191.0
. It appears that the update does not introduce breaking changes.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the API update on the codebase. # Test: Search for usage of the API package. Expect: No breaking changes or deprecated usage. rg --type go 'google\.golang\.org/api'Length of output: 653
Script:
#!/bin/bash # Description: Check for deprecated or breaking changes in the usage of `google.golang.org/api/option`. # Test: Search for known deprecated functions or patterns in the `option` package usage. rg --type go 'option.With' pkg/tts/ttsclient.go pkg/stt/sttclient.go pkg/cx/generatorclient.go pkg/cx/webhookclient.go pkg/cx/versionclient.go pkg/cx/sessionclient.go pkg/cx/intentclient.go pkg/cx/environmentclient.go pkg/cx/flowclient.go pkg/cx/entitytypeclient.go pkg/cx/agentclient.goLength of output: 3365
72-72
: Verify the impact of the Sync update.The update from
v0.7.0
tov0.8.0
may include enhancements or bug fixes. Ensure that the codebase remains compatible with these changes.Verification successful
No direct impact from Sync update found.
The
golang.org/x/sync
package is not directly used in the codebase, as indicated by the absence of references to its components. The update tov0.8.0
should not directly affect the codebase.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the Sync update on the codebase. # Test: Search for usage of the Sync package. Expect: No breaking changes or deprecated usage. rg --type go 'golang\.org/x/sync'Length of output: 35
Script:
#!/bin/bash # Description: Check for usage of specific components from the golang.org/x/sync package. # Search for usage of errgroup from the golang.org/x/sync package. rg --type go 'errgroup' # Search for usage of semaphore from the golang.org/x/sync package. rg --type go 'semaphore'Length of output: 48
76-78
: Verify the impact of the Genproto update.The update to the latest version may include enhancements or bug fixes. Ensure that the codebase remains compatible with these changes.
40-40
: Verify the impact of the Longrunning update.The update from
v0.5.9
tov0.5.11
may include minor bug fixes or improvements. Ensure that the codebase remains compatible with these changes.
39-39
: Verify the impact of the IAM update.The update from
v1.1.10
tov1.1.12
may include minor bug fixes or improvements. Ensure that the codebase remains compatible with these changes.
Superseded by #319. |
Bumps cloud.google.com/go/dialogflow from 1.55.0 to 1.56.0.
Release notes
Sourced from cloud.google.com/go/dialogflow's releases.
... (truncated)
Commits
1782dc3
chore(main): release spanner 1.56.0 (#9271)5f156e8
feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...e577006
chore(internal/actions): add touch flag to changefinder (#9325)dce9db4
deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)4b4c567
chore(visionai): add config to generate apiv1 (#9322)053ea29
chore: update Go gapic generator to v0.40.0 (#9314)d39c8a8
chore(main): release pubsub 1.36.0 (#9313)2b6b0da
fix(pubsub): move flow control release to callback completion (#9311)97d62c7
docs(maps/fleetengine): update comment on Waypoint (#9291)10c8260
chore(internal/gapicgen/git): run gofmt (#9307)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit