aws / aws-lambda-dotnet

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k stars 477 forks source link

Remove RequiresPreviewFeatures attribute from logging APIs #1862

Closed normj closed 3 weeks ago

normj commented 3 weeks ago

Description of changes: The deployment for the .NET managed runtime containing the changes for structured logging is now complete. This PR removes the RequiresPreviewFeatures attribute so users no longer are required to opt-in to preview features to use them.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.