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: v1.6.0
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: v1.6.1
Choose a head ref
  • 14 commits
  • 46 files changed
  • 2 contributors

Commits on Jul 12, 2025

  1. Configuration menu
    Copy the full SHA
    fcdfcd1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Blind-Striker authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    5cd4001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa4e71 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. feat(ci-cd): Move refactored cake build project and workflows from ma…

    …ster (AWS v4 updates) branch to sdkv3-lts branch
    Blind-Striker committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    f4eaf54 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 v1.6.1/v1.4.1
    - Fix code analysis warnings and improve logging format strings
    - Update badge URLs for test result tracking
    Blind-Striker committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    776efa4 View commit details
    Browse the repository at this point in the history
  2. fix(build): improve cross-platform compatibility

    - Add shebang to build.sh for proper shell execution
    - Remove Windows-style line endings from build.sh
    - Skip net462 tests on non-Windows platforms in TestTask.cs
    
    These changes ensure the build system works correctly across different
    operating systems by providing proper shell script execution headers
    and preventing framework-specific tests from running on incompatible
    platforms.
    Blind-Striker committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1771443 View commit details
    Browse the repository at this point in the history
  3. refactor(build): enhance test task with improved console output and r…

    …efined platform checks
    
    - Replace basic context.Warning calls with rich Spectre.Console output via ConsoleHelper
    - Use ConsoleHelper.WriteRule() for elegant test section headers
    - Use ConsoleHelper.WriteInfo/Warning/Processing/Success for better visual feedback
    - Refine net462 platform check to only skip tests on Linux (not macOS)
    - Improve messaging for docker container cleanup operations
    
    The changes provide better visual feedback during test execution and allow net462
    tests to run on macOS while still preventing issues on Linux where external Mono
    installation would be required.
    Blind-Striker committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    68273aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from localstack-dotnet/sdkv3-lts-ci-cd-moderni…

    …zation
    
    feat(ci-cd): Move refactored cake build project and workflows from msster (AWS v4 updates) branch to sdkv3-lts branch
    Blind-Striker authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d8a3d65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eaf099 View commit details
    Browse the repository at this point in the history
  6. chore(changelog): update CHANGELOG.md for v1.6.1 release with new fea…

    …tures and maintenance status
    Blind-Striker committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    f3cd663 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03da2c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31e6784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36bc2a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ec09f6 View commit details
    Browse the repository at this point in the history
Loading