Skip to content

Commit 8a08903

Browse files
authored
Release Google.Analytics.Data.V1Beta version 2.0.0-beta09 (#13916)
Changes in this release: ### New features - Add `EmptyFilter` type to the Data API v1beta ([commit 1f4a8b3](https://togithub.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d)) - Add the `empty_filter` field to the `Filter` type ([commit 1f4a8b3](https://togithub.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d)) ### Documentation improvements - Update documentation for the`RunReport` method ([commit 1f4a8b3](https://togithub.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d)) - Remove all references to 'GA4' in documentation ([commit 1f4a8b3](https://togithub.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d))
1 parent 4e50c73 commit 8a08903

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>2.0.0-beta08</Version>
4+
<Version>2.0.0-beta09</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Analytics Data API (v1beta)</Description>

apis/Google.Analytics.Data.V1Beta/docs/history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Version history
22

3+
## Version 2.0.0-beta09, released 2024-12-05
4+
5+
### New features
6+
7+
- Add `EmptyFilter` type to the Data API v1beta ([commit 1f4a8b3](https://github.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d))
8+
- Add the `empty_filter` field to the `Filter` type ([commit 1f4a8b3](https://github.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d))
9+
10+
### Documentation improvements
11+
12+
- Update documentation for the`RunReport` method ([commit 1f4a8b3](https://github.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d))
13+
- Remove all references to 'GA4' in documentation ([commit 1f4a8b3](https://github.com/googleapis/google-cloud-dotnet/commit/1f4a8b3dd4bc8fd91be21f5a270e88af1a1c6c5d))
14+
315
## Version 2.0.0-beta08, released 2024-08-05
416

517
### New features

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"id": "Google.Analytics.Data.V1Beta",
87-
"version": "2.0.0-beta08",
87+
"version": "2.0.0-beta09",
8888
"type": "grpc",
8989
"productName": "Google Analytics Data",
9090
"productUrl": "https://developers.google.com/analytics",

0 commit comments

Comments
 (0)