Skip to content

Commit

Permalink
Bumping version to 1.35.47
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 23, 2024
1 parent a87c3d4 commit 2e3f5f1
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.47.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock``",
"description": "[``botocore``] Doc updates for supporting converse",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.",
"type": "api-change"
},
{
"category": "``payment-cryptography``",
"description": "[``botocore``] Add support for ECC P-256 and P-384 Keys.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "[``botocore``] Add ECDH support on PIN operations.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations.",
"type": "bugfix"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrock-42538.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-42307.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-78070.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mwaa-76105.json

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-s3-1405.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.35.47
=======

* api-change:``bedrock``: [``botocore``] Doc updates for supporting converse
* api-change:``connect``: [``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.
* api-change:``ec2``: [``botocore``] Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.
* api-change:``mwaa``: [``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.
* api-change:``payment-cryptography``: [``botocore``] Add support for ECC P-256 and P-384 Keys.
* api-change:``payment-cryptography-data``: [``botocore``] Add ECDH support on PIN operations.
* bugfix:``s3``: [``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations.


1.35.46
=======

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.46'
__version__ = '1.35.47'


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

0 comments on commit 2e3f5f1

Please sign in to comment.