Skip to content

Commit

Permalink
Bumping version to 1.34.89
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 22, 2024
1 parent dffe026 commit 94600a9
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.89.json
@@ -0,0 +1,42 @@
[
{
"category": "``bedrock-agent``",
"description": "[``botocore``] Releasing the support for simplified configuration and return of control",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] Releasing the support for simplified configuration and return of control",
"type": "api-change"
},
{
"category": "``payment-cryptography``",
"description": "[``botocore``] Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "[``botocore``] Updates description of schedule field for scheduled actions.",
"type": "api-change"
},
{
"category": "``route53profiles``",
"description": "[``botocore``] Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.",
"type": "api-change"
},
{
"category": "``servicediscovery``",
"description": "[``botocore``] This release adds examples to several Cloud Map actions.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] Adding new API to support remote directory listing using SFTP connector",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-86833.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53profiles-44757.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-servicediscovery-60371.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-56193.json

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.89
=======

* api-change:``bedrock-agent``: [``botocore``] Releasing the support for simplified configuration and return of control
* api-change:``bedrock-agent-runtime``: [``botocore``] Releasing the support for simplified configuration and return of control
* api-change:``payment-cryptography``: [``botocore``] Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
* api-change:``redshift-serverless``: [``botocore``] Updates description of schedule field for scheduled actions.
* api-change:``route53profiles``: [``botocore``] Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
* api-change:``sagemaker``: [``botocore``] This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
* api-change:``servicediscovery``: [``botocore``] This release adds examples to several Cloud Map actions.
* api-change:``transfer``: [``botocore``] Adding new API to support remote directory listing using SFTP connector


1.34.88
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.34.88'
__version__ = '1.34.89'


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

[metadata]
requires_dist =
botocore>=1.34.88,<1.35.0
botocore>=1.34.89,<1.35.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
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.88,<1.35.0',
'botocore>=1.34.89,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 94600a9

Please sign in to comment.