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 9cf1b59 commit 06f6266
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 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": "Doc updates for supporting converse",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "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": "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": "Add support for ECC P-256 and P-384 Keys.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "Add ECDH support on PIN operations.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "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``: Doc updates for supporting converse
* api-change:``connect``: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.
* api-change:``ec2``: 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``: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.
* api-change:``payment-cryptography``: Add support for ECC P-256 and P-384 Keys.
* api-change:``payment-cryptography-data``: Add ECDH support on PIN operations.
* bugfix:``s3``: Fix S3 200 Error handling to address bugs introduced in payload operations.


1.35.46
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.46'
__version__ = '1.35.47'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.46'
release = '1.35.47'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 06f6266

Please sign in to comment.