Skip to content

Commit

Permalink
Bumping version to 1.18.59
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 11, 2021
1 parent a523e99 commit 10e7d95
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.18.59.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``elbv2``",
"description": "[``botocore``] Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "Signing",
"description": "[``botocore``] SigV4QueryAuth and CrtSigV4QueryAuth now properly respect AWSRequest.params while signing boto/botocore`#2521 <https://github.com/boto/botocore/issues/2521>`__",
"type": "bugfix"
},
{
"category": "``medialive``",
"description": "[``botocore``] This release adds support for Transport Stream files as an input type to MediaLive encoders.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Documentation update for Amazon EC2.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "[``botocore``] New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-75896.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-73346.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Signing-3279.json

This file was deleted.

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

1.18.59
=======

* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* bugfix:Signing: [``botocore``] SigV4QueryAuth and CrtSigV4QueryAuth now properly respect AWSRequest.params while signing boto/botocore`#2521 <https://github.com/boto/botocore/issues/2521>`__
* api-change:``medialive``: [``botocore``] This release adds support for Transport Stream files as an input type to MediaLive encoders.
* api-change:``ec2``: [``botocore``] Documentation update for Amazon EC2.
* api-change:``frauddetector``: [``botocore``] New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage


1.18.58
=======

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.58'
__version__ = '1.18.59'


# 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.21.58,<1.22.0
botocore>=1.21.59,<1.22.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.21.58,<1.22.0',
'botocore>=1.21.59,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 10e7d95

Please sign in to comment.