Skip to content

Commit

Permalink
Merge branch 'release-1.28.67'
Browse files Browse the repository at this point in the history
* release-1.28.67:
  Bumping version to 1.28.67
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 19, 2023
2 parents b090311 + ab918b2 commit e4b2cc5
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .changes/1.28.67.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``gamesparks``",
"description": "[``botocore``] The gamesparks client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.",
"type": "api-change"
},
{
"category": "``managedblockchain-query``",
"description": "[``botocore``] This release adds support for Ethereum Sepolia network",
"type": "api-change"
},
{
"category": "``neptunedata``",
"description": "[``botocore``] Doc changes to add IAM action mappings for the data actions.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "[``botocore``] This change enables customers to retrieve failure reasons with detailed status messages for their failed runs",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "[``botocore``] Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Documentation updates for Secrets Manager",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "[``botocore``] Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "[``botocore``] Improving Amazon Verified Permissions Create experience",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Documentation updates for WorkSpaces",
"type": "api-change"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.28.67
=======

* api-change:``gamesparks``: [``botocore``] The gamesparks client has been removed following the deprecation of the service.
* api-change:``ec2``: [``botocore``] Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
* api-change:``managedblockchain-query``: [``botocore``] This release adds support for Ethereum Sepolia network
* api-change:``neptunedata``: [``botocore``] Doc changes to add IAM action mappings for the data actions.
* api-change:``omics``: [``botocore``] This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
* api-change:``opensearch``: [``botocore``] Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
* api-change:``quicksight``: [``botocore``] This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager
* api-change:``servicecatalog``: [``botocore``] Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
* api-change:``verifiedpermissions``: [``botocore``] Improving Amazon Verified Permissions Create experience
* api-change:``workspaces``: [``botocore``] Documentation updates for WorkSpaces


1.28.66
=======

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.66'
__version__ = '1.28.67'


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

0 comments on commit e4b2cc5

Please sign in to comment.