Skip to content

Commit d84f900

Browse files
committed
merge main
2 parents 5ef76ef + fe9ce45 commit d84f900

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+10492
-1456
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
4343
- name: Save Test Reports
4444
if: failure()
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: test-reports
4848
path: '**/build/reports'
@@ -80,7 +80,7 @@ jobs:
8080
./gradlew testAllProtocols
8181
- name: Save Test Reports
8282
if: failure()
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: test-reports
8686
path: '**/build/reports'

CHANGELOG.md

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

3+
## [1.4.9] - 01/29/2025
4+
5+
### Features
6+
* (**bcmpricingcalculator**) Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.
7+
* (**ecr**) Add support for Dualstack and Dualstack-with-FIPS Endpoints
8+
* (**ecrpublic**) Add support for Dualstack Endpoints
9+
* (**mailmanager**) This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
10+
* (**s3**) Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
11+
* (**transcribestreaming**) This release adds support for AWS HealthScribe Streaming APIs within Amazon Transcribe.
12+
13+
### Fixes
14+
* Upgrade **smithy-kotlin** version to pick up fixes for header signing
15+
16+
## [1.4.8] - 01/28/2025
17+
18+
### Features
19+
* (**appsync**) Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate response
20+
* (**datasync**) AWS DataSync now supports the Kerberos authentication protocol for SMB locations.
21+
* (**deadline**) feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a job
22+
* (**ec2**) This release changes the CreateFleet CLI and SDK's such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
23+
* (**firehose**) For AppendOnly streams, Firehose will automatically scale to match your throughput.
24+
* (**timestreaminfluxdb**) Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance
25+
26+
## [1.4.7] - 01/27/2025
27+
28+
### Features
29+
* (**bedrockagent**) Add support for the prompt caching feature for Bedrock Prompt Management
30+
* (**iot**) Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.
31+
* (**mediaconvert**) This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes.
32+
* (**s3control**) Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations
33+
34+
## [1.4.6] - 01/24/2025
35+
36+
### Features
37+
* (**cloudtrail**) This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.
38+
* (**eks**) Adds support for UpdateStrategies in EKS Managed Node Groups.
39+
* (**healthlake**) Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
40+
* (**transfer**) Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.
41+
42+
### Documentation
43+
* (**ssm**) Systems Manager doc-only update for January, 2025.
44+
* (**ssooidc**) Fixed typos in the descriptions.
45+
46+
## [1.4.5] - 01/23/2025
47+
48+
### Features
49+
* (**ec2**) Added "future" allocation type for future dated capacity reservation
50+
51+
## [1.4.4] - 01/22/2025
52+
53+
### Features
54+
* (**bedrockagentruntime**) Adds multi-turn input support for an Agent node in an Amazon Bedrock Flow
55+
* (**medialive**) AWS Elemental MediaLive adds a new feature, ID3 segment tagging, in CMAF Ingest output groups. It allows customers to insert ID3 tags into every output segment, controlled by a newly added channel schedule action Id3SegmentTagging.
56+
57+
### Documentation
58+
* (**glue**) Docs Update for timeout changes
59+
* (**workspacesthinclient**) Rename WorkSpaces Web to WorkSpaces Secure Browser
60+
61+
## [1.4.3] - 01/21/2025
62+
63+
### Features
64+
* (**cognitoidentityprovider**) corrects the dual-stack endpoint configuration for cognitoidp
65+
* (**connect**) Added DeleteContactFlowVersion API and the CAMPAIGN flow type
66+
* (**emrserverless**) Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
67+
* (**iotsitewise**) AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
68+
* (**quicksight**) Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting.
69+
70+
### Documentation
71+
* (**batch**) Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
72+
* (**cloudwatchlogs**) Documentation-only update to address doc errors
73+
* (**sns**) This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.
74+
75+
## [1.4.2] - 01/17/2025
76+
77+
### Features
78+
* (**bedrockruntime**) Allow hyphens in tool name for Converse and ConverseStream APIs
79+
* (**ec2**) Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
80+
* (**notifications**) Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
81+
* Add auth token generator for RDS and DSQL
82+
83+
### Documentation
84+
* (**detective**) Doc only update for Detective documentation.
85+
* (**sagemaker**) Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
86+
87+
## [1.4.1] - 01/16/2025
88+
89+
### Features
90+
* (**sagemaker**) Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering
91+
92+
### Documentation
93+
* (**ecs**) The release addresses Amazon ECS documentation tickets.
94+
395
## [1.4.0] - 01/15/2025
496

597
### Features

0 commit comments

Comments
 (0)