Skip to content

Commit

Permalink
Merge branch 'release-1.29.55' into develop
Browse files Browse the repository at this point in the history
* release-1.29.55:
  Bumping version to 1.29.55
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Sep 26, 2023
2 parents ac52119 + caec26f commit ddcbaa7
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 6 deletions.
47 changes: 47 additions & 0 deletions .changes/1.29.55.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``appintegrations``",
"description": "The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace.",
"type": "api-change"
},
{
"category": "``apprunner``",
"description": "This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories",
"type": "api-change"
},
{
"category": "``codedeploy``",
"description": "CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "The release includes AWS verified access to support FIPs compliance in North America regions",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "This release adds three new API support \"CreateLakeFormationOptIn\", \"DeleteLakeFormationOptIn\" and \"ListLakeFormationOptIns\", and also updates the corresponding documentation.",
"type": "api-change"
},
{
"category": "``pinpoint``",
"description": "Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.29.55
=======

* api-change:``appintegrations``: The Amazon AppIntegrations service adds a set of APIs (in preview) to manage third party applications to be used in Amazon Connect agent workspace.
* api-change:``apprunner``: This release allows an App Runner customer to specify a custom source directory to run the build & start command. This change allows App Runner to support monorepo based repositories
* api-change:``codedeploy``: CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
* api-change:``connect``: This release updates a set of Amazon Connect APIs that provides the ability to integrate third party applications in the Amazon Connect agent workspace.
* api-change:``dynamodb``: Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
* api-change:``ec2``: The release includes AWS verified access to support FIPs compliance in North America regions
* api-change:``lakeformation``: This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation.
* api-change:``pinpoint``: Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
* api-change:``s3``: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.


1.29.54
=======

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.54'
__version__ = '1.29.55'

#
# 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.54'
release = '1.29.55'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ universal = 0

[metadata]
requires_dist =
botocore==1.31.54
botocore==1.31.55
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
s3transfer>=0.7.0,<0.8.0
PyYAML>=3.10,<6.1
colorama>=0.2.5,<0.4.5
rsa>=3.1.2,<4.8
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.31.54',
'botocore==1.31.55',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
's3transfer>=0.7.0,<0.8.0',
'PyYAML>=3.10,<6.1',
'colorama>=0.2.5,<0.4.5',
'rsa>=3.1.2,<4.8',
Expand Down

0 comments on commit ddcbaa7

Please sign in to comment.