Skip to content

Commit 92c88aa

Browse files
Merge branch 'release-1.18.46' into develop
* release-1.18.46: Bumping version to 1.18.46 Add changelog entries from botocore
2 parents 7db81b6 + 9d0a498 commit 92c88aa

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.18.46.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``imagebuilder``",
4+
"description": "[``botocore``] This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``wafv2``",
9+
"description": "[``botocore``] Added the regex match rule statement, for matching web requests against a single regular expression.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mediatailor``",
14+
"description": "[``botocore``] This release adds support to configure logs for playback configuration.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``lexv2-models``",
19+
"description": "[``botocore``] Update lexv2-models client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``iam``",
24+
"description": "[``botocore``] Added changes to OIDC API about not using port numbers in the URL.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``license-manager``",
29+
"description": "[``botocore``] AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media).",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``mediapackage-vod``",
34+
"description": "[``botocore``] MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

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

5+
1.18.46
6+
=======
7+
8+
* api-change:``imagebuilder``: [``botocore``] This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
9+
* api-change:``wafv2``: [``botocore``] Added the regex match rule statement, for matching web requests against a single regular expression.
10+
* api-change:``mediatailor``: [``botocore``] This release adds support to configure logs for playback configuration.
11+
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
12+
* api-change:``iam``: [``botocore``] Added changes to OIDC API about not using port numbers in the URL.
13+
* api-change:``license-manager``: [``botocore``] AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media).
14+
* api-change:``mediapackage-vod``: [``botocore``] MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.
15+
16+
517
1.18.45
618
=======
719

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.45'
21+
__version__ = '1.18.46'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

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

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

setup.py

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

1515

1616
requires = [
17-
'botocore>=1.21.45,<1.22.0',
17+
'botocore>=1.21.46,<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)