Skip to content

chore(deps): bump @aws-sdk/client-ecs from 3.1070.0 to 3.1121.0 - #1327

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/aws-sdk/client-ecs-3.1107.0
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/aws-sdk/client-ecs-3.1107.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @aws-sdk/client-ecs from 3.1070.0 to 3.1121.0.

Release notes

Sourced from @​aws-sdk/client-ecs's releases.

v3.1121.0

3.1121.0(2026-08-28)

New Features
  • client-ecs: Amazon Elastic Container Service - This release adds support for early success criteria on ECS rolling deployments, letting deployment complete once a configurable percentage of tasks are healthy, with configurable BLOCKING (required) or DEFERRED (asynchronous) cleanup of previous service revisions. (ef22d750)
  • client-healthlake: New HealthLake API, RestoreFHIRDatastore, providing the capability to restore active datastores to a point in time within the last 30 days or recover a deleted datastore from the delete snapshot. (62491742)
  • client-bedrock-agentcore: AgentCore Memory now supports direct ingestion into long-term memory via IngestData API (20d652de)
  • client-partnercentral-selling: Releasing PARC, new APN Program that lets sellers add solftware revenue details to aws opportunity summary (2b6350f0)
  • client-cognito-identity-provider: Adds two new operations - GetClientToken which allows M2M auth through the SDK, and DescribeTermsByClient to find which Terms are associated with a user-pool client without knowing the Terms resource id. (86dffd28)
  • client-bedrock-agent: Adds an optional syncSchedule field to CreateDataSource and UpdateDataSource for Managed Knowledge Bases data source connectors, so a data source can sync automatically on a daily, weekly, or monthly schedule. (a8d3714a)

For list of updated packages, view updated-packages.md in assets-3.1121.0.zip

v3.1120.0

3.1120.0(2026-08-27)

Documentation Changes
  • client-opensearch: Updating SDK and CLI documentation for AttachDataSource API. (d696fe76)
New Features
  • client-lambda-microvms: Added InsufficientCapacityException to RunMicrovm for capacity-related failures. Added lifecycle status field (AVAILABLE, DEPRECATED) to ListManagedMicrovmImageVersions. Added ConflictException to CreateMicrovmAuthToken and CreateMicrovmShellAuthToken for unregistered MicroVMs. (72a8ff80)
  • client-codedeploy: Added a deploymentMode parameter to CreateDeployment. Set it to RESTART to restart an EC2 and on-premises fleet, using the last successful revision, honoring Deployment Configuration. (78d4f964)
  • client-cloudwatch-logs: Added resultCount to QueryStatistics in GetQueryResults. This field returns the total number of output rows in the final result set, helping customers programmatically determine whether a query produced results after all operations including post-aggregation filters. (0e4d242b)
  • client-datazone: Add cascadeDelete to DeleteDomain. When specified, DataZone recursively deletes all projects, environments, subscriptions, and their underlying AWS resources before removing the domain. Deletion progress is reported via deleteProgress and resource failures via failureReasons on GetDomain. (3a74dc4b)
  • client-rds: Adding support for the full snapshot size, in bytes, of DB instance snapshots. (ab2f66f5)
  • client-ec2: EC2 allows AMI owners to define compatible instance types on their AMIs, blocking RunInstances calls automatically for launches on non-permitted instance types. (311b3b26)
  • client-cognito-identity-provider: Adds the AdminDeleteSoftwareToken API operation, enabling administrators to remove a user's registered TOTP (software token) MFA configuration from a user pool. (f661bebc)

For list of updated packages, view updated-packages.md in assets-3.1120.0.zip

v3.1119.0

3.1119.0(2026-08-26)

Chores
  • codegen: smithy-aws-typescript-codegen 0.53.0 (#8276) (dffb383b)
New Features
  • client-sagemaker: Amazon SageMaker AI now supports ml.g7 instances for model optimization. You can now run model optimization jobs on ml.g7 instances, in supported AWS Regions. (6d5e1066)
  • client-devops-agent: AWS DevOps Agent now supports trigger filter groups for Release Readiness Review, letting you control when the capability auto-triggers based on webhook events and target branches. (bc3d53d5)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ecs's changelog.

3.1121.0 (2026-08-28)

Features

  • client-ecs: Amazon Elastic Container Service - This release adds support for early success criteria on ECS rolling deployments, letting deployment complete once a configurable percentage of tasks are healthy, with configurable BLOCKING (required) or DEFERRED (asynchronous) cleanup of previous service revisions. (ef22d75)

3.1120.0 (2026-08-27)

Note: Version bump only for package @​aws-sdk/client-ecs

3.1119.0 (2026-08-26)

Note: Version bump only for package @​aws-sdk/client-ecs

3.1118.0 (2026-08-25)

Note: Version bump only for package @​aws-sdk/client-ecs

3.1117.0 (2026-08-24)

Note: Version bump only for package @​aws-sdk/client-ecs

3.1116.0 (2026-08-21)

Note: Version bump only for package @​aws-sdk/client-ecs

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 14, 2026 13:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 14, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — routine Dependabot minor version bump for @aws-sdk/client-ecs, no code changes.

Extended reasoning...

Overview

This PR is an automated Dependabot dependency bump, updating @aws-sdk/client-ecs from 3.1041.0 to 3.1107.0 (and its transitive @aws-sdk/@smithy dependency tree) in package.json and package-lock.json. No application source files are touched.

Security risks

None identified. This is an official AWS SDK package moving forward ~66 minor versions within the same major version line. The changelog for the intervening releases (reviewed via the PR description) shows only new AWS API surface additions (new enum values, new fields for other unrelated service clients) and internal codegen/dependency chores — nothing indicating a breaking change or security-relevant behavior change to the ECS client surface used by this repo.

Level of scrutiny

Low. This is a mechanical, lockfile-driven version bump with no hand-written code changes, following an established and low-risk pattern (routine dependency maintenance). This class of change does not warrant blocking on human review.

Other factors

No CODEOWNERS-restricted files are touched, and there are no outstanding review comments on this PR. Dependabot-generated PRs of this kind are typically merged automatically after CI passes.

@coveralls

coveralls commented Aug 14, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 33755351048

Coverage remained the same at 82.009%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 13389
Covered Lines: 11425
Line Coverage: 85.33%
Relevant Branches: 7972
Covered Branches: 6093
Branch Coverage: 76.43%
Branches in Coverage %: Yes
Coverage Strength: 634.09 hits per line

💛 - Coveralls

@dependabot dependabot Bot changed the title chore(deps): bump @aws-sdk/client-ecs from 3.1041.0 to 3.1107.0 chore(deps): bump @aws-sdk/client-ecs from 3.1041.0 to 3.1111.0 Aug 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-sdk/client-ecs-3.1107.0 branch from 49636e7 to 0b5a0dc Compare August 19, 2026 14:22
Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.1070.0 to 3.1121.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1121.0/clients/client-ecs)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ecs"
  dependency-version: 3.1107.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @aws-sdk/client-ecs from 3.1041.0 to 3.1111.0 chore(deps): bump @aws-sdk/client-ecs from 3.1070.0 to 3.1121.0 Sep 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/aws-sdk/client-ecs-3.1107.0 branch from 0b5a0dc to 7a359f9 Compare September 3, 2026 12:27
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1412.

@dependabot dependabot Bot closed this Sep 18, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/aws-sdk/client-ecs-3.1107.0 branch September 18, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant