Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2025

Bumps @aws-sdk/client-s3 from 3.943.0 to 3.953.0.

Release notes

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

v3.953.0

3.953.0(2025-12-16)

Chores
New Features
  • clients:
    • update client endpoints as of 2025-12-16 (5c0fba3d)
    • allow protocol selection by class constructor (#7568) (5c5fd2e6)
  • client-iot: Add support for dynamic payloads in IoT Device Management Commands (991cba08)
  • client-timestream-influxdb: This release adds support for rebooting InfluxDB DbInstances and DbClusters (a8b712bb)

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

v3.952.0

3.952.0(2025-12-15)

Chores
Documentation Changes
  • client-bedrock-agentcore-control: This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources. (6207cfae)
New Features
  • client-service-quotas: Add support for SQ Dashboard Api (bcc5261c)
  • client-entityresolution: Support Customer Profiles Integration for AWS Entity Resolution (32903b15)
  • client-health: Updating Health API endpoint generation for dualstack only regions (c8be328f)
  • client-s3: This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations. (55955e01)
  • client-ec2: EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units. (f5db7c3c)
  • client-cloudwatch-logs: This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place. (23d7db9d)
  • client-route53resolver: Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance. (93737551)
  • client-glacier: Documentation updates for Amazon Glacier's maintenance mode (069dcf44)
  • client-connect: Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time. (c9b56eb0)
  • client-mediatailor: Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations. (d0aae6dd)
Bug Fixes
  • client-sts: warn sts default region only when used (#7579) (6512de50)
  • credential-provider-ini: pass requestHandler from client to login provider (#7577) (a0bd362c)

... (truncated)

Changelog

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

3.953.0 (2025-12-16)

Features

  • clients: allow protocol selection by class constructor (#7568) (5c5fd2e)

3.952.0 (2025-12-15)

Features

  • client-s3: This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations. (55955e0)

3.948.0 (2025-12-09)

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

3.947.0 (2025-12-08)

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

3.946.0 (2025-12-05)

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

Commits
  • 09e0721 Publish v3.953.0
  • 5c5fd2e feat(clients): allow protocol selection by class constructor (#7568)
  • 4359e40 chore: build cjs rollup without typescript (#7580)
  • 3870229 Publish v3.952.0
  • 55955e0 feat(client-s3): This release adds support for the new optional field 'Lifecy...
  • c6e71bf Publish v3.948.0
  • 656bd00 Publish v3.947.0
  • 731dbfe chore(codegen): service closure knowledge index (#7554)
  • 309a20f Publish v3.946.0
  • da6eee7 chore(codegen): sync for typescript formatting (#7546)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
  • @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)
  • @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)

Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.943.0 to 3.953.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.953.0/clients/client-s3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2025 21:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2025
@matt-condon matt-condon merged commit bb4ec38 into main Dec 18, 2025
10 checks passed
@matt-condon matt-condon deleted the dependabot/npm_and_yarn/aws-sdk/client-s3-3.953.0 branch December 18, 2025 09:36
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.

2 participants