forked from googleapis/google-cloud-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 4.3.0-beta01 of all diagnostics packages
Changes in Google.Cloud.Diagnostics.AspNetCore version 4.3.0-beta01: - [Commit 60e8cd8](googleapis@60e8cd8): - feat: Copies GoogleLogger to Common. This allows easier use of GoogleLogger in non ASP.NET Core applications. - Towards [issue 6367](googleapis#6367) - Replicate LoggerOptions in Common, and have AspNetCore\*.LoggerOptions be just a wrapper of Common.LoggerOptions. - Copies ILogEntryLabelProvider to Common and marks the one in AspNetCore* Obsolete. - Makes AspNetCore*.IExternalTraceProvider obsolete. It can now be replaced by Common.ITraceContext. - [Commit 32cb606](googleapis@32cb606): - feat: Allows per log entry labels. - Closes [issue 5313](googleapis#5313) - Closes [issue 5929](googleapis#5929) - [Commit c8e9a48](googleapis@c8e9a48): - refactor: Makes GoogleLoggerScope extendable. Moves GoogleLoggerScope to Diagnostics.Common. In preparation for allowing LogEntry augmentation and making it easier to use Google logging from non ASP.NET Core apps. Towards [issue 5313](googleapis#5313), [issue 5360](googleapis#5360), [issue 5929](googleapis#5929) and [issue 6367](googleapis#6367) - [Commit 7f5f89e](googleapis@7f5f89e): - docs: Change Stackdriver to Google Cloud, and fix some typos, including in test code. - [Commit c4c9cd5](googleapis@c4c9cd5): - feat: Makes it easier to use tracing from non ASP.NET Core applications Closes [issue 5897](googleapis#5897) Towards [issue 6367](googleapis#6367) - [Commit b35b9ea](googleapis@b35b9ea): - feat: Decouples Diagnostics tracing from Google's trace header. Towards [issue 5360](googleapis#5360) and [issue 5897](googleapis#5897) - [Commit 0c00d2c](googleapis@0c00d2c): - refactor: Remove unnecesary service provider extension method. There's an equivalent method offered by Microsoft.Extensions.DependencyInjection so we don't need our own. - [Commit bb0c7b2](googleapis@bb0c7b2): - refactor: Remove unnecesary interface IManagedTracerFactory. It's an internal interface that we don't use anywhere. We can always add it back in if we need it at some point. - [Commit 8ef3983](googleapis@8ef3983): - fix: X-Cloud-Trace-Context trace mask values should be 0-1. See https://cloud.google.com/trace/docs/setup#force-trace Note: changing a generic type parameter constraint in `LabelProviderExtensions` is notionally a breaking change, but due to how it will be used, we don't expect it to actually break any customers. Changes in Google.Cloud.Diagnostics.AspNetCore3 version 4.3.0-beta01: - [Commit 60e8cd8](googleapis@60e8cd8): - feat: Copies GoogleLogger to Common. This allows easier use of GoogleLogger in non ASP.NET Core applications. - Towards [issue 6367](googleapis#6367) - Replicate LoggerOptions in Common, and have AspNetCore\*.LoggerOptions be just a wrapper of Common.LoggerOptions. - Copies ILogEntryLabelProvider to Common and marks the one in AspNetCore* Obsolete. - Makes AspNetCore*.IExternalTraceProvider obsolete. It can now be replaced by Common.ITraceContext. - [Commit 32cb606](googleapis@32cb606): - feat: Allows per log entry labels. - Closes [issue 5313](googleapis#5313) - Closes [issue 5929](googleapis#5929) - [Commit c8e9a48](googleapis@c8e9a48): - refactor: Makes GoogleLoggerScope extendable. Moves GoogleLoggerScope to Diagnostics.Common. In preparation for allowing LogEntry augmentation and making it easier to use Google logging from non ASP.NET Core apps. Towards [issue 5313](googleapis#5313), [issue 5360](googleapis#5360), [issue 5929](googleapis#5929) and [issue 6367](googleapis#6367) - [Commit 7f5f89e](googleapis@7f5f89e): - docs: Change Stackdriver to Google Cloud, and fix some typos, including in test code. - [Commit c4c9cd5](googleapis@c4c9cd5): - feat: Makes it easier to use tracing from non ASP.NET Core applications Closes [issue 5897](googleapis#5897) Towards [issue 6367](googleapis#6367) - [Commit b35b9ea](googleapis@b35b9ea): - feat: Decouples Diagnostics tracing from Google's trace header. Towards [issue 5360](googleapis#5360) and [issue 5897](googleapis#5897) - [Commit 0c00d2c](googleapis@0c00d2c): - refactor: Remove unnecesary service provider extension method. There's an equivalent method offered by Microsoft.Extensions.DependencyInjection so we don't need our own. - [Commit bb0c7b2](googleapis@bb0c7b2): - refactor: Remove unnecesary interface IManagedTracerFactory. It's an internal interface that we don't use anywhere. We can always add it back in if we need it at some point. - [Commit 8ef3983](googleapis@8ef3983): - fix: X-Cloud-Trace-Context trace mask values should be 0-1. See https://cloud.google.com/trace/docs/setup#force-trace Note: changing a generic type parameter constraint in `LabelProviderExtensions` is notionally a breaking change, but due to how it will be used, we don't expect it to actually break any customers. Packages in this release: - Release Google.Cloud.Diagnostics.AspNetCore version 4.3.0-beta01 - Release Google.Cloud.Diagnostics.AspNetCore3 version 4.3.0-beta01 - Release Google.Cloud.Diagnostics.Common version 4.3.0-beta01
- Loading branch information
Showing
16 changed files
with
105 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.