Skip to content

Commit 5512867

Browse files
chore: release 1.4.0
1 parent 8d3c95c commit 5512867

7 files changed

+25
-33
lines changed

.changes/0833e425-f3e6-4bea-a4ce-c2b73f7f39b6.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/0b5b53ab-70c0-4c1b-a445-8663ae86d6d1.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/3339e5cc-978c-4941-a975-6c0c82d6426f.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/99a099e1-26c1-4ba1-b0d3-435609ea4e94.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/ab40d3c7-4701-47ee-87f5-985d68db8b7f.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.4.0] - 01/15/2025
4+
5+
### Features
6+
* (**bedrockagentruntime**) Now supports streaming for inline agents.
7+
* (**cognitoidentity**) corrects the dual-stack endpoint configuration
8+
* (**partnercentralselling**) Add Tagging support for ResourceSnapshotJob resources
9+
* (**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.
10+
* (**securityir**) Increase minimum length of Threat Actor IP 'userAgent' to 1.
11+
* (**sesv2**) This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
12+
* (**workspaces**) Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
13+
* (**workspacesthinclient**) Mark type in MaintenanceWindow as required.
14+
* ⚠️ **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.
15+
16+
### Fixes
17+
* [#1321](https://github.com/awslabs/aws-sdk-kotlin/issues/1321) Include more information when retry strategy halts early due to token bucket capacity errors
18+
19+
### Documentation
20+
* (**apigateway**) Documentation updates for Amazon API Gateway
21+
22+
### Miscellaneous
23+
* The order of credentials resolution in the credentials provider chain has been updated to: system properties, environment variables, web identity tokens, profile, ECS, EC2
24+
* ⚠️ **IMPORTANT**: Upgrade to Kotlin 2.1.0
25+
* 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
26+
327
## [1.3.112] - 01/14/2025
428

529
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.3.113-SNAPSHOT
9+
sdkVersion=1.4.0
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)