Skip to content

Commit

Permalink
Merge branch 'release-1.34.63' into develop
Browse files Browse the repository at this point in the history
* release-1.34.63:
  Bumping version to 1.34.63
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 14, 2024
2 parents 23c0741 + d1aefcd commit 675cded
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.34.63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``amplify``",
"description": "[``botocore``] Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.",
"type": "api-change"
},
{
"category": "``ec2-instance-connect``",
"description": "[``botocore``] This release includes a new exception type \"SerialConsoleSessionUnsupportedException\" for SendSerialConsoleSSHPublicKey API.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "[``botocore``] This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.",
"type": "api-change"
},
{
"category": "``fis``",
"description": "[``botocore``] This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.",
"type": "api-change"
},
{
"category": "``iot-roborunner``",
"description": "[``botocore``] The iot-roborunner client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Doc only update for Secrets Manager",
"type": "api-change"
},
{
"category": "``timestream-influxdb``",
"description": "[``botocore``] This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.",
"type": "api-change"
},
{
"category": "``urllib3``",
"description": "[``botocore``] Added support for urllib3 2.2.1+ in Python 3.10+",
"type": "enhancement"
}
]
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.34.63
=======

* api-change:``amplify``: [``botocore``] Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.
* api-change:``ec2-instance-connect``: [``botocore``] This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
* api-change:``elbv2``: [``botocore``] This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
* api-change:``fis``: [``botocore``] This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.
* api-change:``iot-roborunner``: [``botocore``] The iot-roborunner client has been removed following the deprecation of the service.
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager
* api-change:``timestream-influxdb``: [``botocore``] This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.
* enhancement:``urllib3``: [``botocore``] Added support for urllib3 2.2.1+ in Python 3.10+


1.34.62
=======

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.34.62'
__version__ = '1.34.63'


# 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.34.62,<1.35.0
botocore>=1.34.63,<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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


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

0 comments on commit 675cded

Please sign in to comment.