Skip to content

Commit 2e3f5f1

Browse files
Bumping version to 1.35.47
1 parent a87c3d4 commit 2e3f5f1

12 files changed

+52
-38
lines changed

.changes/1.35.47.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``bedrock``",
4+
"description": "[``botocore``] Doc updates for supporting converse",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "[``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mwaa``",
19+
"description": "[``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``payment-cryptography``",
24+
"description": "[``botocore``] Add support for ECC P-256 and P-384 Keys.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``payment-cryptography-data``",
29+
"description": "[``botocore``] Add ECDH support on PIN operations.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``s3``",
34+
"description": "[``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations.",
35+
"type": "bugfix"
36+
}
37+
]

.changes/next-release/api-change-bedrock-42538.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-connect-42307.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-ec2-78070.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-mwaa-76105.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-paymentcryptography-31520.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-paymentcryptographydata-84745.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-s3-1405.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.35.47
6+
=======
7+
8+
* api-change:``bedrock``: [``botocore``] Doc updates for supporting converse
9+
* api-change:``connect``: [``botocore``] Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.
10+
* 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.
11+
* api-change:``mwaa``: [``botocore``] Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.
12+
* api-change:``payment-cryptography``: [``botocore``] Add support for ECC P-256 and P-384 Keys.
13+
* api-change:``payment-cryptography-data``: [``botocore``] Add ECDH support on PIN operations.
14+
* bugfix:``s3``: [``botocore``] Fix S3 200 Error handling to address bugs introduced in payload operations.
15+
16+
517
1.35.46
618
=======
719

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.35.46'
20+
__version__ = '1.35.47'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

0 commit comments

Comments
 (0)