Skip to content

Commit

Permalink
Merge branch 'release-1.28.55'
Browse files Browse the repository at this point in the history
* release-1.28.55:
  Bumping version to 1.28.55
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Sep 26, 2023
2 parents f6daaef + 565af80 commit 89d37e3
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 5 deletions.
47 changes: 47 additions & 0 deletions .changes/1.28.55.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``appintegrations``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] The release includes AWS verified access to support FIPs compliance in North America regions",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "[``botocore``] This release adds three new API support \"CreateLakeFormationOptIn\", \"DeleteLakeFormationOptIn\" and \"ListLakeFormationOptIns\", and also updates the corresponding documentation.",
"type": "api-change"
},
{
"category": "``pinpoint``",
"description": "[``botocore``] Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] 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.28.55
=======

* api-change:``appintegrations``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
* api-change:``connect``: [``botocore``] 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``: [``botocore``] Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
* api-change:``ec2``: [``botocore``] The release includes AWS verified access to support FIPs compliance in North America regions
* api-change:``lakeformation``: [``botocore``] This release adds three new API support "CreateLakeFormationOptIn", "DeleteLakeFormationOptIn" and "ListLakeFormationOptIns", and also updates the corresponding documentation.
* api-change:``pinpoint``: [``botocore``] Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
* api-change:``s3``: [``botocore``] 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.28.54
=======

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


# The default Boto3 session; autoloaded when needed.
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,<1.32.0
botocore>=1.31.55,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0
s3transfer>=0.7.0,<0.8.0

[options.extras_require]
crt = botocore[crt]>=1.21.0,<2.0a0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@


requires = [
'botocore>=1.31.54,<1.32.0',
'botocore>=1.31.55,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
's3transfer>=0.7.0,<0.8.0',
]


Expand Down

0 comments on commit 89d37e3

Please sign in to comment.