Skip to content

Commit

Permalink
Bumping version to 1.28.65
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 17, 2023
1 parent 4940ac8 commit 8ca00c0
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.28.65.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``codepipeline``",
"description": "[``botocore``] Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage",
"type": "api-change"
},
{
"category": "``discovery``",
"description": "[``botocore``] This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation only updates to address Amazon ECS tickets.",
"type": "api-change"
},
{
"category": "``globalaccelerator``",
"description": "[``botocore``] Fixed error where ListCustomRoutingEndpointGroups did not have a paginator",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] Add domainWithSuffix finding field to dnsRequestAction",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "[``botocore``] AWS Managed Streaming for Kafka is launching MSK Replicator, a new feature that enables customers to reliably replicate data across Amazon MSK clusters in same or different AWS regions. You can now use SDK to create, list, describe, delete, update, and manage tags of MSK Replicators.",
"type": "api-change"
},
{
"category": "``route53-recovery-cluster``",
"description": "[``botocore``] Adds Owner field to ListRoutingControls API.",
"type": "api-change"
},
{
"category": "``route53-recovery-control-config``",
"description": "[``botocore``] Adds permissions for GetResourcePolicy to support returning details about AWS Resource Access Manager resource policies for shared resources.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codepipeline-8887.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-discovery-83838.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-10250.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-globalaccelerator-69921.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-guardduty-3358.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kafka-68668.json

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.28.65
=======

* api-change:``codepipeline``: [``botocore``] Add retryMode ALL_ACTIONS to RetryStageExecution API that retries a failed stage starting from first action in the stage
* api-change:``discovery``: [``botocore``] This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
* api-change:``ecs``: [``botocore``] Documentation only updates to address Amazon ECS tickets.
* api-change:``globalaccelerator``: [``botocore``] Fixed error where ListCustomRoutingEndpointGroups did not have a paginator
* api-change:``guardduty``: [``botocore``] Add domainWithSuffix finding field to dnsRequestAction
* api-change:``kafka``: [``botocore``] AWS Managed Streaming for Kafka is launching MSK Replicator, a new feature that enables customers to reliably replicate data across Amazon MSK clusters in same or different AWS regions. You can now use SDK to create, list, describe, delete, update, and manage tags of MSK Replicators.
* api-change:``route53-recovery-cluster``: [``botocore``] Adds Owner field to ListRoutingControls API.
* api-change:``route53-recovery-control-config``: [``botocore``] Adds permissions for GetResourcePolicy to support returning details about AWS Resource Access Manager resource policies for shared resources.


1.28.64
=======

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.64'
__version__ = '1.28.65'


# 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.64,<1.32.0
botocore>=1.31.65,<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.64,<1.32.0',
'botocore>=1.31.65,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit 8ca00c0

Please sign in to comment.