Skip to content

Commit e3bd2cf

Browse files
Merge branch 'release-1.18.4' into develop
* release-1.18.4: Bumping version to 1.18.4 Add changelog entries from botocore
2 parents bca340e + b753243 commit e3bd2cf

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.18.4.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``kendra``",
4+
"description": "[``botocore``] Amazon Kendra now provides a data source connector for Amazon WorkDocs. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``proton``",
9+
"description": "[``botocore``] Documentation updates for AWS Proton",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iam``",
14+
"description": "[``botocore``] Documentation updates for AWS Identity and Access Management (IAM).",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "[``botocore``] Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``elbv2``",
24+
"description": "[``botocore``] Update elbv2 client to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lambda``",
29+
"description": "[``botocore``] New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``codebuild``",
34+
"description": "[``botocore``] AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``personalize``",
39+
"description": "[``botocore``] My AWS Service (placeholder) - Making minProvisionedTPS an optional parameter when creating a campaign. If not provided, it defaults to 1.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``emr``",
44+
"description": "[``botocore``] Update emr client to latest version",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.18.4
6+
======
7+
8+
* api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for Amazon WorkDocs. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-workdocs.html
9+
* api-change:``proton``: [``botocore``] Documentation updates for AWS Proton
10+
* api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM).
11+
* api-change:``rds``: [``botocore``] Adds the OriginalSnapshotCreateTime field to the DBSnapshot response object. This field timestamps the underlying data of a snapshot and doesn't change when the snapshot is copied.
12+
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
13+
* api-change:``lambda``: [``botocore``] New ResourceConflictException error code for PutFunctionEventInvokeConfig, UpdateFunctionEventInvokeConfig, and DeleteFunctionEventInvokeConfig operations.
14+
* api-change:``codebuild``: [``botocore``] AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
15+
* api-change:``personalize``: [``botocore``] My AWS Service (placeholder) - Making minProvisionedTPS an optional parameter when creating a campaign. If not provided, it defaults to 1.
16+
* api-change:``emr``: [``botocore``] Update emr client to latest version
17+
18+
519
1.18.3
620
======
721

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.3'
21+
__version__ = '1.18.4'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 0
33

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.21.3,<1.22.0',
17+
'botocore>=1.21.4,<1.22.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.5.0,<0.6.0'
2020
]

0 commit comments

Comments
 (0)