Skip to content

Commit

Permalink
Merge branch 'release-1.18.59'
Browse files Browse the repository at this point in the history
* release-1.18.59:
  Bumping version to 1.18.59
  Add changelog entries from botocore
  Remove CHANGELOG from linting check (#3033)
  • Loading branch information
aws-sdk-python-automation committed Oct 11, 2021
2 parents 7f4cb35 + 10e7d95 commit 921489e
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 4 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"
}
]
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data)
exclude: ^(.github|.changes|docs/|boto3/compat.py|boto3/data|CHANGELOG.rst)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
Expand Down
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 921489e

Please sign in to comment.