Skip to content

Commit

Permalink
Release Google.Cloud.Diagnostics packages.
Browse files Browse the repository at this point in the history
Adds Google.Cloud.Diagnostics.AspNetCore3, the Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core 3.
Closes #4750.

Packages in this release:
- Release Google.Cloud.Diagnostics.Common version 4.2.0-beta02
- Release Google.Cloud.Diagnostics.AspNetCore version 4.2.0-beta02
- Release Google.Cloud.Diagnostics.AspNetCore3 version 4.0.0-beta01
  • Loading branch information
amanda-tarafa committed Oct 12, 2020
1 parent 0c6950d commit 4cee20d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Debugger.V2](https://googleapis.dev/dotnet/Google.Cloud.Debugger.V2/2.0.0) | 2.0.0 | [Google Cloud Debugger](https://cloud.google.com/debugger/) |
| [Google.Cloud.DevTools.Common](https://googleapis.dev/dotnet/Google.Cloud.DevTools.Common/2.0.0) | 2.0.0 | Common Protocol Buffer messages for Google Cloud Developer Tools APIs |
| [Google.Cloud.DevTools.ContainerAnalysis.V1](https://googleapis.dev/dotnet/Google.Cloud.DevTools.ContainerAnalysis.V1/2.0.0) | 2.0.0 | [Google Container Analysis](https://cloud.google.com/container-registry/docs/container-analysis/) |
| [Google.Cloud.Diagnostics.AspNetCore](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore/4.2.0-beta01) | 4.2.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core |
| [Google.Cloud.Diagnostics.AspNetCore3](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore3/4.0.0-beta00) | 4.0.0-beta00 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core 3 |
| [Google.Cloud.Diagnostics.Common](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.Common/4.2.0-beta01) | 4.2.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Diagnostics.AspNetCore](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore/4.2.0-beta02) | 4.2.0-beta02 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core |
| [Google.Cloud.Diagnostics.AspNetCore3](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.AspNetCore3/4.0.0-beta01) | 4.0.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core 3 |
| [Google.Cloud.Diagnostics.Common](https://googleapis.dev/dotnet/Google.Cloud.Diagnostics.Common/4.2.0-beta02) | 4.2.0-beta02 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Dialogflow.V2](https://googleapis.dev/dotnet/Google.Cloud.Dialogflow.V2/3.0.0) | 3.0.0 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) |
| [Google.Cloud.Dlp.V2](https://googleapis.dev/dotnet/Google.Cloud.Dlp.V2/3.0.0) | 3.0.0 | [Google Cloud Data Loss Prevention](https://cloud.google.com/dlp/) |
| [Google.Cloud.DocumentAI.V1Beta2](https://googleapis.dev/dotnet/Google.Cloud.DocumentAI.V1Beta2/1.0.0-beta01) | 1.0.0-beta01 | [Cloud Document AI](https://cloud.google.com/solutions/document-ai) |
Expand Down
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>4.2.0-beta01</Version>
<Version>4.2.0-beta02</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core.</Description>
Expand Down
4 changes: 4 additions & 0 deletions apis/Google.Cloud.Diagnostics.AspNetCore/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version history

# Version 4.2.0-beta02, released 2020-10-12

- [Commit 1cd4ee6](https://github.com/googleapis/google-cloud-dotnet/commit/1cd4ee6): build: Removes ASP.NET Core unused dependencies from Diagnostics* packages. Towards [issue 4750](https://github.com/googleapis/google-cloud-dotnet/issues/4750).

# Version 4.2.0-beta01, released 2020-09-29

- [Commit 5710321](https://github.com/googleapis/google-cloud-dotnet/commit/5710321): feat: Adds GoogleTraceProvider to be used by Logging when Tracing is not configured. Closes [issue 5359](https://github.com/googleapis/google-cloud-dotnet/issues/5359).
Expand Down
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>4.0.0-beta00</Version>
<Version>4.0.0-beta01</Version>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core 3.</Description>
Expand Down
9 changes: 9 additions & 0 deletions apis/Google.Cloud.Diagnostics.AspNetCore3/docs/history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Version history

# Version 4.0.0-beta01, released 2020-10-12

- [Commit 1cd4ee6](https://github.com/googleapis/google-cloud-dotnet/commit/1cd4ee6): feat: Adds Google.Cloud.Diagnostics.AspNetCore3 library. Towards [issue 4750](https://github.com/googleapis/google-cloud-dotnet/issues/4750).
- Initial release of Google.Cloud.Diagnostics.AspNetCore3 which supports ASP.NET Core 3.1.
- Main differences with respect to Google.Cloud.Diagnostics.AspNetCore:
- Depends on Microsoft.AspNetCore.App framework instead of the Microsoft.AspNetCore* packages.
- Microsoft.AspNetCore.Hosting.IHostingEnvironment => Microsoft.AspNetCore.Hosting.IWebHostEnvironment
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>4.2.0-beta01</Version>
<Version>4.2.0-beta02</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components.</Description>
Expand Down
14 changes: 7 additions & 7 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
},
{
"id": "Google.Cloud.Diagnostics.AspNetCore",
"version": "4.2.0-beta01",
"version": "4.2.0-beta02",
"type": "other",
"targetFrameworks": "netstandard2.0",
"testTargetFrameworks": "netcoreapp2.1;net461",
Expand All @@ -455,9 +455,9 @@
"Microsoft.AspNetCore.Http.Extensions": "2.1.1"
},
"testDependencies": {
"Google.Cloud.Diagnostics.Common.Tests": "project",
"Google.Cloud.Diagnostics.Common.IntegrationTests": "project",
"Google.Api.Gax.Testing": "3.2.0",
"Google.Cloud.Diagnostics.Common.IntegrationTests": "project",
"Google.Cloud.Diagnostics.Common.Tests": "project",
"Microsoft.AspNetCore.Mvc": "2.1.3",
"Microsoft.AspNetCore.TestHost": "2.1.1"
},
Expand All @@ -468,7 +468,7 @@
},
{
"id": "Google.Cloud.Diagnostics.AspNetCore3",
"version": "4.0.0-beta00",
"version": "4.0.0-beta01",
"type": "other",
"targetFrameworks": "netcoreapp3.1",
"testTargetFrameworks": "netcoreapp3.1",
Expand All @@ -486,15 +486,15 @@
"Grpc.Core": "2.31.0"
},
"testDependencies": {
"Google.Cloud.Diagnostics.Common.Tests": "project",
"Google.Cloud.Diagnostics.Common.IntegrationTests": "project",
"Google.Api.Gax.Testing": "3.2.0",
"Google.Cloud.Diagnostics.Common.IntegrationTests": "project",
"Google.Cloud.Diagnostics.Common.Tests": "project",
"Microsoft.AspNetCore.TestHost": "3.1.8"
}
},
{
"id": "Google.Cloud.Diagnostics.Common",
"version": "4.2.0-beta01",
"version": "4.2.0-beta02",
"type": "other",
"targetFrameworks": "netstandard2.0",
"testTargetFrameworks": "netcoreapp2.1;netcoreapp3.1;net461",
Expand Down
6 changes: 3 additions & 3 deletions docs/root/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Debugger.V2](Google.Cloud.Debugger.V2/index.html) | 2.0.0 | [Google Cloud Debugger](https://cloud.google.com/debugger/) |
| [Google.Cloud.DevTools.Common](Google.Cloud.DevTools.Common/index.html) | 2.0.0 | Common Protocol Buffer messages for Google Cloud Developer Tools APIs |
| [Google.Cloud.DevTools.ContainerAnalysis.V1](Google.Cloud.DevTools.ContainerAnalysis.V1/index.html) | 2.0.0 | [Google Container Analysis](https://cloud.google.com/container-registry/docs/container-analysis/) |
| [Google.Cloud.Diagnostics.AspNetCore](Google.Cloud.Diagnostics.AspNetCore/index.html) | 4.2.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core |
| [Google.Cloud.Diagnostics.AspNetCore3](Google.Cloud.Diagnostics.AspNetCore3/index.html) | 4.0.0-beta00 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core 3 |
| [Google.Cloud.Diagnostics.Common](Google.Cloud.Diagnostics.Common/index.html) | 4.2.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Diagnostics.AspNetCore](Google.Cloud.Diagnostics.AspNetCore/index.html) | 4.2.0-beta02 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core |
| [Google.Cloud.Diagnostics.AspNetCore3](Google.Cloud.Diagnostics.AspNetCore3/index.html) | 4.0.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries for ASP.NET Core 3 |
| [Google.Cloud.Diagnostics.Common](Google.Cloud.Diagnostics.Common/index.html) | 4.2.0-beta02 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Dialogflow.V2](Google.Cloud.Dialogflow.V2/index.html) | 3.0.0 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) |
| [Google.Cloud.Dlp.V2](Google.Cloud.Dlp.V2/index.html) | 3.0.0 | [Google Cloud Data Loss Prevention](https://cloud.google.com/dlp/) |
| [Google.Cloud.DocumentAI.V1Beta2](Google.Cloud.DocumentAI.V1Beta2/index.html) | 1.0.0-beta01 | [Cloud Document AI](https://cloud.google.com/solutions/document-ai) |
Expand Down

0 comments on commit 4cee20d

Please sign in to comment.