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: awslabs/aws-crt-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.0
Choose a base ref
...
head repository: awslabs/aws-crt-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.31.1
Choose a head ref
  • 3 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 28, 2025

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

Commits on Mar 17, 2025

  1. HTTP/1: Support streaming requests of unknown length (#714)

    **Issue:**
    
    aws-sdk-cpp needs to send streaming requests of unknown content length. This isn't currently supported in our HTTP/1 client.
    
    **Description of changes:**
    - Update submodules:
    
            aws-c-auth         v0.8.5 -> v0.8.6
            aws-c-cal          v0.8.3 -> v0.8.7
            aws-c-common       v0.11.1 -> v0.12.0
            aws-c-event-stream v0.5.2 -> v0.5.4
            aws-c-http         v0.9.3 -> v0.9.5
            aws-c-io           v0.16.0 -> v0.17.0
            aws-c-s3           v0.7.11 -> v0.7.13
            aws-lc             v1.46.1 -> v1.48.4
            s2n                v1.5.13 -> v1.5.14
    
      - Bring in change that allows HTTP/1 streams of unknown length:
        - awslabs/aws-c-http#506
    - Remove hack in Base64 decoded logic, which is no longer necessary due to this change:
      - awslabs/aws-c-common#1188
    graebm authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    0a27f74 View commit details
    Browse the repository at this point in the history
  2. AutoTag PR for v0.31.1 (#716)

    Co-authored-by: GitHub Actions <aws-sdk-common-runtime@amazon.com>
    bretambrose and aws-crt-bot authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    4c48d1e View commit details
    Browse the repository at this point in the history
Loading