Skip to content

Commit

Permalink
Merge branch 'release-1.19.5' into develop
Browse files Browse the repository at this point in the history
* release-1.19.5:
  Bumping version to 1.19.5
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 27, 2021
2 parents 371f6d3 + 6967a2d commit e25b889
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 13 deletions.
42 changes: 42 additions & 0 deletions .changes/1.19.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``autoscaling``",
"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.",
"type": "api-change"
},
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "Session",
"description": "Added `get_partition_for_region` to lookup partition for a given region_name",
"type": "enhancement"
},
{
"category": "``eks``",
"description": "[``botocore``] EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"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.",
"type": "api-change"
},
{
"category": "Session",
"description": "[``botocore``] Added `get_partition_for_region` allowing partition lookup by region name.",
"type": "enhancement"
},
{
"category": "``textract``",
"description": "[``botocore``] This release adds support for asynchronously analyzing invoice and receipt documents through two new APIs: StartExpenseAnalysis and GetExpenseAnalysis",
"type": "api-change"
},
{
"category": "``s3``",
"description": "TransferConfig now supports the `max_bandwidth` argument.",
"type": "enchancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enchancement-s3-6820.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Session-24336.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.19.5
======

* 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.
* 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.
* enhancement:Session: Added `get_partition_for_region` to lookup partition for a given region_name
* api-change:``eks``: [``botocore``] EKS managed node groups now support BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.
* 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.
* enhancement:Session: [``botocore``] Added `get_partition_for_region` allowing partition lookup by region name.
* api-change:``textract``: [``botocore``] This release adds support for asynchronously analyzing invoice and receipt documents through two new APIs: StartExpenseAnalysis and GetExpenseAnalysis
* enchancement:``s3``: TransferConfig now supports the `max_bandwidth` argument.


1.19.4
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.19.4'
__version__ = '1.19.5'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.22.4,<1.23.0
botocore>=1.22.5,<1.23.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.22.4,<1.23.0',
'botocore>=1.22.5,<1.23.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit e25b889

Please sign in to comment.