Skip to content

Commit

Permalink
Merge branch 'release-1.28.83'
Browse files Browse the repository at this point in the history
* release-1.28.83:
  Bumping version to 1.28.83
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 9, 2023
2 parents a4b5e63 + 2313d88 commit 914bc66
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.28.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``cloudformation``",
"description": "[``botocore``] Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] 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": "[``botocore``] This release adds support for toxicity detection and prompt safety classification.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Adding EKS Anywhere subscription related operations.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "[``botocore``] Update to support new APIs for delivery of logs from AWS services.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "[``botocore``] Support UBAM filetype for Omics Storage and make referenceArn optional",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client 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.28.83
=======

* api-change:``cloudformation``: [``botocore``] Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
* api-change:``cloudtrail``: [``botocore``] 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``: [``botocore``] This release adds support for toxicity detection and prompt safety classification.
* api-change:``connect``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Adding EKS Anywhere subscription related operations.
* api-change:``lambda``: [``botocore``] Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
* api-change:``logs``: [``botocore``] Update to support new APIs for delivery of logs from AWS services.
* api-change:``omics``: [``botocore``] Support UBAM filetype for Omics Storage and make referenceArn optional
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.28.82
=======

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


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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.31.82,<1.32.0',
'botocore>=1.31.83,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit 914bc66

Please sign in to comment.