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 0d96abd commit b60c848
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 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": "This releases adds support for Custom Prompt Router",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "Doc-only update for CloudTrail.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "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": "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": "This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "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``: This releases adds support for Custom Prompt Router
* api-change:``cloudtrail``: Doc-only update for CloudTrail.
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
* api-change:``networkflowmonitor``: 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``: This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
* api-change:``wafv2``: You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
* api-change:``workspaces``: Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.


1.37.7
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.37.7'
__version__ = '1.37.8'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.37'
# The full version, including alpha/beta/rc tags.
release = '1.37.7'
release = '1.37.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b60c848

Please sign in to comment.