Skip to content

Commit

Permalink
Bumping version to 1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 22, 2021
1 parent 52eb8b4 commit e068dcc
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-databrew-7453.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-87887.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elbv2-78303.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-56813.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qldb-92976.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-73017.json

This file was deleted.

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 e068dcc

Please sign in to comment.