Skip to content

Commit

Permalink
Merge branch 'release-1.18.5' into develop
Browse files Browse the repository at this point in the history
* release-1.18.5:
  Bumping version to 1.18.5
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 22, 2021
2 parents e3bd2cf + e068dcc commit 908bf51
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.18.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``medialive``",
"description": "[``botocore``] MediaLive now supports passing through style data on WebVTT caption outputs.",
"type": "api-change"
},
{
"category": "``databrew``",
"description": "[``botocore``] This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "[``botocore``] Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Documentation updates for Amazon S3-control",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.",
"type": "api-change"
},
{
"category": "``qldb``",
"description": "[``botocore``] Amazon QLDB now supports ledgers encrypted with customer managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs to support the changes.",
"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.18.5
======

* api-change:``medialive``: [``botocore``] MediaLive now supports passing through style data on WebVTT caption outputs.
* api-change:``databrew``: [``botocore``] This SDK release adds two new features: 1) Output to Native JDBC destinations and 2) Adding configurations to profile jobs
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* api-change:``s3control``: [``botocore``] Documentation updates for Amazon S3-control
* api-change:``ec2``: [``botocore``] This release allows customers to assign prefixes to their elastic network interface and to reserve IP blocks in their subnet CIDRs. These reserved blocks can be used to assign prefixes to elastic network interfaces or be excluded from auto-assignment.
* api-change:``qldb``: [``botocore``] Amazon QLDB now supports ledgers encrypted with customer managed KMS keys. Changes in CreateLedger, UpdateLedger and DescribeLedger APIs to support the changes.


1.18.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.18.4'
__version__ = '1.18.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,6 +3,6 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.4,<1.22.0
botocore>=1.21.5,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.21.4,<1.22.0',
'botocore>=1.21.5,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 908bf51

Please sign in to comment.