Skip to content

Commit

Permalink
Bumping version to 1.35.32
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 2, 2024
1 parent f64ad71 commit d4e5f9e
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.35.32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``appstream``",
"description": "[``botocore``] Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0",
"type": "api-change"
},
{
"category": "``b2bi``",
"description": "[``botocore``] Added and updated APIs to support outbound EDI transformations",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] Added raw model response and usage metrics to PreProcessing and PostProcessing Trace",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] Added new fields to Amazon Bedrock Guardrails trace",
"type": "api-change"
},
{
"category": "``iotdeviceadvisor``",
"description": "[``botocore``] Add clientToken attribute and implement idempotency for CreateSuiteDefinition.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "[``botocore``] Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] This release introduces a header representing the minimum object size limit for Lifecycle transitions.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] releasing builtinlcc to public",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] WSP is being rebranded to become DCV.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-76329.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-b2bi-22791.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockruntime-89625.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotdeviceadvisor-44852.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-68151.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-66172.json

This file was deleted.

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

This file was deleted.

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

1.35.32
=======

* api-change:``appstream``: [``botocore``] Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
* api-change:``b2bi``: [``botocore``] Added and updated APIs to support outbound EDI transformations
* api-change:``bedrock-agent-runtime``: [``botocore``] Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
* api-change:``bedrock-runtime``: [``botocore``] Added new fields to Amazon Bedrock Guardrails trace
* api-change:``iotdeviceadvisor``: [``botocore``] Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
* api-change:``ivs-realtime``: [``botocore``] Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
* api-change:``s3``: [``botocore``] This release introduces a header representing the minimum object size limit for Lifecycle transitions.
* api-change:``sagemaker``: [``botocore``] releasing builtinlcc to public
* api-change:``workspaces``: [``botocore``] WSP is being rebranded to become DCV.


1.35.31
=======

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.35.31'
__version__ = '1.35.32'


# 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.35.31,<1.36.0
botocore>=1.35.32,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.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.35.31,<1.36.0',
'botocore>=1.35.32,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit d4e5f9e

Please sign in to comment.