Skip to content

Commit e25b889

Browse files
Merge branch 'release-1.19.5' into develop
* release-1.19.5: Bumping version to 1.19.5 Add changelog entries from botocore
2 parents 371f6d3 + 6967a2d commit e25b889

File tree

7 files changed

+58
-13
lines changed

7 files changed

+58
-13
lines changed

.changes/1.19.5.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``autoscaling``",
4+
"description": "[``botocore``] This release adds support for attribute-based instance type selection, a new EC2 Auto Scaling feature that lets customers express their instance requirements as a set of attributes, such as vCPU, memory, and storage.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "Session",
14+
"description": "Added `get_partition_for_region` to lookup partition for a given region_name",
15+
"type": "enhancement"
16+
},
17+
{
18+
"category": "``eks``",
19+
"description": "[``botocore``] EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "[``botocore``] This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "Session",
29+
"description": "[``botocore``] Added `get_partition_for_region` allowing partition lookup by region name.",
30+
"type": "enhancement"
31+
},
32+
{
33+
"category": "``textract``",
34+
"description": "[``botocore``] This release adds support for asynchronously analyzing invoice and receipt documents through two new APIs: StartExpenseAnalysis and GetExpenseAnalysis",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``s3``",
39+
"description": "TransferConfig now supports the `max_bandwidth` argument.",
40+
"type": "enchancement"
41+
}
42+
]

.changes/next-release/enchancement-s3-6820.json

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

.changes/next-release/enhancement-Session-24336.json

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

CHANGELOG.rst

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

5+
1.19.5
6+
======
7+
8+
* api-change:``autoscaling``: [``botocore``] This release adds support for attribute-based instance type selection, a new EC2 Auto Scaling feature that lets customers express their instance requirements as a set of attributes, such as vCPU, memory, and storage.
9+
* api-change:``ec2``: [``botocore``] This release adds: attribute-based instance type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express instance requirements as attributes like vCPU, memory, and storage; and Spot placement score, a feature that helps customers identify an optimal location to run Spot workloads.
10+
* enhancement:Session: Added `get_partition_for_region` to lookup partition for a given region_name
11+
* api-change:``eks``: [``botocore``] EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.
12+
* api-change:``sagemaker``: [``botocore``] This release allows customers to describe one or more versioned model packages through BatchDescribeModelPackage, update project via UpdateProject, modify and read customer metadata properties using Create, Update and Describe ModelPackage and enables cross account registration of model packages.
13+
* enhancement:Session: [``botocore``] Added `get_partition_for_region` allowing partition lookup by region name.
14+
* api-change:``textract``: [``botocore``] This release adds support for asynchronously analyzing invoice and receipt documents through two new APIs: StartExpenseAnalysis and GetExpenseAnalysis
15+
* enchancement:``s3``: TransferConfig now supports the `max_bandwidth` argument.
16+
17+
518
1.19.4
619
======
720

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

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

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.22.4,<1.23.0',
16+
'botocore>=1.22.5,<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)