Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the gradle-updates group with 2 updates: aws.sdk.kotlin:bom and com.diffplug.spotless.

Updates aws.sdk.kotlin:bom from 1.3.110 to 1.4.2

Release notes

Sourced from aws.sdk.kotlin:bom's releases.

v1.4.2

[1.4.2] - 01/17/2025

Features

  • (bedrockruntime) Allow hyphens in tool name for Converse and ConverseStream APIs
  • (ec2) Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
  • (notifications) Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
  • Add auth token generator for RDS and DSQL

Documentation

  • (detective) Doc only update for Detective documentation.
  • (sagemaker) Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"

v1.4.1

[1.4.1] - 01/16/2025

Features

  • (sagemaker) Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering

Documentation

  • (ecs) The release addresses Amazon ECS documentation tickets.

v1.4.0

[1.4.0] - 01/15/2025

Features

  • (bedrockagentruntime) Now supports streaming for inline agents.
  • (cognitoidentity) corrects the dual-stack endpoint configuration
  • (partnercentralselling) Add Tagging support for ResourceSnapshotJob resources
  • (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.
  • (securityir) Increase minimum length of Threat Actor IP 'userAgent' to 1.
  • (sesv2) This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
  • (workspaces) Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
  • (workspacesthinclient) Mark type in MaintenanceWindow as required.
  • ⚠️ IMPORTANT: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default varies by SDK (CRC32 or CRC64, CRC32 for the Kotlin SDK). Checksum calculation behavior can be configured using when_supported and when_required options - in code using requestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using when_supported and when_required options - in code using responseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.

Fixes

  • #1321 Include more information when retry strategy halts early due to token bucket capacity errors

Documentation

  • (apigateway) Documentation updates for Amazon API Gateway

Miscellaneous

  • The order of credentials resolution in the credentials provider chain has been updated to: system properties, environment variables, web identity tokens, profile, ECS, EC2
  • ⚠️ IMPORTANT: Upgrade to Kotlin 2.1.0
  • The order of credentials resolution in config files has been updated to: static credentials, assume role with source profile OR assume role with named provider, web identity token, SSO session, legacy SSO, process

v1.3.112

[1.3.112] - 01/14/2025

... (truncated)

Changelog

Sourced from aws.sdk.kotlin:bom's changelog.

[1.4.2] - 01/17/2025

Features

  • (bedrockruntime) Allow hyphens in tool name for Converse and ConverseStream APIs
  • (ec2) Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
  • (notifications) Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
  • Add auth token generator for RDS and DSQL

Documentation

  • (detective) Doc only update for Detective documentation.
  • (sagemaker) Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"

[1.4.1] - 01/16/2025

Features

  • (sagemaker) Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering

Documentation

  • (ecs) The release addresses Amazon ECS documentation tickets.

[1.4.0] - 01/15/2025

Features

  • (bedrockagentruntime) Now supports streaming for inline agents.
  • (cognitoidentity) corrects the dual-stack endpoint configuration
  • (partnercentralselling) Add Tagging support for ResourceSnapshotJob resources
  • (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.
  • (securityir) Increase minimum length of Threat Actor IP 'userAgent' to 1.
  • (sesv2) This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
  • (workspaces) Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
  • (workspacesthinclient) Mark type in MaintenanceWindow as required.
  • ⚠️ IMPORTANT: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default varies by SDK (CRC32 or CRC64, CRC32 for the Kotlin SDK). Checksum calculation behavior can be configured using when_supported and when_required options - in code using requestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured using when_supported and when_required options - in code using responseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.

Fixes

  • #1321 Include more information when retry strategy halts early due to token bucket capacity errors

Documentation

  • (apigateway) Documentation updates for Amazon API Gateway

Miscellaneous

  • The order of credentials resolution in the credentials provider chain has been updated to: system properties, environment variables, web identity tokens, profile, ECS, EC2
  • ⚠️ IMPORTANT: Upgrade to Kotlin 2.1.0
  • The order of credentials resolution in config files has been updated to: static credentials, assume role with source profile OR assume role with named provider, web identity token, SSO session, legacy SSO, process

[1.3.112] - 01/14/2025

Features

  • (gamelift) Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.
  • (route53) Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region

... (truncated)

Commits
  • 04fe7ab chore: release 1.4.2
  • c5e26ed feat: update AWS service endpoints metadata
  • c6045e3 feat: update AWS API models
  • 05881f1 fix: enable disabled s3 e2e tests & update tests after default checksums (#1505)
  • 580f5ab feat: add auth token generators for RDS and DSQL (#1495)
  • 99ddf1e chore: bump snapshot version to 1.4.2-SNAPSHOT
  • 55a02f8 chore: release 1.4.1
  • 6d624a6 Update partitions file
  • c2551d9 feat: update AWS service endpoints metadata
  • 8bcddaf feat: update AWS API models
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 7.0.1 to 7.0.2

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 gradle-updates group with 2 updates: [aws.sdk.kotlin:bom](https://github.com/awslabs/aws-sdk-kotlin) and com.diffplug.spotless.


Updates `aws.sdk.kotlin:bom` from 1.3.110 to 1.4.2
- [Release notes](https://github.com/awslabs/aws-sdk-kotlin/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-kotlin/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-kotlin@v1.3.110...v1.4.2)

Updates `com.diffplug.spotless` from 7.0.1 to 7.0.2

---
updated-dependencies:
- dependency-name: aws.sdk.kotlin:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 20, 2025
@dependabot dependabot bot requested a review from cloudshiftchris January 20, 2025 14:37
@cloudshiftchris cloudshiftchris merged commit a14ecf9 into main Jan 20, 2025
1 of 2 checks passed
@cloudshiftchris cloudshiftchris deleted the dependabot/gradle/gradle-updates-ab491fea31 branch January 20, 2025 15:10
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants