LocalStack.Client & LocalStack.Client.Extensions v2.0.0-preview1
Pre-release
Pre-release
·
14 commits
to master
since this release
1. Breaking Changes
- Framework Support Updates:
- Deprecated support for .NET Framework 4.6.2.
- Added support for .NET Framework 4.7.2 (required for AWS SDK v4 compatibility).
2. General
-
AWS SDK v4 Migration:
- Complete migration from AWS SDK for .NET v3 to v4.
- AWSSDK.Core minimum version set to 4.0.0.15.
- AWSSDK.Extensions.NETCore.Setup updated to 4.0.2.
- All 70+ AWS SDK service packages updated to v4.x series.
-
Framework Support:
- .NET 9
- .NET 8
- .NET Standard 2.0
- .NET Framework 4.7.2
-
Testing Validation:
- 1,099 total tests passing across all target frameworks.
- Successfully tested with AWS SDK v4 across all supported .NET versions.
- Tested against following LocalStack versions:
- v3.7.1
- v4.3.0
3. Important Notes
- Preview Release: This is a preview release for early adopters and testing. See the v2.0.0 Roadmap & Migration Guide for the complete migration plan.
- No API Changes: LocalStack.NET public APIs remain unchanged. All changes are internal to support AWS SDK v4 compatibility.
- Feedback Welcome: Please report issues or feedback on GitHub Issues.
- v2.x series requires AWS SDK v4: This version is only compatible with AWS SDK for .NET v4.x packages.
- Migration from v1.x: Users upgrading from v1.x should ensure their projects reference AWS SDK v4 packages.
- Framework Requirement: .NET Framework 4.7.2 or higher is now required (upgrade from 4.6.2).
What's Changed
- 🚀 AWS SDK v4 Migration - v2.0.0-preview1 Release by @Blind-Striker in #46
- Feature/ci cd modernization by @Blind-Striker in #47
Full Changelog: v1.6.0...v2.0.0-preview1