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.99.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.99.1
Choose a head ref
  • 4 commits
  • 34 files changed
  • 2 contributors

Commits on Sep 29, 2023

  1. fix: reduce load time of JavaScript library, for real (#27314)

    This is a follow-up to #27217
    
    The check we needed to perform was inverted 😖
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    rix0rrr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fca5a73 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.99.1

    rix0rrr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ba01270 View commit details
    Browse the repository at this point in the history
  3. chore(release): v2.99.1 (#27348)

    See CHANGELOG
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mergify[bot] authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5cac82c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. chore(aws-cdk-lib): revert "reduce load time of JavaScript library" (#…

    …27353)
    
    Fully revert the `lazify` feature -- it was not switched on properly before, and switching it on now leads to ESM problems.
    
    Revert first, we will try it again later.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    rix0rrr authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b2a895e View commit details
    Browse the repository at this point in the history
Loading