diff --git a/.changes/1.37.8.json b/.changes/1.37.8.json new file mode 100644 index 0000000000..09174bde3b --- /dev/null +++ b/.changes/1.37.8.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-88299.json b/.changes/next-release/api-change-bedrock-88299.json deleted file mode 100644 index 89b4e5d22c..0000000000 --- a/.changes/next-release/api-change-bedrock-88299.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "[``botocore``] This releases adds support for Custom Prompt Router" -} diff --git a/.changes/next-release/api-change-cloudtrail-8164.json b/.changes/next-release/api-change-cloudtrail-8164.json deleted file mode 100644 index e79eb0604d..0000000000 --- a/.changes/next-release/api-change-cloudtrail-8164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] Doc-only update for CloudTrail." -} diff --git a/.changes/next-release/api-change-ivsrealtime-80872.json b/.changes/next-release/api-change-ivsrealtime-80872.json deleted file mode 100644 index 39cb1b3ea6..0000000000 --- a/.changes/next-release/api-change-ivsrealtime-80872.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-networkflowmonitor-92208.json b/.changes/next-release/api-change-networkflowmonitor-92208.json deleted file mode 100644 index 0096c40c84..0000000000 --- a/.changes/next-release/api-change-networkflowmonitor-92208.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-redshiftdata-44391.json b/.changes/next-release/api-change-redshiftdata-44391.json deleted file mode 100644 index d4ee7bf9db..0000000000 --- a/.changes/next-release/api-change-redshiftdata-44391.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-data``", - "description": "[``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database." -} diff --git a/.changes/next-release/api-change-wafv2-50577.json b/.changes/next-release/api-change-wafv2-50577.json deleted file mode 100644 index fe11550020..0000000000 --- a/.changes/next-release/api-change-wafv2-50577.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-workspaces-29172.json b/.changes/next-release/api-change-workspaces-29172.json deleted file mode 100644 index 44f14e1c38..0000000000 --- a/.changes/next-release/api-change-workspaces-29172.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6cf24a9298..85499a71af 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index fe7c365490..734f6346ae 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 877fe9b860..29080b6d14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index b18e09c5e7..a81ba631ee 100644 --- a/setup.py +++ b/setup.py @@ -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', ]