Bump AWS.Lambda.Powertools.Logging from 2.0.2 to 3.0.1#539
Conversation
--- updated-dependencies: - dependency-name: AWS.Lambda.Powertools.Logging dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: AWS.Lambda.Powertools.Logging dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…s.BackgroundWorkers/multi-763a5ea554
|
Claude finished @dependabot[bot]'s task —— View job PR Review: AWS.Lambda.Powertools.Logging UpgradeI've completed my review of this dependency upgrade PR. Here's my comprehensive analysis: Todo List:
Review SummaryThis PR upgrades AWS.Lambda.Powertools.Logging from version 2.0.2 to 3.0.1, which is a major version upgrade with significant breaking changes. The changes are minimal (only version bumps in 2 .csproj files), but the implications are substantial. Detailed Analysis✅ Code Quality & Best Practices
|
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated AWS.Lambda.Powertools.Logging from 2.0.2 to 3.0.1.
Release notes
Sourced from AWS.Lambda.Powertools.Logging's releases.
3.0.1
Summary
In this release we fix two bugs introduced in the last release.
Tracingutility regression introduced when we added a new way to create subsegments.📜 Announcement: You can now find our documentation on the official AWS documentation domain at [docs.aws.amazon.com/powertools/dotnet](https://docs.aws.amazon.com/powertools/dotnet/).
Thanks @nCubed for reporting the AspectInjector issue
Changes
🐛 Bug and hot fixes
📜 Documentation updates
00f9276tof5c556ain /docs (#1041) by @dependabot[bot]🔧 Maintenance
00f9276tof5c556ain /docs (#1041) by @dependabot[bot]This release was made possible by the following contributors:
@ConnorKirk, @dependabot[bot], @hjgraca, dependabot[bot] and github-actions[bot]
3.0.0
Summary
We're excited to announce a major release with new features and important updates:
This major version bump reflects significant breaking changes as we update our supported runtimes and dependencies.
Breaking Changes
New Features
Strongly-Typed Batch Processor
Process batch events with type safety and automatic deserialization.
What's New:
ITypedRecordHandler<T>andITypedRecordHandlerWithContext<T>interfaces for strongly-typed processingTypedSqsBatchProcessor,TypedKinesisEventBatchProcessor,TypedDynamoDbStreamBatchProcessorILambdaContextinjection for timeout handling and request trackingExample Usage:
Simple typed handler: