Skip to content

Commit 43a8076

Browse files
Bumping version to 1.19.6
1 parent 27de205 commit 43a8076

11 files changed

+46
-33
lines changed

.changes/1.19.6.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``gamelift``",
4+
"description": "[``botocore``] Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ecs``",
9+
"description": "[``botocore``] Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``sagemaker``",
14+
"description": "[``botocore``] This release adds support for RStudio on SageMaker.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connectparticipant``",
19+
"description": "[``botocore``] This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ec2``",
24+
"description": "[``botocore``] Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ssm-incidents``",
29+
"description": "[``botocore``] Updating documentation, adding new field to ConflictException to indicate earliest retry timestamp for some operations, increase maximum length of nextToken fields",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-connectparticipant-23832.json

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/api-change-gamelift-8806.json

-5
This file was deleted.

.changes/next-release/api-change-sagemaker-54729.json

-5
This file was deleted.

.changes/next-release/api-change-ssmincidents-87349.json

-5
This file was deleted.

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.19.6
6+
======
7+
8+
* api-change:``gamelift``: [``botocore``] Added support for Arm-based AWS Graviton2 instances, such as M6g, C6g, and R6g.
9+
* api-change:``ecs``: [``botocore``] Amazon ECS now supports running Fargate tasks on Windows Operating Systems Families which includes Windows Server 2019 Core and Windows Server 2019 Full.
10+
* api-change:``sagemaker``: [``botocore``] This release adds support for RStudio on SageMaker.
11+
* api-change:``connectparticipant``: [``botocore``] This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
12+
* api-change:``ec2``: [``botocore``] Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads
13+
* api-change:``ssm-incidents``: [``botocore``] Updating documentation, adding new field to ConflictException to indicate earliest retry timestamp for some operations, increase maximum length of nextToken fields
14+
15+
516
1.19.5
617
======
718

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.19.5'
21+
__version__ = '1.19.6'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.22.5,<1.23.0
6+
botocore>=1.22.6,<1.23.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.22.5,<1.23.0',
16+
'botocore>=1.22.6,<1.23.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)