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

Commits on Jul 8, 2022

  1. fix(custom-resources): Custom resource provider framework not passing…

    … `ResponseURL` to user function (#21065)
    
    #20889 included a change that broke the custom resource framework by not including the necessary presigned URL. This includes the presigned URL, and fixes the issue. This PR does not include test changes because this is the runtime code.
    
    Closes #21058
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    comcalvi committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f7b25b6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.31.1

    comcalvi committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    689881f View commit details
    Browse the repository at this point in the history
  3. changelog format

    comcalvi committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6a86fd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. chore(release): 2.31.1 (#21067)

    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mergify[bot] authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    42432c6 View commit details
    Browse the repository at this point in the history
Loading