Skip to content

Commit 31531e1

Browse files
Merge branch 'release-1.18.59' into develop
* release-1.18.59: Bumping version to 1.18.59 Add changelog entries from botocore
2 parents 85534dc + 10e7d95 commit 31531e1

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

.changes/1.18.59.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``elbv2``",
4+
"description": "[``botocore``] Update elbv2 client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "Signing",
9+
"description": "[``botocore``] SigV4QueryAuth and CrtSigV4QueryAuth now properly respect AWSRequest.params while signing boto/botocore`#2521 <https://github.com/boto/botocore/issues/2521>`__",
10+
"type": "bugfix"
11+
},
12+
{
13+
"category": "``medialive``",
14+
"description": "[``botocore``] This release adds support for Transport Stream files as an input type to MediaLive encoders.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "[``botocore``] Documentation update for Amazon EC2.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``frauddetector``",
24+
"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",
25+
"type": "api-change"
26+
}
27+
]

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
CHANGELOG
33
=========
44

5+
1.18.59
6+
=======
7+
8+
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
9+
* bugfix:Signing: [``botocore``] SigV4QueryAuth and CrtSigV4QueryAuth now properly respect AWSRequest.params while signing boto/botocore`#2521 <https://github.com/boto/botocore/issues/2521>`__
10+
* api-change:``medialive``: [``botocore``] This release adds support for Transport Stream files as an input type to MediaLive encoders.
11+
* api-change:``ec2``: [``botocore``] Documentation update for Amazon EC2.
12+
* 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
13+
14+
515
1.18.58
616
=======
717

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.58'
21+
__version__ = '1.18.59'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.21.58,<1.22.0
6+
botocore>=1.21.59,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.21.58,<1.22.0',
16+
'botocore>=1.21.59,<1.22.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)