Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the aws-sdk group across 1 directory with 4 updates #3084

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the aws-sdk group with 4 updates in the / directory: @aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/s3-request-presigner and @aws-sdk/client-ec2.

Updates @aws-sdk/client-s3 from 3.726.1 to 3.729.0

Release notes

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)
  • client-partnercentral-selling: Add Tagging support for ResourceSnapshotJob resources (482229be)
  • client-workspaces-thin-client: Mark type in MaintenanceWindow as required. (660165d6)
  • client-workspaces: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes. (07be2a0a)
  • client-sesv2: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities. (df283196)
  • client-cognito-identity: corrects the dual-stack endpoint configuration (b5c504b0)
Bug Fixes
  • lib-storage: set ChecksumAlgorithm when calling CreateMPU (#6802) (98ab4551)
  • crc64-nvme-crt: return checksum for empty string if called without data (#6798) (473f9495)
Tests
  • client-s3:
  • lib-storage: pass requestChecksumCalculation as WHEN_REQUIRED (#6800) (08cad710)

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

v3.728.0

3.728.0(2025-01-14)

New Features
  • clients: update client endpoints as of 2025-01-14 (bc95e486)

... (truncated)

Changelog

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

3.729.0 (2025-01-15)

Features

  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721)
Commits
  • 376b453 Publish v3.729.0
  • a550721 feat(client-s3): This change enhances integrity protections for new SDK reque...
  • e1dff72 test(client-s3): skip putObject blob body in browser (#6801)
  • c1a4254 test(client-s3): use chunk size of 8 KB (#6799)
  • See full diff in compare view

Updates @aws-sdk/lib-storage from 3.726.1 to 3.729.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)
  • client-partnercentral-selling: Add Tagging support for ResourceSnapshotJob resources (482229be)
  • client-workspaces-thin-client: Mark type in MaintenanceWindow as required. (660165d6)
  • client-workspaces: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes. (07be2a0a)
  • client-sesv2: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities. (df283196)
  • client-cognito-identity: corrects the dual-stack endpoint configuration (b5c504b0)
Bug Fixes
  • lib-storage: set ChecksumAlgorithm when calling CreateMPU (#6802) (98ab4551)
  • crc64-nvme-crt: return checksum for empty string if called without data (#6798) (473f9495)
Tests
  • client-s3:
  • lib-storage: pass requestChecksumCalculation as WHEN_REQUIRED (#6800) (08cad710)

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

v3.728.0

3.728.0(2025-01-14)

New Features
  • clients: update client endpoints as of 2025-01-14 (bc95e486)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.729.0 (2025-01-15)

Bug Fixes

  • lib-storage: set ChecksumAlgorithm when calling CreateMPU (#6802) (98ab455)
Commits
  • 376b453 Publish v3.729.0
  • 98ab455 fix(lib-storage): set ChecksumAlgorithm when calling CreateMPU (#6802)
  • 08cad71 test(lib-storage): pass requestChecksumCalculation as WHEN_REQUIRED (#6800)
  • See full diff in compare view

Updates @aws-sdk/s3-request-presigner from 3.726.1 to 3.729.0

Release notes

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)
  • client-partnercentral-selling: Add Tagging support for ResourceSnapshotJob resources (482229be)
  • client-workspaces-thin-client: Mark type in MaintenanceWindow as required. (660165d6)
  • client-workspaces: Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes. (07be2a0a)
  • client-sesv2: This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities. (df283196)
  • client-cognito-identity: corrects the dual-stack endpoint configuration (b5c504b0)
Bug Fixes
  • lib-storage: set ChecksumAlgorithm when calling CreateMPU (#6802) (98ab4551)
  • crc64-nvme-crt: return checksum for empty string if called without data (#6798) (473f9495)
Tests
  • client-s3:
  • lib-storage: pass requestChecksumCalculation as WHEN_REQUIRED (#6800) (08cad710)

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

v3.728.0

3.728.0(2025-01-14)

New Features
  • clients: update client endpoints as of 2025-01-14 (bc95e486)

... (truncated)

Changelog

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

3.729.0 (2025-01-15)

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

Commits

Updates @aws-sdk/client-ec2 from 3.726.1 to 3.727.0

Release notes

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

v3.727.0

3.727.0(2025-01-13)

Chores
New Features
  • clients: update client endpoints as of 2025-01-13 (9c24ef58)
  • client-kafkaconnect: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation. (281769a4)
  • client-artifact: Support resolving regional API calls to partition's leader region endpoint. (6b059f4c)
  • client-ec2: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses (9b98cefc)
  • client-transcribe: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories. (c23e1888)
  • client-bedrock: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models. (ae86950e)

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

Changelog

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

3.727.0 (2025-01-13)

Features

  • client-ec2: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses (9b98cef)
Commits
  • 9b3fa28 Publish v3.727.0
  • 9b98cef feat(client-ec2): Add support for DisconnectOnSessionTimeout flag in CreateCl...
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@aws-sdk/s3-request-presigner [>= 3.379.a, < 3.380]
@aws-sdk/client-s3 [>= 3.379.a, < 3.380]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-sdk group with 4 updates in the / directory: [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3), [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage), [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) and [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2).


Updates `@aws-sdk/client-s3` from 3.726.1 to 3.729.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.729.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.726.1 to 3.729.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.729.0/lib/lib-storage)

Updates `@aws-sdk/s3-request-presigner` from 3.726.1 to 3.729.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.729.0/packages/s3-request-presigner)

Updates `@aws-sdk/client-ec2` from 3.726.1 to 3.727.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-ec2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.727.0/clients/client-ec2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: "@aws-sdk/client-ec2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 16, 2025
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.

0 participants