Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 4.3.0-beta01 of all diagnostics packages #6662

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Jun 24, 2021

Changes in Google.Cloud.Diagnostics.AspNetCore version 4.3.0-beta01:

  • Commit 60e8cd8:
    • feat: Copies GoogleLogger to Common. This allows easier use of GoogleLogger in non ASP.NET Core applications.
    • Towards issue 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:
  • Commit 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, issue 5360, issue 5929 and issue 6367
  • Commit 7f5f89e:
    • docs: Change Stackdriver to Google Cloud, and fix some typos, including in test code.
  • Commit c4c9cd5:
    • feat: Makes it easier to use tracing from non ASP.NET Core applications
      Closes issue 5897
      Towards issue 6367
  • Commit b35b9ea:
  • Commit 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:
    • 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:

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:
    • feat: Copies GoogleLogger to Common. This allows easier use of GoogleLogger in non ASP.NET Core applications.
    • Towards issue 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:
  • Commit 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, issue 5360, issue 5929 and issue 6367
  • Commit 7f5f89e:
    • docs: Change Stackdriver to Google Cloud, and fix some typos, including in test code.
  • Commit c4c9cd5:
    • feat: Makes it easier to use tracing from non ASP.NET Core applications
      Closes issue 5897
      Towards issue 6367
  • Commit b35b9ea:
  • Commit 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:
    • 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:

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

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
@jskeet jskeet requested a review from a team as a code owner June 24, 2021 15:46
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2021
@jskeet jskeet merged commit 51230ae into googleapis:master Jun 24, 2021
@jskeet jskeet deleted the release-pr-20210624T1545Z branch June 24, 2021 15:51
@yoshi-automation
Copy link
Contributor

  • Created release for Google.Cloud.Diagnostics.AspNetCore-4.3.0-beta01
  • Created release for Google.Cloud.Diagnostics.AspNetCore3-4.3.0-beta01
  • Created release for Google.Cloud.Diagnostics.Common-4.3.0-beta01

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: published cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log enrichment and/or inserted properties Establish a trace context in a non-http context. Per-log labels
2 participants