From 14d24be826070ab176636433e607b1e59f741ab4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 12:30:38 -0500 Subject: [PATCH] chore(main): release 0.8.0 (#178) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- packages/google-analytics-admin/CHANGELOG.md | 29 ++++++++++++++++++++ packages/google-analytics-admin/setup.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/packages/google-analytics-admin/CHANGELOG.md b/packages/google-analytics-admin/CHANGELOG.md index 599d014d253d..ad6782e31e2e 100644 --- a/packages/google-analytics-admin/CHANGELOG.md +++ b/packages/google-analytics-admin/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.8.0](https://github.com/googleapis/python-analytics-admin/compare/v0.7.2...v0.8.0) (2022-03-07) + + +### Features + +* add `CreateDataStream`, `DeleteDataStream`, `UpdateDataStream`, `ListDataStreams` operations to support the new `DataStream` resource ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) +* add `DISPLAY_VIDEO_360_ADVERTISER_LINK`, `DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL` fields to `ChangeHistoryResourceType` enum ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) +* add `restricted_metric_type` field to the `CustomMetric` resource ([aeb64bf](https://github.com/googleapis/python-analytics-admin/commit/aeb64bfc7653de24c84f54f9a921c4dc3f63a31b)) +* add api key support ([#185](https://github.com/googleapis/python-analytics-admin/issues/185)) ([2ec0a0b](https://github.com/googleapis/python-analytics-admin/commit/2ec0a0b648edcfb3b76bf847a4463cbb551e1997)) +* add the `account` field to the `Property` type ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) +* add the AcknowledgeUserDataCollection operation ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) +* add the new resource type `DataStream`, which is planned to eventually replace `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) +* move the `GlobalSiteTag` resource from the property level to the data stream level ([aeb64bf](https://github.com/googleapis/python-analytics-admin/commit/aeb64bfc7653de24c84f54f9a921c4dc3f63a31b)) +* remove `WebDataStream`, `IosAppDataStream`, `AndroidAppDataStream` resources ([#195](https://github.com/googleapis/python-analytics-admin/issues/195)) ([aeb64bf](https://github.com/googleapis/python-analytics-admin/commit/aeb64bfc7653de24c84f54f9a921c4dc3f63a31b)), closes [#184](https://github.com/googleapis/python-analytics-admin/issues/184) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#194](https://github.com/googleapis/python-analytics-admin/issues/194)) ([f2b9bc3](https://github.com/googleapis/python-analytics-admin/commit/f2b9bc38695697dfadc451eb102cd8b4e4e90c34)) +* **deps:** require proto-plus>=1.15.0 ([f2b9bc3](https://github.com/googleapis/python-analytics-admin/commit/f2b9bc38695697dfadc451eb102cd8b4e4e90c34)) +* remove `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettingsRequest`, `UpdateEnhancedMeasurementSettingsRequest` operations from the API ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) +* resolve DuplicateCredentialArgs error when using credentials_file ([49c8857](https://github.com/googleapis/python-analytics-admin/commit/49c8857d28b7e2a9c563046d0b0cdee39e3b312e)) + + +### Documentation + +* add autogenerated code snippets ([323815a](https://github.com/googleapis/python-analytics-admin/commit/323815a140de25fe75e7e9c9f45fdaa45c71ce35)) +* update the documentation with a new list of valid values for `UserLink.direct_roles` field ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) + ### [0.7.2](https://www.github.com/googleapis/python-analytics-admin/compare/v0.7.1...v0.7.2) (2021-11-01) diff --git a/packages/google-analytics-admin/setup.py b/packages/google-analytics-admin/setup.py index 043905c8e2b1..706bef520d96 100644 --- a/packages/google-analytics-admin/setup.py +++ b/packages/google-analytics-admin/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.7.2" +version = "0.8.0" package_root = os.path.abspath(os.path.dirname(__file__))