Skip to content

Commit

Permalink
Bumping version to 1.35.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 21, 2024
1 parent c027920 commit 745af35
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 49 deletions.
47 changes: 47 additions & 0 deletions .changes/1.35.11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``application-insights``",
"description": "This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments",
"type": "api-change"
},
{
"category": "``fms``",
"description": "Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "Adding new API to generate authenticated scripts for EMV pin change use cases.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.",
"type": "api-change"
}
]

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-43709.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-73516.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-62076.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-77875.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fms-84826.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-67583.json

This file was deleted.

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.35.11
=======

* api-change:``application-insights``: This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
* api-change:``autoscaling``: Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.
* api-change:``bedrock-agent-runtime``: Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs.
* api-change:``dms``: Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
* api-change:``ec2``: Amazon EC2 now allows you to create network interfaces with just the EFA driver and no ENA driver by specifying the network interface type as efa-only.
* api-change:``eks``: This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments
* api-change:``fms``: Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.
* api-change:``payment-cryptography-data``: Adding new API to generate authenticated scripts for EMV pin change use cases.
* api-change:``wafv2``: Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.


1.35.10
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import os

__version__ = '1.35.10'
__version__ = '1.35.11'

#
# 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.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.10'
release = '1.35.11'

# 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.35.44
botocore==1.35.45
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.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.35.44',
'botocore==1.35.45',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 745af35

Please sign in to comment.