Skip to content

Commit

Permalink
Bumping version to 1.37.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 6, 2025
1 parent e7b3c94 commit a47485e
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.37.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock``",
"description": "[``botocore``] This releases adds support for Custom Prompt Router",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] Doc-only update for CloudTrail.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "[``botocore``] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.",
"type": "api-change"
},
{
"category": "``networkflowmonitor``",
"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.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "[``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrock-88299.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudtrail-8164.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivsrealtime-80872.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshiftdata-44391.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-50577.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-29172.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.37.8
======

* api-change:``bedrock``: [``botocore``] This releases adds support for Custom Prompt Router
* api-change:``cloudtrail``: [``botocore``] Doc-only update for CloudTrail.
* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
* 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.
* api-change:``redshift-data``: [``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
* api-change:``wafv2``: [``botocore``] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
* api-change:``workspaces``: [``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.


1.37.7
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.37.7'
__version__ = '1.37.8'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.37.7,<1.38.0
botocore>=1.37.8,<1.38.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.11.0,<0.12.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.37.7,<1.38.0',
'botocore>=1.37.8,<1.38.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]
Expand Down

0 comments on commit a47485e

Please sign in to comment.