Skip to content

Commit

Permalink
Merge branch 'release-1.29.83'
Browse files Browse the repository at this point in the history
* release-1.29.83:
  Bumping version to 1.29.83
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Nov 9, 2023
2 parents cf999cd + 3935fac commit 6c9f051
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
52 changes: 52 additions & 0 deletions .changes/1.29.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``cloudformation``",
"description": "Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.",
"type": "api-change"
},
{
"category": "``comprehend``",
"description": "This release adds support for toxicity detection and prompt safety classification.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Adding EKS Anywhere subscription related operations.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Update to support new APIs for delivery of logs from AWS services.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "Support UBAM filetype for Omics Storage and make referenceArn optional",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules command to latest version",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.29.83
=======

* api-change:``cloudformation``: Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
* api-change:``cloudtrail``: The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
* api-change:``comprehend``: This release adds support for toxicity detection and prompt safety classification.
* api-change:``connect``: This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn.
* api-change:``ec2``: AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.
* api-change:``eks``: Adding EKS Anywhere subscription related operations.
* api-change:``lambda``: Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
* api-change:``logs``: Update to support new APIs for delivery of logs from AWS services.
* api-change:``omics``: Support UBAM filetype for Omics Storage and make referenceArn optional
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version


1.29.82
=======

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.82'
__version__ = '1.29.83'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.82'
release = '1.29.83'

# 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.82
botocore==1.31.83
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.82',
'botocore==1.31.83',
'docutils>=0.10,<0.17',
's3transfer>=0.7.0,<0.8.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 6c9f051

Please sign in to comment.