Skip to content

Commit f695529

Browse files
chore(main): release 0.22.0 (#394)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 16c0d57 commit f695529

6 files changed

Lines changed: 21 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.21.0"
2+
".": "0.22.0"
33
}

packages/google-analytics-admin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.22.0](https://github.com/googleapis/python-analytics-admin/compare/v0.21.0...v0.22.0) (2023-10-19)
4+
5+
6+
### Features
7+
8+
* Add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types ([49d0449](https://github.com/googleapis/python-analytics-admin/commit/49d0449e05cceca61fc976b35f542b1c344e4c23))
9+
* Add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest` ([49d0449](https://github.com/googleapis/python-analytics-admin/commit/49d0449e05cceca61fc976b35f542b1c344e4c23))
10+
* Add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha ([49d0449](https://github.com/googleapis/python-analytics-admin/commit/49d0449e05cceca61fc976b35f542b1c344e4c23))
11+
* Add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field ([49d0449](https://github.com/googleapis/python-analytics-admin/commit/49d0449e05cceca61fc976b35f542b1c344e4c23))
12+
* Add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum ([49d0449](https://github.com/googleapis/python-analytics-admin/commit/49d0449e05cceca61fc976b35f542b1c344e4c23))
13+
14+
15+
### Bug Fixes
16+
17+
* Delete BatchDeleteUserLinks, DeleteUserLink, BatchUpdateUserLinks, UpdateUserLink, BatchCreateUserLinks, CreateUserLink, AuditUserLinks, ListUserLinks, BatchGetUserLinks, GetUserLink from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt ([49d0449](https://github.com/googleapis/python-analytics-admin/commit/49d0449e05cceca61fc976b35f542b1c344e4c23))
18+
319
## [0.21.0](https://github.com/googleapis/python-analytics-admin/compare/v0.20.0...v0.21.0) (2023-10-10)
420

521

packages/google-analytics-admin/google/analytics/admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.21.0" # {x-release-please-version}
16+
__version__ = "0.22.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.21.0" # {x-release-please-version}
16+
__version__ = "0.22.0" # {x-release-please-version}

packages/google-analytics-admin/google/analytics/admin_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.21.0" # {x-release-please-version}
16+
__version__ = "0.22.0" # {x-release-please-version}

packages/google-analytics-admin/samples/generated_samples/snippet_metadata_google.analytics.admin.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-analytics-admin",
11-
"version": "0.1.0"
11+
"version": "0.22.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)