Skip to content

Commit

Permalink
Merge branch 'release-1.22.9'
Browse files Browse the repository at this point in the history
* release-1.22.9:
  Bumping version to 1.22.9
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 6, 2022
2 parents a49109b + e208447 commit 577c4db
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.22.9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``rds``",
"description": "[``botocore``] Various documentation improvements.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "[``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Documentation updates for Security Hub API reference",
"type": "api-change"
},
{
"category": "``location``",
"description": "[``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.22.9
======

* api-change:``rds``: [``botocore``] Various documentation improvements.
* api-change:``redshift``: [``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.
* api-change:``ec2``: [``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools.
* api-change:``mediapackage``: [``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints.
* api-change:``securityhub``: [``botocore``] Documentation updates for Security Hub API reference
* api-change:``location``: [``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests.


1.22.8
======

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

__author__ = 'Amazon Web Services'
__version__ = '1.22.8'
__version__ = '1.22.9'


# 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.25.8,<1.26.0
botocore>=1.25.9,<1.26.0
jmespath>=0.7.1,<2.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.25.8,<1.26.0',
'botocore>=1.25.9,<1.26.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit 577c4db

Please sign in to comment.