Skip to content

Commit

Permalink
Bumping version to 1.35.45
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 21, 2024
1 parent 976dad2 commit 81cf608
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.35.45.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``application-insights``",
"description": "[``botocore``] 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": "[``botocore``] Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Adding new API to generate authenticated scripts for EMV pin change use cases.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Handle HTTP 200 responses with error information for all supported s3 operations.",
"type": "enhancement"
}
]

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-s3-47846.json

This file was deleted.

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

* api-change:``application-insights``: [``botocore``] This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications.
* api-change:``autoscaling``: [``botocore``] Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API.
* api-change:``bedrock-agent-runtime``: [``botocore``] 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``: [``botocore``] Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
* api-change:``ec2``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs.
* api-change:``payment-cryptography-data``: [``botocore``] Adding new API to generate authenticated scripts for EMV pin change use cases.
* api-change:``wafv2``: [``botocore``] Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.
* enhancement:``s3``: [``botocore``] Handle HTTP 200 responses with error information for all supported s3 operations.


1.35.44
=======

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.35.44'
__version__ = '1.35.45'


# 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.35.44,<1.36.0
botocore>=1.35.45,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

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


requires = [
'botocore>=1.35.44,<1.36.0',
'botocore>=1.35.45,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 81cf608

Please sign in to comment.