-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: localstack-dotnet/localstack-dotnet-client
base: v2.0.0-preview1
head repository: localstack-dotnet/localstack-dotnet-client
compare: master
- 14 commits
- 43 files changed
- 1 contributor
Commits on Jul 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 97fa1fd - Browse repository at this point
Copy the full SHA 97fa1fdView commit details
Commits on Jul 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b03d934 - Browse repository at this point
Copy the full SHA b03d934View commit details
Commits on Jul 21, 2025
-
feat: add localstack endpoint support for 13 new aws services
Add LocalStack endpoint support for Account, ACMPCA, Bedrock, CloudControl, CodeBuild, CodeConnections, CodeDeploy, CodePipeline, ElasticTranscoder, MemoryDB, Shield, and VerifiedPermissions. - Add AWS service enums and endpoint metadata for 13 new services: - Account Management - AWS Certificate Manager Private Certificate Authority (ACMPCA) - Amazon Bedrock - AWS Cloud Control API - AWS CodeBuild - AWS CodeConnections - AWS CodeDeploy - AWS CodePipeline - Amazon Elastic Transcoder - Amazon MemoryDB for Redis - AWS Shield - Amazon Verified Permissions - Update package dependencies to include corresponding AWS SDK packages - Update functional test fixtures to use LocalStack v4.6.0 instead of v4.3.0 - Update Testcontainers packages to v4.6.0 - Increment package version to v2.0.0 - Update badge URLs for test result tracking
Configuration menu - View commit details
-
Copy full SHA for 31f95c1 - Browse repository at this point
Copy the full SHA 31f95c1View commit details -
refactor(TestTask): replace context warnings with ConsoleHelper metho…
…ds for improved logging
Configuration menu - View commit details
-
Copy full SHA for 53a83b0 - Browse repository at this point
Copy the full SHA 53a83b0View commit details
Commits on Jul 24, 2025
-
feat(aot): annotate reflection paths and add linker descriptor for Na…
…tive AOT prep * add RequiresDynamicCode / RequiresUnreferencedCode and DynamicallyAccessedMembers attributes to Session, SessionReflection, and AwsClientFactoryWrapper * embed ILLink.Descriptors.xml in LocalStack.Client.Extensions to preserve ClientFactory<T> private members * update README with “Native AOT & Trimming Status” notice, link to draft‑PR #49, and clarify that v2.0.0 GA ships without Native AOT support
Configuration menu - View commit details
-
Copy full SHA for 98bde31 - Browse repository at this point
Copy the full SHA 98bde31View commit details -
feat: update AWS SDK references and enhance Native AOT support with t…
…rimming descriptors
Configuration menu - View commit details
-
Copy full SHA for aa8b029 - Browse repository at this point
Copy the full SHA aa8b029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22499c8 - Browse repository at this point
Copy the full SHA 22499c8View commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d60419e - Browse repository at this point
Copy the full SHA d60419eView commit details -
refactor: replace ILLink.Descriptors.xml with embedded resource and r…
…emove transitive props file
Configuration menu - View commit details
-
Copy full SHA for 5c70831 - Browse repository at this point
Copy the full SHA 5c70831View commit details -
chore: update CHANGELOG for v2.0.0 release and add new features; modi…
…fy README for AOT compatibility instructions; adjust BuildContext for versioning format
Configuration menu - View commit details
-
Copy full SHA for ec8c53a - Browse repository at this point
Copy the full SHA ec8c53aView commit details -
fix(build): resolve SemVer packaging and CI/CD workflow issues
- Fix versioning bug preventing package deployment by switching from build metadata format (2.0.0+date.sha) to pre-release format (2.0.0-nightly.date.sha) for NuGet filename compatibility - Eliminate duplicate CI/CD runs by removing feature/* branches from push triggers and implementing PR-driven deployments for feature branches - Update GitHub Actions workflow branch name detection using conditional expressions for both push and pull_request events - Ensure proper SemVer 2.0 compliance where feature branch packages (2.0.0-source-generator-*) rank higher than nightly builds (2.0.0-nightly.*) due to lexicographic ordering - Maintain backward compatibility with existing versioning strategy while enabling reliable automated package publishing Affects packages: - LocalStack.Client - LocalStack.Client.Extensions
Configuration menu - View commit details
-
Copy full SHA for 2b8c8b8 - Browse repository at this point
Copy the full SHA 2b8c8b8View commit details -
docs: update README for v2.0.0 release, correcting version references…
… and installation instructions
Configuration menu - View commit details
-
Copy full SHA for 873efbf - Browse repository at this point
Copy the full SHA 873efbfView commit details
Commits on Jul 29, 2025
-
feat(community): add .NET Foundation compliance documentation
- Add SECURITY.md with vulnerability reporting process and GitHub Advanced Security info - Clarify v2.x (AWS SDK v4) active development vs v1.x (LTS) support - Specify security patch policy for each version track - Add clear LTS commitment until July 2026 for v1.x - Provide specific upgrade guidance for low-severity issues - Add CODE_OF_CONDUCT.md referencing .NET Foundation Code of Conduct - Update CONTRIBUTING.md to include CLA requirement for .NET Foundation membership - Improve ISSUE_TEMPLATE.md with LocalStack-specific information capture - Add dual-track version identification (v1.x LTS vs v2.x current) - Include LocalStack version, services, and configuration details - Add comprehensive environment information section - Include quality checklist for better issue reports - Create comprehensive PULL_REQUEST_TEMPLATE.md - Add change type categorization and version track targeting - Include thorough testing and documentation checklists - Reference .NET Foundation CLA and Code of Conduct - Provide reviewer focus areas and quality gates Prepares project for .NET Foundation application by ensuring all required community health files and policies are in place.
Configuration menu - View commit details
-
Copy full SHA for 05d41c7 - Browse repository at this point
Copy the full SHA 05d41c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78faa72 - Browse repository at this point
Copy the full SHA 78faa72View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0-preview1...master