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.5.1
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.6.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 23, 2026

  1. chore(deps): upgrade dev dependencies (#2849)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/constructs/actions/runs/22327094241
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x"
    workflow*
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    cdklabs-automation and github-actions[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    780040f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. chore(deps): upgrade dev dependencies (#2850)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/constructs/actions/runs/22597885752
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x"
    workflow*
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    cdklabs-automation and github-actions[bot] authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    eb0d022 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. chore(deps): upgrade dev dependencies (#2851)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/constructs/actions/runs/22876964117
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x"
    workflow*
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    cdklabs-automation and github-actions[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    c2298f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. chore(deps): upgrade dev dependencies (#2852)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/constructs/actions/runs/23168274365
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x"
    workflow*
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    cdklabs-automation and github-actions[bot] authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    809d63a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. feat: add stackTraceOverride option to MetadataOptions (#2853)

    Allow callers to provide a custom stack trace via the new
    `stackTraceOverride` property on `MetadataOptions`. When a non-empty
    array is supplied, it is used as-is and the `stackTrace` /
    `traceFromFunction` options are ignored.
    otaviomacedo authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    f1fd286 View commit details
    Browse the repository at this point in the history
Loading