aws/aws-cdk (aws-cdk)
### [`v2.126.0`](https://togithub.com/aws/aws-cdk/releases/tag/v2.126.0)
[Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.125.0...v2.126.0)
##### Features
- **migrate:** Add CDK Migrate `--from-scan` functionality ([#28962](https://togithub.com/aws/aws-cdk/issues/28962)) ([bbc14b3](https://togithub.com/aws/aws-cdk/commit/bbc14b32801f103bc465fd910d507ffa0d06b7fe))
***
#### Alpha modules (2.126.0-alpha.0)
### [`v2.125.0`](https://togithub.com/aws/aws-cdk/releases/tag/v2.125.0)
[Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.124.0...v2.125.0)
##### Features
- **applicationautoscaling:** validate `evaluationPeriods` and `datapointsToAlarm` for step scaling policy ([#28880](https://togithub.com/aws/aws-cdk/issues/28880)) ([4034adb](https://togithub.com/aws/aws-cdk/commit/4034adb5e4453435b959fde5eea16a7824f21e73))
- **batch:** add fargate Runtime Platform properties to ECS Fargate C… ([#28841](https://togithub.com/aws/aws-cdk/issues/28841)) ([ac8251f](https://togithub.com/aws/aws-cdk/commit/ac8251fcdb8b5cc26d917c6d4a95e5eb3ccb2316)), closes [#26484](https://togithub.com/aws/aws-cdk/issues/26484)
- **CLI:** Diff Supports Import Change Sets ([#28787](https://togithub.com/aws/aws-cdk/issues/28787)) ([d973615](https://togithub.com/aws/aws-cdk/commit/d97361519bfb6a3ebb53939b1e7da4db0a507dee)), closes [#28336](https://togithub.com/aws/aws-cdk/issues/28336)
- **cloudfront:** retrieve default distribution metrics ([#28894](https://togithub.com/aws/aws-cdk/issues/28894)) ([8e115db](https://togithub.com/aws/aws-cdk/commit/8e115dbca50479b619a3d8f79aad6bbf58f3a8fa)), closes [#28893](https://togithub.com/aws/aws-cdk/issues/28893)
- **cognito:** validate oidc provider name ([#28802](https://togithub.com/aws/aws-cdk/issues/28802)) ([534794c](https://togithub.com/aws/aws-cdk/commit/534794c900025b174825f82feb00671305555c0a)), closes [#28667](https://togithub.com/aws/aws-cdk/issues/28667)
- **sqs:** support for permission settings for dead letter source queues ([#28745](https://togithub.com/aws/aws-cdk/issues/28745)) ([9e21803](https://togithub.com/aws/aws-cdk/commit/9e21803b31e5df82f2abc7f6e7c7074a09ad7ed6)), closes [#19766](https://togithub.com/aws/aws-cdk/issues/19766)
##### Bug Fixes
- **stepfunctions-tasks:** mediapackagevod service generates wrong action in role policy ([#28775](https://togithub.com/aws/aws-cdk/issues/28775)) ([305dae0](https://togithub.com/aws/aws-cdk/commit/305dae0743d7bf283df6a2c54c0f1ed784a56432)), closes [#28774](https://togithub.com/aws/aws-cdk/issues/28774)
- revert deprecation of `logRetention` properties ([#28934](https://togithub.com/aws/aws-cdk/issues/28934)) ([f89a7d2](https://togithub.com/aws/aws-cdk/commit/f89a7d2256e16d8e508a050706041292c4457e3f)), closes [#28919](https://togithub.com/aws/aws-cdk/issues/28919)
- **apigatewayv2:** WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors ([#28921](https://togithub.com/aws/aws-cdk/issues/28921)) ([990ead3](https://togithub.com/aws/aws-cdk/commit/990ead35abdb8f4860280a3c75d923b1e5f5b1ba))
- **eks:** Could not use ec2 instance type and size that their names contains dashes ([#28040](https://togithub.com/aws/aws-cdk/issues/28040)) ([b32f47c](https://togithub.com/aws/aws-cdk/commit/b32f47cfd65a5288e7bc2cc5a8a1f8e5f59032f8)), closes [#27587](https://togithub.com/aws/aws-cdk/issues/27587)
***
#### Alpha modules (2.125.0-alpha.0)
##### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
- **integ-runner:** Parsing of the cli input caused arguments passed after the first instance `--language ` to be interpreted as a language as well. This prevented passing a test name after providing cli options. To overcome this limitation, `integ-runner` now requires an explicit `--language` option for each language you want to include: `integ-runner --language javascript --language python`. This was already documented that way and always the intended way to use this feature.
- **neptune-alpha:** Corrected LogRetention IDs for DatabaseCluster. Previously, regardless of the log type, the string ‘objectObject’ was always included, but after the correction, the log type is now included.
##### Features
- **app-staging-synthesizer-alpha:** encryption type for staging bucket ([#28903](https://togithub.com/aws/aws-cdk/issues/28903)) ([69f4b8d](https://togithub.com/aws/aws-cdk/commit/69f4b8d6560a293059b9e527be1fac6d1c70c971)), closes [#28815](https://togithub.com/aws/aws-cdk/issues/28815)
- **pipes:** EventBridge Pipes alpha module ([#28388](https://togithub.com/aws/aws-cdk/issues/28388)) ([2d9106b](https://togithub.com/aws/aws-cdk/commit/2d9106b7bd764a5bca33b7b5e3f3faffde726757)), closes [#23495](https://togithub.com/aws/aws-cdk/issues/23495)
##### Bug Fixes
- **integ-runner:** cannot pass test name after `--language` ([#28922](https://togithub.com/aws/aws-cdk/issues/28922)) ([f9fbbb4](https://togithub.com/aws/aws-cdk/commit/f9fbbb4bd3a3ff74c3a2b34ffa333ac4fa57de2b))
- **neptune-alpha:** multiple `cloudwatchLogsExports` cannot be set when configuring log retention ([#28643](https://togithub.com/aws/aws-cdk/issues/28643)) ([56794fc](https://togithub.com/aws/aws-cdk/commit/56794fc8a0f1f5d3c1ab29e3ee0a46b138895d32)), closes [#26295](https://togithub.com/aws/aws-cdk/issues/26295)
gradle/gradle (gradle)
### [`v8.6`](https://togithub.com/gradle/gradle/compare/v8.5.0...v8.6.0)
[Compare Source](https://togithub.com/gradle/gradle/compare/v8.5.0...v8.6.0)
selenide/selenide (com.codeborne:selenide)
### [`v7.0.6`](https://togithub.com/selenide/selenide/blob/HEAD/CHANGELOG.md#706-released-27012024)
- bump Appium java client from 9.0.0 to 9.1.0 ([#2623](https://togithub.com/selenide/selenide/issues/2623))
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.124.0
->2.126.0
8.5
->8.6
7.0.5
->7.0.6
2.124.0
->2.126.0
Release Notes
aws/aws-cdk (aws-cdk)
### [`v2.126.0`](https://togithub.com/aws/aws-cdk/releases/tag/v2.126.0) [Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.125.0...v2.126.0) ##### Features - **migrate:** Add CDK Migrate `--from-scan` functionality ([#28962](https://togithub.com/aws/aws-cdk/issues/28962)) ([bbc14b3](https://togithub.com/aws/aws-cdk/commit/bbc14b32801f103bc465fd910d507ffa0d06b7fe)) *** #### Alpha modules (2.126.0-alpha.0) ### [`v2.125.0`](https://togithub.com/aws/aws-cdk/releases/tag/v2.125.0) [Compare Source](https://togithub.com/aws/aws-cdk/compare/v2.124.0...v2.125.0) ##### Features - **applicationautoscaling:** validate `evaluationPeriods` and `datapointsToAlarm` for step scaling policy ([#28880](https://togithub.com/aws/aws-cdk/issues/28880)) ([4034adb](https://togithub.com/aws/aws-cdk/commit/4034adb5e4453435b959fde5eea16a7824f21e73)) - **batch:** add fargate Runtime Platform properties to ECS Fargate C… ([#28841](https://togithub.com/aws/aws-cdk/issues/28841)) ([ac8251f](https://togithub.com/aws/aws-cdk/commit/ac8251fcdb8b5cc26d917c6d4a95e5eb3ccb2316)), closes [#26484](https://togithub.com/aws/aws-cdk/issues/26484) - **CLI:** Diff Supports Import Change Sets ([#28787](https://togithub.com/aws/aws-cdk/issues/28787)) ([d973615](https://togithub.com/aws/aws-cdk/commit/d97361519bfb6a3ebb53939b1e7da4db0a507dee)), closes [#28336](https://togithub.com/aws/aws-cdk/issues/28336) - **cloudfront:** retrieve default distribution metrics ([#28894](https://togithub.com/aws/aws-cdk/issues/28894)) ([8e115db](https://togithub.com/aws/aws-cdk/commit/8e115dbca50479b619a3d8f79aad6bbf58f3a8fa)), closes [#28893](https://togithub.com/aws/aws-cdk/issues/28893) - **cognito:** validate oidc provider name ([#28802](https://togithub.com/aws/aws-cdk/issues/28802)) ([534794c](https://togithub.com/aws/aws-cdk/commit/534794c900025b174825f82feb00671305555c0a)), closes [#28667](https://togithub.com/aws/aws-cdk/issues/28667) - **sqs:** support for permission settings for dead letter source queues ([#28745](https://togithub.com/aws/aws-cdk/issues/28745)) ([9e21803](https://togithub.com/aws/aws-cdk/commit/9e21803b31e5df82f2abc7f6e7c7074a09ad7ed6)), closes [#19766](https://togithub.com/aws/aws-cdk/issues/19766) ##### Bug Fixes - **stepfunctions-tasks:** mediapackagevod service generates wrong action in role policy ([#28775](https://togithub.com/aws/aws-cdk/issues/28775)) ([305dae0](https://togithub.com/aws/aws-cdk/commit/305dae0743d7bf283df6a2c54c0f1ed784a56432)), closes [#28774](https://togithub.com/aws/aws-cdk/issues/28774) - revert deprecation of `logRetention` properties ([#28934](https://togithub.com/aws/aws-cdk/issues/28934)) ([f89a7d2](https://togithub.com/aws/aws-cdk/commit/f89a7d2256e16d8e508a050706041292c4457e3f)), closes [#28919](https://togithub.com/aws/aws-cdk/issues/28919) - **apigatewayv2:** WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors ([#28921](https://togithub.com/aws/aws-cdk/issues/28921)) ([990ead3](https://togithub.com/aws/aws-cdk/commit/990ead35abdb8f4860280a3c75d923b1e5f5b1ba)) - **eks:** Could not use ec2 instance type and size that their names contains dashes ([#28040](https://togithub.com/aws/aws-cdk/issues/28040)) ([b32f47c](https://togithub.com/aws/aws-cdk/commit/b32f47cfd65a5288e7bc2cc5a8a1f8e5f59032f8)), closes [#27587](https://togithub.com/aws/aws-cdk/issues/27587) *** #### Alpha modules (2.125.0-alpha.0) ##### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES - **integ-runner:** Parsing of the cli input caused arguments passed after the first instance `--languagegradle/gradle (gradle)
### [`v8.6`](https://togithub.com/gradle/gradle/compare/v8.5.0...v8.6.0) [Compare Source](https://togithub.com/gradle/gradle/compare/v8.5.0...v8.6.0)selenide/selenide (com.codeborne:selenide)
### [`v7.0.6`](https://togithub.com/selenide/selenide/blob/HEAD/CHANGELOG.md#706-released-27012024) - bump Appium java client from 9.0.0 to 9.1.0 ([#2623](https://togithub.com/selenide/selenide/issues/2623))Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.