Skip to content

Commit

Permalink
Release Google.Analytics.Admin.V1Alpha version 2.0.0-alpha21 (#14190)
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- Mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` ([commit 22ae76a](https://togithub.com/googleapis/google-cloud-dotnet/commit/22ae76a162d95a8aee08c1b21a5540f335b2da53))

### New features

- Add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` ([commit 22ae76a](https://togithub.com/googleapis/google-cloud-dotnet/commit/22ae76a162d95a8aee08c1b21a5540f335b2da53))

### Documentation improvements

- Replace "GA4" with "Google Analytics" or "GA" in all comments ([commit 22ae76a](https://togithub.com/googleapis/google-cloud-dotnet/commit/22ae76a162d95a8aee08c1b21a5540f335b2da53))
  • Loading branch information
jskeet authored Feb 3, 2025
1 parent acee7ab commit 38e73be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0-alpha20</Version>
<Version>2.0.0-alpha21</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Analytics Admin API (v1alpha)</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Analytics.Admin.V1Alpha/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 2.0.0-alpha21, released 2025-02-03

### Bug fixes

- Mark `event_data_retention` field in `DataRetentionSettings` as `REQUIRED` ([commit 22ae76a](https://github.com/googleapis/google-cloud-dotnet/commit/22ae76a162d95a8aee08c1b21a5540f335b2da53))

### New features

- Add `user_data_retention` field to `DataRetentionSettings` and mark as `REQUIRED` ([commit 22ae76a](https://github.com/googleapis/google-cloud-dotnet/commit/22ae76a162d95a8aee08c1b21a5540f335b2da53))

### Documentation improvements

- Replace "GA4" with "Google Analytics" or "GA" in all comments ([commit 22ae76a](https://github.com/googleapis/google-cloud-dotnet/commit/22ae76a162d95a8aee08c1b21a5540f335b2da53))

## Version 2.0.0-alpha20, released 2024-08-05

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"id": "Google.Analytics.Admin.V1Alpha",
"version": "2.0.0-alpha20",
"version": "2.0.0-alpha21",
"type": "grpc",
"productName": "Analytics Admin",
"productUrl": "https://developers.google.com/analytics",
Expand Down

0 comments on commit 38e73be

Please sign in to comment.