|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.8.0](https://github.com/googleapis/python-analytics-admin/compare/v0.7.2...v0.8.0) (2022-03-07) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add `CreateDataStream`, `DeleteDataStream`, `UpdateDataStream`, `ListDataStreams` operations to support the new `DataStream` resource ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) |
| 9 | +* 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)) |
| 10 | +* add `restricted_metric_type` field to the `CustomMetric` resource ([aeb64bf](https://github.com/googleapis/python-analytics-admin/commit/aeb64bfc7653de24c84f54f9a921c4dc3f63a31b)) |
| 11 | +* add api key support ([#185](https://github.com/googleapis/python-analytics-admin/issues/185)) ([2ec0a0b](https://github.com/googleapis/python-analytics-admin/commit/2ec0a0b648edcfb3b76bf847a4463cbb551e1997)) |
| 12 | +* add the `account` field to the `Property` type ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) |
| 13 | +* add the AcknowledgeUserDataCollection operation ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) |
| 14 | +* 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)) |
| 15 | +* move the `GlobalSiteTag` resource from the property level to the data stream level ([aeb64bf](https://github.com/googleapis/python-analytics-admin/commit/aeb64bfc7653de24c84f54f9a921c4dc3f63a31b)) |
| 16 | +* 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) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* **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)) |
| 22 | +* **deps:** require proto-plus>=1.15.0 ([f2b9bc3](https://github.com/googleapis/python-analytics-admin/commit/f2b9bc38695697dfadc451eb102cd8b4e4e90c34)) |
| 23 | +* remove `GetEnhancedMeasurementSettings`, `UpdateEnhancedMeasurementSettingsRequest`, `UpdateEnhancedMeasurementSettingsRequest` operations from the API ([03abb54](https://github.com/googleapis/python-analytics-admin/commit/03abb54e9a394bb4f69203c98099a5e628116b48)) |
| 24 | +* resolve DuplicateCredentialArgs error when using credentials_file ([49c8857](https://github.com/googleapis/python-analytics-admin/commit/49c8857d28b7e2a9c563046d0b0cdee39e3b312e)) |
| 25 | + |
| 26 | + |
| 27 | +### Documentation |
| 28 | + |
| 29 | +* add autogenerated code snippets ([323815a](https://github.com/googleapis/python-analytics-admin/commit/323815a140de25fe75e7e9c9f45fdaa45c71ce35)) |
| 30 | +* 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)) |
| 31 | + |
3 | 32 | ### [0.7.2](https://www.github.com/googleapis/python-analytics-admin/compare/v0.7.1...v0.7.2) (2021-11-01) |
4 | 33 |
|
5 | 34 |
|
|
0 commit comments