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.43.0:
Bumping version to 1.43.0
Add changelog entries from botocore
Deprecate Python 3.9 support (#4770)
Remove CC-BY-NC-SA-4.0 license headers from docs files (#4778)
ci: group dependabot updates (#4777)
"description": "[``botocore``] Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``bedrock-agentcore``",
9
+
"description": "[``botocore``] Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``bedrock-agentcore-control``",
14
+
"description": "[``botocore``] Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``cloudfront``",
19
+
"description": "[``botocore``] Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``deadline``",
24
+
"description": "[``botocore``] Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``ecr``",
29
+
"description": "[``botocore``] Removes support for registry policy V1",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``gamelift``",
34
+
"description": "[``botocore``] Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute.",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``mediapackagev2``",
39
+
"description": "[``botocore``] This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``transfer``",
44
+
"description": "[``botocore``] This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``workspaces-web``",
49
+
"description": "[``botocore``] Allow admins to configure IPv6 ranges on IP Access Settings.",
50
+
"type": "api-change"
51
+
},
52
+
{
53
+
"category": "awscrt",
54
+
"description": "[``botocore``] Update awscrt version to 0.32.2",
55
+
"type": "enhancement"
56
+
},
57
+
{
58
+
"category": "Python",
59
+
"description": "[``botocore``] End of support for Python 3.9",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.43.0
6
+
======
7
+
8
+
* api-change:``account``: [``botocore``] Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.
9
+
* api-change:``bedrock-agentcore``: [``botocore``] Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting
10
+
* api-change:``bedrock-agentcore-control``: [``botocore``] Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage
11
+
* api-change:``cloudfront``: [``botocore``] Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards.
12
+
* api-change:``deadline``: [``botocore``] Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets.
13
+
* api-change:``ecr``: [``botocore``] Removes support for registry policy V1
14
+
* api-change:``gamelift``: [``botocore``] Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute.
15
+
* api-change:``mediapackagev2``: [``botocore``] This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs
16
+
* api-change:``transfer``: [``botocore``] This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.
17
+
* api-change:``workspaces-web``: [``botocore``] Allow admins to configure IPv6 ranges on IP Access Settings.
18
+
* enhancement:awscrt: [``botocore``] Update awscrt version to 0.32.2
19
+
* feature:Python: [``botocore``] End of support for Python 3.9
0 commit comments