Skip to content

Commit e9c71e1

Browse files
Bumping version to 1.43.10
1 parent 7fcec45 commit e9c71e1

11 files changed

Lines changed: 52 additions & 38 deletions

.changes/1.43.10.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``accessanalyzer``",
4+
"description": "Services manage service-linked analyzers through dedicated APIs - CreateServiceLinkedAnalyzer and DeleteServiceLinkedAnalyzer that separate service-linked specific operations from customer-managed operations. It also shows up in ListAnalyzers and GetAnalyzer responses.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "Amazon Connect Cases now supports SLA durations of up to 2 years (1,051,200 minutes), increased from the previous maximum of 90 days (129,600 minutes). This enables you to track long-running service level agreements for cases that require extended resolution timelines.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "Amazon VPC IP Address Manager (IPAM) now supports tags on IPAM pool allocations, enabling all standard tagging features for allocations including tag-on-create.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "Amazon ECS now supports Pause lifecycle hooks for service deployments, allowing customers to automatically pause deployments at specified stages and use the new ContinueServiceDeployment API to continue or roll back with confidence.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``evs``",
24+
"description": "Amazon EVS now supports up to 32 hosts per EVS environment, increasing the previous host limit to allow a larger scale of VMware workload deployments and reduce operational overhead.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ivs``",
29+
"description": "Adds support for up to 3 mediaTailorPlaybackConfiguration objects in an ad configuration resource",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``quicksight``",
34+
"description": "Support for dataset enrichment and geo spatial in new data preparation experience",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-accessanalyzer-46377.json

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

.changes/next-release/api-change-connect-53295.json

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

.changes/next-release/api-change-ec2-48092.json

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

.changes/next-release/api-change-ecs-71799.json

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

.changes/next-release/api-change-evs-13809.json

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

.changes/next-release/api-change-ivs-61334.json

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

.changes/next-release/api-change-quicksight-33121.json

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

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.43.10
6+
=======
7+
8+
* api-change:``accessanalyzer``: Services manage service-linked analyzers through dedicated APIs - CreateServiceLinkedAnalyzer and DeleteServiceLinkedAnalyzer that separate service-linked specific operations from customer-managed operations. It also shows up in ListAnalyzers and GetAnalyzer responses.
9+
* api-change:``connect``: Amazon Connect Cases now supports SLA durations of up to 2 years (1,051,200 minutes), increased from the previous maximum of 90 days (129,600 minutes). This enables you to track long-running service level agreements for cases that require extended resolution timelines.
10+
* api-change:``ec2``: Amazon VPC IP Address Manager (IPAM) now supports tags on IPAM pool allocations, enabling all standard tagging features for allocations including tag-on-create.
11+
* api-change:``ecs``: Amazon ECS now supports Pause lifecycle hooks for service deployments, allowing customers to automatically pause deployments at specified stages and use the new ContinueServiceDeployment API to continue or roll back with confidence.
12+
* api-change:``evs``: Amazon EVS now supports up to 32 hosts per EVS environment, increasing the previous host limit to allow a larger scale of VMware workload deployments and reduce operational overhead.
13+
* api-change:``ivs``: Adds support for up to 3 mediaTailorPlaybackConfiguration objects in an ad configuration resource
14+
* api-change:``quicksight``: Support for dataset enrichment and geo spatial in new data preparation experience
15+
16+
517
1.43.9
618
======
719

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.43.9'
20+
__version__ = '1.43.10'
2121

2222

2323
# Configure default logger to do nothing

0 commit comments

Comments
 (0)