From 10dc3604f6b52a083fb2fae60745b6b36b39ea05 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 18 Oct 2022 15:22:31 +0200 Subject: [PATCH 1/4] chore(deps): update dependency google-cloud-dialogflow-cx to v1.13.4 (#464) --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index f0ec8c49..35e6605b 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,2 +1,2 @@ -google-cloud-dialogflow-cx==1.13.1 +google-cloud-dialogflow-cx==1.13.4 Flask==2.2.2 From 5e8fc34f7a40351c2a3092fb835bf8ac0f3e63d1 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 13:41:27 -0400 Subject: [PATCH 2/4] docs: Clarified TTL as time-to-live (#465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Clarified TTL as time-to-live docs: Removed pre-GA disclaimer from Interaction Logging (has been GA for awhile) PiperOrigin-RevId: 482618841 Source-Link: https://github.com/googleapis/googleapis/commit/62443cf095495ae2fedd4f56712eccdf686bab52 Source-Link: https://github.com/googleapis/googleapis-gen/commit/686a775e70812e2133902c03282c1aefa387dac0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjg2YTc3NWU3MDgxMmUyMTMzOTAyYzAzMjgyYzFhZWZhMzg3ZGFjMCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../cloud/dialogflowcx_v3/types/security_settings.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/google/cloud/dialogflowcx_v3/types/security_settings.py b/google/cloud/dialogflowcx_v3/types/security_settings.py index 65e296f2..5386a0c3 100644 --- a/google/cloud/dialogflowcx_v3/types/security_settings.py +++ b/google/cloud/dialogflowcx_v3/types/security_settings.py @@ -243,13 +243,10 @@ class SecuritySettings(proto.Message): Cloud logging, which is owned by the user - not Dialogflow. User must set a value lower than Dialogflow's - default 365d TTL. Setting a value higher than - that has no effect. - A missing value or setting to 0 also means we - use Dialogflow's default TTL. - Note: Interaction logging is a limited access - feature. Talk to your Google representative to - check availability for you. + default 365d TTL (time to live). Setting a value + higher than that has no effect. A missing value + or setting to 0 also means we use Dialogflow's + default TTL. This field is a member of `oneof`_ ``data_retention``. purge_data_types (Sequence[google.cloud.dialogflowcx_v3.types.SecuritySettings.PurgeDataType]): From 4ed9950d55eba2548840382b792b884001cf14fb Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 26 Oct 2022 12:56:34 +0200 Subject: [PATCH 3/4] chore(deps): update dependency pytest to v7.2.0 (#467) --- samples/snippets/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index e0716850..49780e03 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1 +1 @@ -pytest==7.1.3 +pytest==7.2.0 From e9b183b54f069d2e4d3cc6697a7b796e1cd67d7b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:26:47 -0400 Subject: [PATCH 4/4] chore(main): release 1.13.5 (#466) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84224588..faff643c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.5](https://github.com/googleapis/python-dialogflow-cx/compare/v1.13.4...v1.13.5) (2022-10-26) + + +### Documentation + +* Clarified TTL as time-to-live ([#465](https://github.com/googleapis/python-dialogflow-cx/issues/465)) ([5e8fc34](https://github.com/googleapis/python-dialogflow-cx/commit/5e8fc34f7a40351c2a3092fb835bf8ac0f3e63d1)) + ## [1.13.4](https://github.com/googleapis/python-dialogflow-cx/compare/v1.13.3...v1.13.4) (2022-10-07) diff --git a/setup.py b/setup.py index 603b8b0a..b3395a96 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.13.4" +version = "1.13.5" package_root = os.path.abspath(os.path.dirname(__file__))