Skip to content

Commit

Permalink
Release Google.Analytics.Admin.V1Beta version 1.0.0-beta09 (#14191)
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 44fa61c](https://togithub.com/googleapis/google-cloud-dotnet/commit/44fa61cd05e4920e93ddcb281d9cf1e3edac23ff))

### New features

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

### Documentation improvements

- Replace "GA4" with "Google Analytics" or "GA" in all comments ([commit 44fa61c](https://togithub.com/googleapis/google-cloud-dotnet/commit/44fa61cd05e4920e93ddcb281d9cf1e3edac23ff))
  • Loading branch information
jskeet authored Feb 3, 2025
1 parent b7260e6 commit 2a88f95
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>1.0.0-beta08</Version>
<Version>1.0.0-beta09</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Analytics Admin API (v1beta)</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Analytics.Admin.V1Beta/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 1.0.0-beta09, released 2025-02-03

### Bug fixes

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

### New features

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

### Documentation improvements

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

## Version 1.0.0-beta08, released 2024-07-22

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
{
"id": "Google.Analytics.Admin.V1Beta",
"version": "1.0.0-beta08",
"version": "1.0.0-beta09",
"type": "grpc",
"productName": "Google Analytics Admin",
"productUrl": "https://developers.google.com/analytics",
Expand Down

0 comments on commit 2a88f95

Please sign in to comment.