1.16
github-actions
released this
22 Oct 09:33
·
19 commits
to refs/heads/develop
since this release
Summary
In this release we have fixed an issue with Enum serialization.
The fix addresses an edge case where enum values weren't properly serialized when using C# top-level statements (file-scoped namespaces) in Lambda functions. This ensures proper logging functionality regardless of your chosen code structure.
Logging version: 1.6.2
- Fixed Enum serialization when using top-level statements in Lambda functions
- Resolves incorrect enum value handling in structured logging
- Ensures consistent logging behavior across different Lambda function styles
Special thanks to @nCubed for:
- Reporting the issue
- Providing detailed reproduction steps
- Assisting with troubleshooting and validation