Skip to content

Commit 8b10200

Browse files
committed
Merge branch 'master' into feature/master/sqs-batch-manager
2 parents bff5b97 + 82046bf commit 8b10200

File tree

524 files changed

+5147
-1097
lines changed

Some content is hidden

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

524 files changed

+5147
-1097
lines changed

.changes/2.27.16.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.27.16",
3+
"date": "2024-08-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Step Functions",
8+
"contributor": "",
9+
"description": "This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS WAFV2",
14+
"contributor": "",
15+
"description": "The minimum request rate for a rate-based rule is now 10. Before this, it was 100."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Agents for Amazon Bedrock Runtime",
20+
"contributor": "",
21+
"description": "Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Bedrock Runtime",
26+
"contributor": "",
27+
"description": "Add support for imported-model in invokeModel and InvokeModelWithResponseStream."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Personalize",
32+
"contributor": "",
33+
"description": "This releases ability to update automatic training scheduler for customer solutions"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon QuickSight",
38+
"contributor": "",
39+
"description": "Increased Character Limit for Dataset Calculation Field expressions"
40+
}
41+
]
42+
}

.changes/2.27.17.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.27.17",
3+
"date": "2024-08-30",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Backup",
8+
"contributor": "",
9+
"description": "The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon CloudWatch Logs",
14+
"contributor": "",
15+
"description": "This release introduces a new optional parameter: Entity, in PutLogEvents request"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon DataZone",
20+
"contributor": "",
21+
"description": "Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Redshift Data API Service",
26+
"contributor": "",
27+
"description": "The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Updated endpoint and partition metadata."
34+
}
35+
]
36+
}

.changes/2.27.18.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.27.18",
3+
"date": "2024-09-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Elemental MediaLive",
8+
"contributor": "",
9+
"description": "Added MinQP as a Rate Control option for H264 and H265 encodes."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS MediaConnect",
14+
"contributor": "",
15+
"description": "AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Connect Service",
20+
"contributor": "",
21+
"description": "Release ReplicaConfiguration as part of DescribeInstance"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon DataZone",
26+
"contributor": "",
27+
"description": "Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon SageMaker Service",
32+
"contributor": "",
33+
"description": "Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Elastic Load Balancing",
38+
"contributor": "",
39+
"description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Timestream InfluxDB",
44+
"contributor": "",
45+
"description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API."
46+
}
47+
]
48+
}

.changes/2.27.19.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.27.19",
3+
"date": "2024-09-04",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "anirudh9391",
9+
"description": "Introduce a new method to transform input to be able to perform update operations on nested DynamoDB object attributes."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS AppSync",
14+
"contributor": "",
15+
"description": "Adds new logging levels (INFO and DEBUG) for additional log output control"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Fault Injection Simulator",
20+
"contributor": "",
21+
"description": "This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS S3 Control",
26+
"contributor": "",
27+
"description": "Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Agents for Amazon Bedrock",
32+
"contributor": "",
33+
"description": "Add support for user metadata inside PromptVariant."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon CloudWatch Logs",
38+
"contributor": "",
39+
"description": "Update to support new APIs for delivery of logs from AWS services."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "DynamoDB Enhanced Client",
44+
"contributor": "shetsa-amzn",
45+
"description": "Adding support for Select in ScanEnhancedRequest"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "FinSpace User Environment Management service",
50+
"contributor": "",
51+
"description": "Updates Finspace documentation for smaller instances."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
}
59+
]
60+
}

.changes/2.27.20.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.27.20",
3+
"date": "2024-09-05",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CodePipeline",
8+
"contributor": "",
9+
"description": "Updates to add recent notes to APIs and to replace example S3 bucket names globally."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon CloudWatch Application Signals",
14+
"contributor": "",
15+
"description": "Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Connect Service",
20+
"contributor": "",
21+
"description": "Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines)."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon GameLift",
26+
"contributor": "",
27+
"description": "Amazon GameLift provides additional events for tracking the fleet creation process."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Kinesis Analytics",
32+
"contributor": "",
33+
"description": "Support for Flink 1.20 in Managed Service for Apache Flink"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon SageMaker Service",
38+
"contributor": "",
39+
"description": "Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio."
40+
}
41+
]
42+
}

CHANGELOG.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,146 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.27.20__ __2024-09-05__
3+
## __AWS CodePipeline__
4+
- ### Features
5+
- Updates to add recent notes to APIs and to replace example S3 bucket names globally.
6+
7+
## __Amazon CloudWatch Application Signals__
8+
- ### Features
9+
- Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
10+
11+
## __Amazon Connect Service__
12+
- ### Features
13+
- Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
14+
15+
## __Amazon GameLift__
16+
- ### Features
17+
- Amazon GameLift provides additional events for tracking the fleet creation process.
18+
19+
## __Amazon Kinesis Analytics__
20+
- ### Features
21+
- Support for Flink 1.20 in Managed Service for Apache Flink
22+
23+
## __Amazon SageMaker Service__
24+
- ### Features
25+
- Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.
26+
27+
# __2.27.19__ __2024-09-04__
28+
## __AWS AppSync__
29+
- ### Features
30+
- Adds new logging levels (INFO and DEBUG) for additional log output control
31+
32+
## __AWS Fault Injection Simulator__
33+
- ### Features
34+
- This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting.
35+
36+
## __AWS S3 Control__
37+
- ### Features
38+
- Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants.
39+
40+
## __AWS SDK for Java v2__
41+
- ### Features
42+
- Updated endpoint and partition metadata.
43+
44+
- ### Bugfixes
45+
- Introduce a new method to transform input to be able to perform update operations on nested DynamoDB object attributes.
46+
- Contributed by: [@anirudh9391](https://github.com/anirudh9391)
47+
48+
## __Agents for Amazon Bedrock__
49+
- ### Features
50+
- Add support for user metadata inside PromptVariant.
51+
52+
## __Amazon CloudWatch Logs__
53+
- ### Features
54+
- Update to support new APIs for delivery of logs from AWS services.
55+
56+
## __DynamoDB Enhanced Client__
57+
- ### Features
58+
- Adding support for Select in ScanEnhancedRequest
59+
- Contributed by: [@shetsa-amzn](https://github.com/shetsa-amzn)
60+
61+
## __FinSpace User Environment Management service__
62+
- ### Features
63+
- Updates Finspace documentation for smaller instances.
64+
65+
## __Contributors__
66+
Special thanks to the following contributors to this release:
67+
68+
[@shetsa-amzn](https://github.com/shetsa-amzn), [@anirudh9391](https://github.com/anirudh9391)
69+
# __2.27.18__ __2024-09-03__
70+
## __AWS Elemental MediaLive__
71+
- ### Features
72+
- Added MinQP as a Rate Control option for H264 and H265 encodes.
73+
74+
## __AWS MediaConnect__
75+
- ### Features
76+
- AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
77+
78+
## __Amazon Connect Service__
79+
- ### Features
80+
- Release ReplicaConfiguration as part of DescribeInstance
81+
82+
## __Amazon DataZone__
83+
- ### Features
84+
- Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
85+
86+
## __Amazon SageMaker Service__
87+
- ### Features
88+
- Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
89+
90+
## __Elastic Load Balancing__
91+
- ### Features
92+
- This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
93+
94+
## __Timestream InfluxDB__
95+
- ### Features
96+
- Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.
97+
98+
# __2.27.17__ __2024-08-30__
99+
## __AWS Backup__
100+
- ### Features
101+
- The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
102+
103+
## __AWS SDK for Java v2__
104+
- ### Features
105+
- Updated endpoint and partition metadata.
106+
107+
## __Amazon CloudWatch Logs__
108+
- ### Features
109+
- This release introduces a new optional parameter: Entity, in PutLogEvents request
110+
111+
## __Amazon DataZone__
112+
- ### Features
113+
- Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
114+
115+
## __Redshift Data API Service__
116+
- ### Features
117+
- The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`
118+
119+
# __2.27.16__ __2024-08-29__
120+
## __AWS Step Functions__
121+
- ### Features
122+
- This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
123+
124+
## __AWS WAFV2__
125+
- ### Features
126+
- The minimum request rate for a rate-based rule is now 10. Before this, it was 100.
127+
128+
## __Agents for Amazon Bedrock Runtime__
129+
- ### Features
130+
- Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
131+
132+
## __Amazon Bedrock Runtime__
133+
- ### Features
134+
- Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
135+
136+
## __Amazon Personalize__
137+
- ### Features
138+
- This releases ability to update automatic training scheduler for customer solutions
139+
140+
## __Amazon QuickSight__
141+
- ### Features
142+
- Increased Character Limit for Dataset Calculation Field expressions
143+
2144
# __2.27.15__ __2024-08-28__
3145
## __AWS Device Farm__
4146
- ### Features

0 commit comments

Comments
 (0)