Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 7, 2022
1 parent 7b3116f commit 14d24be
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-analytics-admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit 14d24be

Please sign in to comment.