Skip to content

Commit

Permalink
Bumping version to 1.31.67
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 19, 2023
1 parent d89c711 commit 5f80985
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 57 deletions.
57 changes: 57 additions & 0 deletions .changes/1.31.67.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``gamesparks``",
"description": "The gamesparks client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "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": "This release adds support for Ethereum Sepolia network",
"type": "api-change"
},
{
"category": "``neptunedata``",
"description": "Doc changes to add IAM action mappings for the data actions.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "This change enables customers to retrieve failure reasons with detailed status messages for their failed runs",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "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": "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": "Documentation updates for Secrets Manager",
"type": "api-change"
},
{
"category": "``servicecatalog``",
"description": "Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "Improving Amazon Verified Permissions Create experience",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Documentation updates for WorkSpaces",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-22720.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-gamesparks-3084.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-neptunedata-8085.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-omics-28971.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-opensearch-77315.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-2112.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-64854.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-servicecatalog-65216.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-41942.json

This file was deleted.

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.31.67
=======

* api-change:``gamesparks``: The gamesparks client has been removed following the deprecation of the service.
* api-change:``ec2``: 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``: This release adds support for Ethereum Sepolia network
* api-change:``neptunedata``: Doc changes to add IAM action mappings for the data actions.
* api-change:``omics``: This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
* api-change:``opensearch``: Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
* api-change:``quicksight``: 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``: Documentation updates for Secrets Manager
* api-change:``servicecatalog``: Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
* api-change:``verifiedpermissions``: Improving Amazon Verified Permissions Create experience
* api-change:``workspaces``: Documentation updates for WorkSpaces


1.31.66
=======

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.31.66'
__version__ = '1.31.67'


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.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.66'
release = '1.31.67'

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

0 comments on commit 5f80985

Please sign in to comment.