Skip to content

Commit

Permalink
Merge branch 'release-1.30.0' into develop
Browse files Browse the repository at this point in the history
* release-1.30.0:
  Bumping version to 1.30.0
  Add changelog entries from botocore
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Nov 14, 2023
2 parents bf0ca81 + 17e9ccc commit a1ee6e3
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 5 deletions.
72 changes: 72 additions & 0 deletions .changes/1.30.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"category": "``backup``",
"description": "AWS Backup - Features: Provide Job Summary for your backup activity.",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Introducing SegmentAttributes parameter for StartChatContact API",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Add Python 3.12 (python3.12) support to AWS Lambda",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Removed unnecessary default values.",
"type": "api-change"
},
{
"category": "``pipes``",
"description": "Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose",
"type": "api-change"
},
{
"category": "``resource-explorer-2``",
"description": "Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release makes Model Registry Inference Specification fields as not required.",
"type": "api-change"
},
{
"category": "``signer``",
"description": "Documentation updates for AWS Signer",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "Update stepfunctions command to latest version",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules command to latest version",
"type": "api-change"
},
{
"category": "ContainerProvider",
"description": "Added Support for EKS container credentials",
"type": "feature"
}
]
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
CHANGELOG
=========

1.30.0
======

* api-change:``backup``: AWS Backup - Features: Provide Job Summary for your backup activity.
* api-change:``cleanrooms``: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.
* api-change:``connect``: Introducing SegmentAttributes parameter for StartChatContact API
* api-change:``glue``: Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
* api-change:``iot``: This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
* api-change:``lambda``: Add Python 3.12 (python3.12) support to AWS Lambda
* api-change:``mediatailor``: Removed unnecessary default values.
* api-change:``pipes``: Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose
* api-change:``resource-explorer-2``: Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit.
* api-change:``sagemaker``: This release makes Model Registry Inference Specification fields as not required.
* api-change:``signer``: Documentation updates for AWS Signer
* api-change:``stepfunctions``: Update stepfunctions command to latest version
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
* feature:ContainerProvider: Added Support for EKS container credentials


1.29.85
=======

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

__version__ = '1.29.85'
__version__ = '1.30.0'

#
# Get our data path to be added to botocore's search path
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.29.'
version = '1.30'
# The full version, including alpha/beta/rc tags.
release = '1.29.85'
release = '1.30.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.85
botocore==1.32.0
docutils>=0.10,<0.17
s3transfer>=0.7.0,<0.8.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.31.85',
'botocore==1.32.0',
'docutils>=0.10,<0.17',
's3transfer>=0.7.0,<0.8.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit a1ee6e3

Please sign in to comment.