You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.40.5:
Bumping version to 1.40.5
Update changelog based on model updates
Only run stale actions for upstream (#9464)
Skip bundled installer tests on pushes to develop (#9471)
"description": "You can now specify a cross region inference profile as a teacher model for the CreateModelCustomizationJob API. Additionally, the GetModelCustomizationJob API has been enhanced to return the sub-task statuses of a customization job within the StatusDetails response field.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``bedrock-agent``",
9
+
"description": "Features: Add inline code node to prompt flow",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``bedrock-agent-runtime``",
14
+
"description": "Support for Custom Orchestration within InlineAgents",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``cleanrooms``",
19
+
"description": "This release adds support for ProtectedQuery results to be delivered to more than one collaboration member via the new distribute output configuration in StartProtectedQuery.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``deadline``",
24
+
"description": "Adds support for tag management on workers and tag inheritance from fleets to their associated workers.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``ec2``",
29
+
"description": "Launch of cost distribution feature for IPAM owners to distribute costs to internal teams.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``ecr``",
34
+
"description": "Adds dualstack support for Amazon Elastic Container Registry (Amazon ECR).",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``ecr-public``",
39
+
"description": "Adds dualstack support for Amazon Elastic Container Registry Public (Amazon ECR Public).",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``logs``",
44
+
"description": "CloudWatch Logs supports \"DELIVERY\" log class. This log class is used only for delivering AWS Lambda logs to Amazon S3 or Amazon Data Firehose.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``mailmanager``",
49
+
"description": "Introducing new RuleSet rule PublishToSns action, which allows customers to publish email notifications to an Amazon SNS topic. New PublishToSns action enables customers to easily integrate their email workflows via Amazon SNS, allowing them to notify other systems about important email events.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+15
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.40.5
6
+
======
7
+
8
+
* api-change:``bedrock``: You can now specify a cross region inference profile as a teacher model for the CreateModelCustomizationJob API. Additionally, the GetModelCustomizationJob API has been enhanced to return the sub-task statuses of a customization job within the StatusDetails response field.
9
+
* api-change:``bedrock-agent``: Features: Add inline code node to prompt flow
10
+
* api-change:``bedrock-agent-runtime``: Support for Custom Orchestration within InlineAgents
11
+
* api-change:``cleanrooms``: This release adds support for ProtectedQuery results to be delivered to more than one collaboration member via the new distribute output configuration in StartProtectedQuery.
12
+
* api-change:``deadline``: Adds support for tag management on workers and tag inheritance from fleets to their associated workers.
13
+
* api-change:``ec2``: Launch of cost distribution feature for IPAM owners to distribute costs to internal teams.
14
+
* api-change:``ecr``: Adds dualstack support for Amazon Elastic Container Registry (Amazon ECR).
15
+
* api-change:``ecr-public``: Adds dualstack support for Amazon Elastic Container Registry Public (Amazon ECR Public).
16
+
* api-change:``logs``: CloudWatch Logs supports "DELIVERY" log class. This log class is used only for delivering AWS Lambda logs to Amazon S3 or Amazon Data Firehose.
17
+
* api-change:``mailmanager``: Introducing new RuleSet rule PublishToSns action, which allows customers to publish email notifications to an Amazon SNS topic. New PublishToSns action enables customers to easily integrate their email workflows via Amazon SNS, allowing them to notify other systems about important email events.
0 commit comments