Skip to content

Commit

Permalink
Merge branch 'release-1.28.58'
Browse files Browse the repository at this point in the history
* release-1.28.58:
  Bumping version to 1.28.58
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 2, 2023
2 parents eeadd95 + ca335bc commit b78c03a
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.28.58.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.",
"type": "api-change"
},
{
"category": "``bedrock``",
"description": "[``botocore``] Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.",
"type": "api-change"
},
{
"category": "``managedblockchain``",
"description": "[``botocore``] Remove Rinkeby as option from Ethereum APIs",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.",
"type": "api-change"
},
{
"category": "``sso``",
"description": "[``botocore``] Fix FIPS Endpoints in aws-us-gov.",
"type": "api-change"
},
{
"category": "``sts``",
"description": "[``botocore``] STS API updates for assumeRole",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] Documentation updates for AWS Transfer Family",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.28.58
=======

* api-change:``bedrock-runtime``: [``botocore``] Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
* api-change:``bedrock``: [``botocore``] Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
* api-change:``ec2``: [``botocore``] Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
* api-change:``managedblockchain``: [``botocore``] Remove Rinkeby as option from Ethereum APIs
* api-change:``rds``: [``botocore``] Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
* api-change:``sso``: [``botocore``] Fix FIPS Endpoints in aws-us-gov.
* api-change:``sts``: [``botocore``] STS API updates for assumeRole
* api-change:``transfer``: [``botocore``] Documentation updates for AWS Transfer Family


1.28.57
=======

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.28.57'
__version__ = '1.28.58'


# 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.31.57,<1.32.0
botocore>=1.31.58,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.7.0,<0.8.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.31.57,<1.32.0',
'botocore>=1.31.58,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit b78c03a

Please sign in to comment.