Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: localstack-dotnet/localstack-dotnet-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-preview1
Choose a base ref
...
head repository: localstack-dotnet/localstack-dotnet-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 43 files changed
  • 1 contributor

Commits on Jul 19, 2025

  1. Configuration menu
    Copy the full SHA
    97fa1fd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Delete test-output.txt

    Blind-Striker authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    b03d934 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. 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
    Blind-Striker committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    31f95c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a83b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. 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
    Blind-Striker committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    98bde31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8b029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22499c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    d60419e View commit details
    Browse the repository at this point in the history
  2. refactor: replace ILLink.Descriptors.xml with embedded resource and r…

    …emove transitive props file
    Blind-Striker committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    5c70831 View commit details
    Browse the repository at this point in the history
  3. chore: update CHANGELOG for v2.0.0 release and add new features; modi…

    …fy README for AOT compatibility instructions; adjust BuildContext for versioning format
    Blind-Striker committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    ec8c53a View commit details
    Browse the repository at this point in the history
  4. 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
    Blind-Striker committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    2b8c8b8 View commit details
    Browse the repository at this point in the history
  5. docs: update README for v2.0.0 release, correcting version references…

    … and installation instructions
    Blind-Striker committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    873efbf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. 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.
    Blind-Striker committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    05d41c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78faa72 View commit details
    Browse the repository at this point in the history
Loading