Skip to content

Commit

Permalink
Release Diagnostics libraries version 4.3.0-beta02
Browse files Browse the repository at this point in the history
Changes in Google.Cloud.Diagnostics.AspNetCore version 4.3.0-beta02:

- [Commit c682904](googleapis@c682904):
  - feat: Adds trace context information to error log entries.
  - Closes [issue 5360](googleapis#5360)
- [Commit 1245ded](googleapis@1245ded): fix: Fully qualifies all alternative types/members for obsolete ones. Fixes [issue 6672](googleapis#6672)

Changes in Google.Cloud.Diagnostics.AspNetCore3 version 4.3.0-beta02:

- [Commit c682904](googleapis@c682904):
  - feat: Adds trace context information to error log entries.
  - Closes [issue 5360](googleapis#5360)
- [Commit 1245ded](googleapis@1245ded): fix: Fully qualifies all alternative types/members for obsolete ones. Fixes [issue 6672](googleapis#6672)

Packages in this release:
- Release Google.Cloud.Diagnostics.AspNetCore version 4.3.0-beta02
- Release Google.Cloud.Diagnostics.AspNetCore3 version 4.3.0-beta02
- Release Google.Cloud.Diagnostics.Common version 4.3.0-beta02
  • Loading branch information
amanda-tarafa committed Jul 22, 2021
1 parent 73dfc47 commit 9875d6f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Debugger.V2](https://googleapis.dev/dotnet/Google.Cloud.Debugger.V2/2.3.0) | 2.3.0 | [Google Cloud Debugger](https://cloud.google.com/debugger/) |
| [Google.Cloud.DevTools.Common](https://googleapis.dev/dotnet/Google.Cloud.DevTools.Common/2.1.0) | 2.1.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.2.0) | 2.2.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.3.0-beta01) | 4.3.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.3.0-beta01) | 4.3.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.3.0-beta01) | 4.3.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.3.0-beta02) | 4.3.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.3.0-beta02) | 4.3.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.3.0-beta02) | 4.3.0-beta02 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Dialogflow.Cx.V3](https://googleapis.dev/dotnet/Google.Cloud.Dialogflow.Cx.V3/1.2.0) | 1.2.0 | [Dialogflow](https://cloud.google.com/dialogflow/cx/docs) |
| [Google.Cloud.Dialogflow.V2](https://googleapis.dev/dotnet/Google.Cloud.Dialogflow.V2/3.3.0) | 3.3.0 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) |
| [Google.Cloud.Dlp.V2](https://googleapis.dev/dotnet/Google.Cloud.Dlp.V2/3.2.0) | 3.2.0 | [Google Cloud Data Loss Prevention](https://cloud.google.com/dlp/) |
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.3.0-beta01</Version>
<Version>4.3.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
7 changes: 7 additions & 0 deletions apis/Google.Cloud.Diagnostics.AspNetCore/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

# Version 4.3.0-beta02, released 2021-07-22

- [Commit c682904](https://github.com/googleapis/google-cloud-dotnet/commit/c682904):
- feat: Adds trace context information to error log entries.
- Closes [issue 5360](https://github.com/googleapis/google-cloud-dotnet/issues/5360)
- [Commit 1245ded](https://github.com/googleapis/google-cloud-dotnet/commit/1245ded): fix: Fully qualifies all alternative types/members for obsolete ones. Fixes [issue 6672](https://github.com/googleapis/google-cloud-dotnet/issues/6672)

# Version 4.3.0-beta01, released 2021-06-24

- [Commit 60e8cd8](https://github.com/googleapis/google-cloud-dotnet/commit/60e8cd8):
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.3.0-beta01</Version>
<Version>4.3.0-beta02</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
7 changes: 7 additions & 0 deletions apis/Google.Cloud.Diagnostics.AspNetCore3/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Version history

# Version 4.3.0-beta02, released 2021-07-22

- [Commit c682904](https://github.com/googleapis/google-cloud-dotnet/commit/c682904):
- feat: Adds trace context information to error log entries.
- Closes [issue 5360](https://github.com/googleapis/google-cloud-dotnet/issues/5360)
- [Commit 1245ded](https://github.com/googleapis/google-cloud-dotnet/commit/1245ded): fix: Fully qualifies all alternative types/members for obsolete ones. Fixes [issue 6672](https://github.com/googleapis/google-cloud-dotnet/issues/6672)

# Version 4.3.0-beta01, released 2021-06-24

- [Commit 60e8cd8](https://github.com/googleapis/google-cloud-dotnet/commit/60e8cd8):
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.3.0-beta01</Version>
<Version>4.3.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
6 changes: 3 additions & 3 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
},
{
"id": "Google.Cloud.Diagnostics.AspNetCore",
"version": "4.3.0-beta01",
"version": "4.3.0-beta02",
"type": "other",
"metadataType": "INTEGRATION",
"targetFrameworks": "netstandard2.0",
Expand Down Expand Up @@ -826,7 +826,7 @@
},
{
"id": "Google.Cloud.Diagnostics.AspNetCore3",
"version": "4.3.0-beta01",
"version": "4.3.0-beta02",
"type": "other",
"metadataType": "INTEGRATION",
"targetFrameworks": "netcoreapp3.1",
Expand All @@ -853,7 +853,7 @@
},
{
"id": "Google.Cloud.Diagnostics.Common",
"version": "4.3.0-beta01",
"version": "4.3.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 @@ -62,9 +62,9 @@ Each package name links to the documentation for that package.
| [Google.Cloud.Debugger.V2](Google.Cloud.Debugger.V2/index.html) | 2.3.0 | [Google Cloud Debugger](https://cloud.google.com/debugger/) |
| [Google.Cloud.DevTools.Common](Google.Cloud.DevTools.Common/index.html) | 2.1.0 | Common Protocol Buffer messages for Google Cloud Developer Tools APIs |
| [Google.Cloud.DevTools.ContainerAnalysis.V1](Google.Cloud.DevTools.ContainerAnalysis.V1/index.html) | 2.2.0 | [Google Container Analysis](https://cloud.google.com/container-registry/docs/container-analysis/) |
| [Google.Cloud.Diagnostics.AspNetCore](Google.Cloud.Diagnostics.AspNetCore/index.html) | 4.3.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.3.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.3.0-beta01 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Diagnostics.AspNetCore](Google.Cloud.Diagnostics.AspNetCore/index.html) | 4.3.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.3.0-beta02 | 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.3.0-beta02 | Google Cloud Logging, Trace and Error Reporting Instrumentation Libraries Common Components |
| [Google.Cloud.Dialogflow.Cx.V3](Google.Cloud.Dialogflow.Cx.V3/index.html) | 1.2.0 | [Dialogflow](https://cloud.google.com/dialogflow/cx/docs) |
| [Google.Cloud.Dialogflow.V2](Google.Cloud.Dialogflow.V2/index.html) | 3.3.0 | [Google Cloud Dialogflow](https://cloud.google.com/dialogflow-enterprise/) |
| [Google.Cloud.Dlp.V2](Google.Cloud.Dlp.V2/index.html) | 3.2.0 | [Google Cloud Data Loss Prevention](https://cloud.google.com/dlp/) |
Expand Down

0 comments on commit 9875d6f

Please sign in to comment.