Skip to content

Commit b28f6f0

Browse files
Merge branch 'release-1.37.8'
* release-1.37.8: Bumping version to 1.37.8 Add changelog entries from botocore Removed dead link from kms-example-encrypt-decrypt-file.rst
2 parents 2f57a02 + a47485e commit b28f6f0

File tree

6 files changed

+52
-6
lines changed

6 files changed

+52
-6
lines changed

.changes/1.37.8.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``bedrock``",
4+
"description": "[``botocore``] This releases adds support for Custom Prompt Router",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloudtrail``",
9+
"description": "[``botocore``] Doc-only update for CloudTrail.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ivs-realtime``",
14+
"description": "[``botocore``] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``networkflowmonitor``",
19+
"description": "[``botocore``] This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift-data``",
24+
"description": "[``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``wafv2``",
29+
"description": "[``botocore``] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``workspaces``",
34+
"description": "[``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.",
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.37.8
6+
======
7+
8+
* api-change:``bedrock``: [``botocore``] This releases adds support for Custom Prompt Router
9+
* api-change:``cloudtrail``: [``botocore``] Doc-only update for CloudTrail.
10+
* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
11+
* api-change:``networkflowmonitor``: [``botocore``] This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
12+
* api-change:``redshift-data``: [``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
13+
* api-change:``wafv2``: [``botocore``] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
14+
* api-change:``workspaces``: [``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.
15+
16+
517
1.37.7
618
======
719

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.37.7'
20+
__version__ = '1.37.8'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

docs/source/guide/kms-example-encrypt-decrypt-file.rst

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ example, with the ``pip`` command.
2929

3030
pip install cryptography
3131

32-
Each section describes a single function from the example's `entire
33-
source file <https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/kms/encrypt_decrypt_file.py>`_.
34-
3532

3633
Retrieve an existing master key
3734
===============================

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.37.7,<1.38.0
6+
botocore>=1.37.8,<1.38.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.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.37.7,<1.38.0',
17+
'botocore>=1.37.8,<1.38.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)