Skip to content

Commit 8858b4e

Browse files
renovate-botShabirmean
authored andcommitted
chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.8.0 (#251)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-dialogflow-cx](https://togithub.com/googleapis/java-dialogflow-cx) | `0.7.0` -> `0.8.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/compatibility-slim/0.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dialogflow-cx/0.8.0/confidence-slim/0.7.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-dialogflow-cx</summary> ### [`v0.8.0`](https://togithub.com/googleapis/java-dialogflow-cx/blob/master/CHANGELOG.md#&#8203;080-httpswwwgithubcomgoogleapisjava-dialogflow-cxcomparev070v080-2021-07-08) [Compare Source](https://togithub.com/googleapis/java-dialogflow-cx/compare/v0.7.0...v0.8.0) ##### ⚠ BREAKING CHANGES - Set agent default language code as required ([#&#8203;238](https://togithub.com/googleapis/java-dialogflow-cx/issues/238)) ##### Features - add return_partial response to Fulfillment ([a3432ed](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3432ed7f9364d21a9b0bfd5e605dbe9feade2ea)) - added API for running continuous test ([#&#8203;226](https://www.github.com/googleapis/java-dialogflow-cx/issues/226)) ([97f71ab](https://www.github.com/googleapis/java-dialogflow-cx/commit/97f71abf7b6ffc6ea89dfdfdf1e7a7a0c79a0590)) - mark agent.default_language_code as required ([#&#8203;246](https://www.github.com/googleapis/java-dialogflow-cx/issues/246)) ([a3432ed](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3432ed7f9364d21a9b0bfd5e605dbe9feade2ea)) - Support partial response feature ([d14161e](https://www.github.com/googleapis/java-dialogflow-cx/commit/d14161eb59c050b0a612a9c1aab3bab5c2166581)) ##### Bug Fixes - Add `shopt -s nullglob` to dependencies script ([#&#8203;1130](https://www.github.com/googleapis/java-dialogflow-cx/issues/1130)) ([#&#8203;245](https://www.github.com/googleapis/java-dialogflow-cx/issues/245)) ([ae502ce](https://www.github.com/googleapis/java-dialogflow-cx/commit/ae502ce2ddf4b22e22261aafa576068ed9039d01)) - Set agent default language code as required ([#&#8203;238](https://www.github.com/googleapis/java-dialogflow-cx/issues/238)) ([d14161e](https://www.github.com/googleapis/java-dialogflow-cx/commit/d14161eb59c050b0a612a9c1aab3bab5c2166581)) ##### Documentation - add notes to train agent before sending queries ([a3432ed](https://www.github.com/googleapis/java-dialogflow-cx/commit/a3432ed7f9364d21a9b0bfd5e605dbe9feade2ea)) - added notes to train agent before sending queries ([#&#8203;244](https://www.github.com/googleapis/java-dialogflow-cx/issues/244)) ([dbbc03f](https://www.github.com/googleapis/java-dialogflow-cx/commit/dbbc03f917bb4970c2838a35c639385b7725bece)) - Update docs of Agents, Fulfillments, SecuritySettings and Sessions ([d14161e](https://www.github.com/googleapis/java-dialogflow-cx/commit/d14161eb59c050b0a612a9c1aab3bab5c2166581)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#&#8203;229](https://www.github.com/googleapis/java-dialogflow-cx/issues/229)) ([06c8e0e](https://www.github.com/googleapis/java-dialogflow-cx/commit/06c8e0e9921916967e7d67174fc22016c42b925f)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#&#8203;247](https://www.github.com/googleapis/java-dialogflow-cx/issues/247)) ([1979783](https://www.github.com/googleapis/java-dialogflow-cx/commit/197978352a49a97440595e1ff3f03e2f06a6c3ad)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/java-dialogflow-cx).
1 parent 5e986d1 commit 8858b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogflow-cx/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dialogflow-cx</artifactId>
31-
<version>0.7.0</version>
31+
<version>0.8.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)