Skip to content

Commit a47485e

Browse files
Bumping version to 1.37.8
1 parent e7b3c94 commit a47485e

12 files changed

+52
-38
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+
]

.changes/next-release/api-change-bedrock-88299.json

-5
This file was deleted.

.changes/next-release/api-change-cloudtrail-8164.json

-5
This file was deleted.

.changes/next-release/api-change-ivsrealtime-80872.json

-5
This file was deleted.

.changes/next-release/api-change-networkflowmonitor-92208.json

-5
This file was deleted.

.changes/next-release/api-change-redshiftdata-44391.json

-5
This file was deleted.

.changes/next-release/api-change-wafv2-50577.json

-5
This file was deleted.

.changes/next-release/api-change-workspaces-29172.json

-5
This file was deleted.

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.

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)