{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":105808767,"defaultBranch":"main","name":"aws-cdk","ownerLogin":"aws","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-10-04T19:22:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2232217?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717422290.0","currentOid":""},"activityList":{"items":[{"before":"a3d9b10ad9036486961f74e852493aa9684cfdb4","after":"f9371001f4cb3a921d66992072972d9687e3698e","ref":"refs/heads/main","pushedAt":"2024-06-04T00:41:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore: update nodejs to 20 in devcontainer and gitpod (#30424)\n\n### Reason for this change\n\nThe contribution guide recommend the active node LTS: https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#getting-started\n\n### Description of changes\n\nUpdate node 18 to 20 in devcontainer and gitpod and also the os version to bookworm\n\n### Description of how you validated changes\n\nopened devcontainer and gitpod, checkd the node version and run command `npx lerna run build --scope=aws-cdk-lib --scope=@aws-cdk-testing/framework-integ --skip-nx-cache`\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\nrefs:\n\n- https://github.com/aws/aws-cdk/pull/25381\n- https://github.com/aws/aws-cdk/pull/25426\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"chore: update nodejs to 20 in devcontainer and gitpod (#30424)"}},{"before":"27c293335e37f3fe815dc881e3083180690110d8","after":"7e24fb847981cd136d611945fe6b17964b85b551","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-04T00:09:23.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"Merge branch 'main' into colifran/logging","shortMessageHtmlLink":"Merge branch 'main' into colifran/logging"}},{"before":"04a92f73dbf07d596bbf0e1cd781eff0ebd5ece9","after":"27c293335e37f3fe815dc881e3083180690110d8","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-04T00:09:12.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"documentation\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"documentation"}},{"before":"ddbbd002da6298679500d4dd6b6c5b1487bd5f5d","after":"a3d9b10ad9036486961f74e852493aa9684cfdb4","ref":"refs/heads/main","pushedAt":"2024-06-04T00:08:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"fix: route53 CrossAccountZoneDelegationRecord fails at deployment time with imported `delegatedZone` (#30440)\n\n### Issue # (if applicable)\n\nCloses #28581.\n\n### Reason for this change\n\nAn imported `delegatedZone` will not have info about the Name Servers. When it is passed to `CrossAccountZoneDelegationRecord`, the handler will see `undefined` when trying to retrieve the Name Servers info on `delegatedZone`, then throw exception during deployment.\n\nThis change throws the exception at build time for a faster feedback loop.\n\n### Description of changes\n\n`CrossAccountZoneDelegationRecord` throws exception if `delegatedZone.hostedZoneNameServers` is undefined.\n\n### Description of how you validated changes\n\nAdd unit test to cover the case of passing an imported HostedZone to `CrossAccountZoneDelegationRecord`\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"fix: route53 CrossAccountZoneDelegationRecord fails at deployment tim…"}},{"before":"5b84ca6f41bd4417654ff8f0b3a4602524037894","after":"ddbbd002da6298679500d4dd6b6c5b1487bd5f5d","ref":"refs/heads/main","pushedAt":"2024-06-03T21:41:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"feat(codepipeline): `GitPushFilter` with branches and file paths for trigger (#29127)\n\n### Issue # (if applicable)\n\nCloses #29124\n\nRelated PR: https://github.com/aws/aws-cdk/pull/29128\nPerhaps if one merges, the other will cause a conflict.\n\n### Reason for this change\n\nWe would be good to trigger pipelines by GitPushFilter with branches and file paths.\n\n- CFn docs\n - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-gitpushfilter.html\n - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-gitbranchfiltercriteria.html\n - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-gitfilepathfiltercriteria.html\n\n### Description of changes\n\nAdd props:\n\n- branchesExcludes\n- branchesIncludes\n- filePathsExcludes\n- filePathsIncludes\n\n### Description of how you validated changes\n\nBoth unit and integ tests.\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"feat(codepipeline): GitPushFilter with branches and file paths for …"}},{"before":"0e95bf0032f1beada8a1806724ef241613c3b41d","after":"5b84ca6f41bd4417654ff8f0b3a4602524037894","ref":"refs/heads/main","pushedAt":"2024-06-03T21:11:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"feat(chatbot): configure `userRoleRequired` for the `SlackChannelConfiguration` (#30420)\n\n### Issue # (if applicable)\n\nCloses #30403.\n\n### Reason for this change\n\n`chatbot.SlackChannelConfiguration` does not support for configuring `userRoleRequired` prop.\n\n### Description of changes\n\nAdd `userRoleRequired` to `SlackChannelConfigurationProps`\n\n### Description of how you validated changes\n\nAdd both unit and integ tests\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"feat(chatbot): configure userRoleRequired for the `SlackChannelConf…"}},{"before":"07491136012496dbb75a1254a5da2df66c7ca3ea","after":"838cbdc912bde28ffbda40ade7ebe9cddcc23782","ref":"refs/heads/automation/spec-update","pushedAt":"2024-06-03T20:27:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"Merge branch 'main' into automation/spec-update","shortMessageHtmlLink":"Merge branch 'main' into automation/spec-update"}},{"before":"c5eca1a53dbde1a9c70fb3c5d47b8265918ebae3","after":"0e95bf0032f1beada8a1806724ef241613c3b41d","ref":"refs/heads/main","pushedAt":"2024-06-03T20:27:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"feat(logs): add distribution property to the Subscription class (#30423)\n\n### Issue # (if applicable)\n\nCloses #30422\n\n### Reason for this change\nMissing Property in the Subscription class.\n\n\n\n### Description of changes\nAdd destination property to the Subscription class.\n\n\n\n### Description of how you validated changes\nAdd unit tests and integ tests.\n\n\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"feat(logs): add distribution property to the Subscription class (#30423)"}},{"before":"8ea68f12d0e9061fcde9a62b40fb653f4a79410e","after":"c5eca1a53dbde1a9c70fb3c5d47b8265918ebae3","ref":"refs/heads/main","pushedAt":"2024-06-03T19:57:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(config): add new resource types since March 2023 (#30378)\n\n### Issue # (if applicable)\n\nN/A\n\n### Reason for this change\nMissing Config Resource Type.\n\n\n\n\n### Description of changes\nI added all resource types that have been added since PR #24424 (since March 2023).\n\nI have investigated the updates for added Config resource types from the [What's New with AWS?](https://aws.amazon.com/new/?nc1=h_ls&whats-new-content-all.sort-by=item.additionalFields.postDateTime&whats-new-content-all.sort-order=desc&awsf.whats-new-categories=*all&whats-new-content-all.q=AWS%2BConfig%2Bnow%2Bsupports%2Bnew%2Bresource%2Btypes&whats-new-content-all.q_operator=AND&awsm.page-whats-new-content-all=2)\n\n* [Posted On: Mar 8, 2023](https://aws.amazon.com/about-aws/whats-new/2023/03/aws-config-18-new-resource-types/)\n* [Posted On: Apr 3, 2023](https://aws.amazon.com/about-aws/whats-new/2023/04/aws-config-23-new-resource-types/)\n* [Posted On: May 1, 2023](https://aws.amazon.com/about-aws/whats-new/2023/05/aws-config-new-resource-types/)\n* [Posted On: Jun 20, 2023](https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-new-resource-types/)\n* [Posted On: Jul 6, 2023](https://aws.amazon.com/about-aws/whats-new/2023/07/aws-config-16-new-resource-types/)\n* [Posted On: Aug 2, 2023](https://aws.amazon.com/about-aws/whats-new/2023/08/aws-config-supports-19-new-resource-types/)\n* [Posted On: Oct 25, 2023](https://aws.amazon.com/about-aws/whats-new/2023/10/aws-config-supports-19-resource-types/)\n* [Posted On: Jan 12, 2024](https://aws.amazon.com/about-aws/whats-new/2024/01/aws-config-supports-22-new-resource-types/)\n\nI am separating the commits by update date.\n\n\n\n### Description of how you validated changes\nOmit tests sins it's just adding ENUMs\n\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"chore(config): add new resource types since March 2023 (#30378)"}},{"before":"12239ded1267e22d9dd7e0226a08bf4b76a7a394","after":"07491136012496dbb75a1254a5da2df66c7ca3ea","ref":"refs/heads/automation/spec-update","pushedAt":"2024-06-03T19:34:18.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"Merge branch 'main' into automation/spec-update","shortMessageHtmlLink":"Merge branch 'main' into automation/spec-update"}},{"before":"41a54b148c3b96cac20b1f3de556ed51b2c56663","after":"8ea68f12d0e9061fcde9a62b40fb653f4a79410e","ref":"refs/heads/main","pushedAt":"2024-06-03T18:20:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore: fix typo in application-listener-rule (#30427)\n\nMinor typo fixed\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"chore: fix typo in application-listener-rule (#30427)"}},{"before":"2a00ddd43fe5b718488292296cf5d8b8677b6e32","after":"41a54b148c3b96cac20b1f3de556ed51b2c56663","ref":"refs/heads/main","pushedAt":"2024-06-03T17:50:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore: fix typo in `queue.ts` comment (#30416)\n\nA small typo fix.\n\n### Checklist\n- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"chore: fix typo in queue.ts comment (#30416)"}},{"before":"ce0a54cda2d8481467eea4e55e00a08671b8d412","after":"c1bba3d374de61db5d39bb3d7a472af4b79bfc57","ref":"refs/heads/colifran/region-aware-framework","pushedAt":"2024-06-03T15:32:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"eks snaps\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"eks snaps"}},{"before":null,"after":"12239ded1267e22d9dd7e0226a08bf4b76a7a394","ref":"refs/heads/automation/spec-update","pushedAt":"2024-06-03T13:44:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aws-cdk-automation","name":"AWS CDK Automation","path":"/aws-cdk-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43080478?s=80&v=4"},"commit":{"message":"feat: update L1 CloudFormation resource definitions\nUpdates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`","shortMessageHtmlLink":"feat: update L1 CloudFormation resource definitions"}},{"before":"247650914672c306e34762bcd9c81aa80938feea","after":"ce0a54cda2d8481467eea4e55e00a08671b8d412","ref":"refs/heads/colifran/region-aware-framework","pushedAt":"2024-06-03T13:16:34.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"Merge branch 'main' into colifran/region-aware-framework","shortMessageHtmlLink":"Merge branch 'main' into colifran/region-aware-framework"}},{"before":"b5e8077a7bb4442f53ffbcfb70f04fe418a66ffd","after":null,"ref":"refs/heads/dependabot/github_actions/tj-actions/changed-files-44.5.2","pushedAt":"2024-06-03T10:39:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}},{"before":"1b8d73cb33ca62dd035ca339d3f1b5acc251338c","after":"2a00ddd43fe5b718488292296cf5d8b8677b6e32","ref":"refs/heads/main","pushedAt":"2024-06-03T10:39:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"chore(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2 (#30435)\n\nBumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.2.\n
\nRelease notes\n

Sourced from tj-actions/changed-files's releases.

\n
\n

v44.5.2

\n

What's Changed

\n\n

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44...v44.5.2

\n
\n
\n
\nChangelog\n

Sourced from tj-actions/changed-files's changelog.

\n
\n

Changelog

\n

44.5.2 - (2024-05-30)

\n

🐛 Bug Fixes

\n
    \n
  • Warning with fetch_missing_history_max_retries using REST API (#2114) (d6babd6) - (Tonye Jack)
  • \n
\n

⚙️ Miscellaneous Tasks

\n
    \n
  • deps: Update dependency @​types/node to v20.12.13 (0a79e54) - (renovate[bot])
  • \n
  • deps: Update dependency ts-jest to v29.1.4 (9d06a2a) - (renovate[bot])
  • \n
  • deps: Update typescript-eslint monorepo to v7.11.0 (7e8e88b) - (renovate[bot])
  • \n
  • deps: Lock file maintenance (b510737) - (renovate[bot])
  • \n
  • deps: Lock file maintenance (2e70979) - (renovate[bot])
  • \n
\n

⬆️ Upgrades

\n
    \n
  • Upgraded to v44.5.1 (#2108)
  • \n
\n

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (625929d) - (tj-actions[bot])

\n

44.5.1 - (2024-05-24)

\n

🐛 Bug Fixes

\n
    \n
  • Bug detecting previous tag when workflow is rerun (#2107) (03334d0) - (Tonye Jack)
  • \n
  • deps: Update dependency micromatch to v4.0.7 (98e187e) - (renovate[bot])
  • \n
  • deps: Update dependency micromatch to v4.0.6 (bf548e4) - (renovate[bot])
  • \n
\n

➕ Add

\n
    \n
  • Added missing changes and modified dist assets.\n(8a0655f) - (GitHub Action)
  • \n
  • Added missing changes and modified dist assets.\n(96f6572) - (GitHub Action)
  • \n
\n

⚙️ Miscellaneous Tasks

\n
    \n
  • deps: Update dependency ts-jest to v29.1.3 (d195e6e) - (renovate[bot])
  • \n
\n

⬆️ Upgrades

\n
    \n
  • Upgraded to v44.5.0 (#2101)
  • \n
\n

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com\nCo-authored-by: repo-ranger[bot] (8b07fd3) - (tj-actions[bot])

\n

44.5.0 - (2024-05-21)

\n\n
\n

... (truncated)

\n
\n
\nCommits\n
    \n
  • d6babd6 fix: warning with fetch_missing_history_max_retries using REST API (#2114)
  • \n
  • 0a79e54 chore(deps): update dependency @​types/node to v20.12.13
  • \n
  • 9d06a2a chore(deps): update dependency ts-jest to v29.1.4
  • \n
  • 7e8e88b chore(deps): update typescript-eslint monorepo to v7.11.0
  • \n
  • b510737 chore(deps): lock file maintenance
  • \n
  • 2e70979 chore(deps): lock file maintenance
  • \n
  • 625929d Upgraded to v44.5.1 (#2108)
  • \n
  • See full diff in compare view
  • \n
\n
\n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=44.5.1&new-version=44.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n
\nDependabot commands and options\n
\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n
","shortMessageHtmlLink":"chore(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2 (#30435"}},{"before":null,"after":"b5e8077a7bb4442f53ffbcfb70f04fe418a66ffd","ref":"refs/heads/dependabot/github_actions/tj-actions/changed-files-44.5.2","pushedAt":"2024-06-03T10:10:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2\n\nBumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.2.\n- [Release notes](https://github.com/tj-actions/changed-files/releases)\n- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)\n- [Commits](https://github.com/tj-actions/changed-files/compare/03334d095e2739fa9ac4034ec16f66d5d01e9eba...d6babd6899969df1a11d14c368283ea4436bca78)\n\n---\nupdated-dependencies:\n- dependency-name: tj-actions/changed-files\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2"}},{"before":"70d3222496f41f474a4352d44f60d6557a54dfe5","after":"04a92f73dbf07d596bbf0e1cd781eff0ebd5ece9","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-02T02:28:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"unit tests\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"unit tests"}},{"before":"e38133927a5829f7db0bd5ca4036207db00f0b00","after":"70d3222496f41f474a4352d44f60d6557a54dfe5","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T23:19:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"retry build\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"retry build"}},{"before":"302f44f40a45fd6b3795a637481afbd1ac6af5e4","after":"e38133927a5829f7db0bd5ca4036207db00f0b00","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T22:46:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"iot-actions-alpha snaps\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"iot-actions-alpha snaps"}},{"before":"cf1dacb9a7dbb06b420ea8f819b03f58c6a9f949","after":"302f44f40a45fd6b3795a637481afbd1ac6af5e4","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T20:58:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"redshift-alpha snaps\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"redshift-alpha snaps"}},{"before":"17d2fa9e56d0dcc54055be954e71b54f43c31335","after":"cf1dacb9a7dbb06b420ea8f819b03f58c6a9f949","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T20:12:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"unit test\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"unit test"}},{"before":"df6b765f640bcd3e24e989d11c71716e278e817c","after":"17d2fa9e56d0dcc54055be954e71b54f43c31335","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T19:53:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"unit tests\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"unit tests"}},{"before":"8f751ee29136150bfcb368411710e29eacc023fb","after":"df6b765f640bcd3e24e989d11c71716e278e817c","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T16:46:09.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"snaps\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"snaps"}},{"before":"eed768f0417b43286c4aac62eaadb933217bbe83","after":"8f751ee29136150bfcb368411710e29eacc023fb","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T14:26:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"feature flag\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"feature flag"}},{"before":"abfbad1d0f4ae57e9b10899d1c04742691a6e653","after":"eed768f0417b43286c4aac62eaadb933217bbe83","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T10:48:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"add unit tests\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"add unit tests"}},{"before":null,"after":"abfbad1d0f4ae57e9b10899d1c04742691a6e653","ref":"refs/heads/colifran/logging","pushedAt":"2024-06-01T10:33:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"colifran","name":"Colin Francis","path":"/colifran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/131073567?s=80&v=4"},"commit":{"message":"no logApiResponseData by default\n\nSigned-off-by: Francis ","shortMessageHtmlLink":"no logApiResponseData by default"}},{"before":"09098af00a708191af666d2e9907ad7ee815a106","after":"1b8d73cb33ca62dd035ca339d3f1b5acc251338c","ref":"refs/heads/main","pushedAt":"2024-06-01T07:59:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"},"commit":{"message":"fix(apigateway): allow overriding authorizer on methods (#30415)\n\n### Issue # (if applicable)\n\nCloses #8827.\n\n### Reason for this change\n\nCustomers could not override the authorizer defined in the default method configuration if they want to set the authorization type to None.\n\n### Description of changes\n\nIf the customer set the authorization type to None while creating a new method, we will not use the authorizer value defined in the default configuration and instead we will set it to undefined.\n\n### Description of how you validated changes\n\nadded unit, and integration test cases.\n\n### Checklist\n- [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)\n\n----\n\n*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*","shortMessageHtmlLink":"fix(apigateway): allow overriding authorizer on methods (#30415)"}},{"before":"42d4f0db9261fd986435e5c87cc9e19e5a9ea6ad","after":null,"ref":"refs/heads/automation/update-contributors","pushedAt":"2024-06-01T00:39:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mergify[bot]","name":null,"path":"/apps/mergify","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10562?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW31aGAA","startCursor":null,"endCursor":null}},"title":"Activity · aws/aws-cdk"}