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/constructs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.2
Choose a base ref
...
head repository: aws/constructs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.4.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 11, 2024

  1. fix: unnecessary strict node requirement in engines in package.json (#…

    …2498)
    
    Fixes #1329 
    
    We already use jsii to manage Node.js versions. No need to overzealously enforce via engines.
    mrgrain authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e9bf09c View commit details
    Browse the repository at this point in the history
  2. feat: stabilize experimental code (#2497)

    Fixes #2267
    
    These code features have been around for a long time. There are no known issues around them. They are used in `aws-cdk-lib` and the team has effectively treated the code as stable anyway. It's also not great practice to main unstable code like this. Let's just stabilize the previously experimental parts.
    mrgrain authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    75f29f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb7f237 View commit details
    Browse the repository at this point in the history
Loading