Skip to content

Commit

Permalink
Merge branch 'release-1.34.149' into develop
Browse files Browse the repository at this point in the history
* release-1.34.149:
  Bumping version to 1.34.149
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 25, 2024
2 parents 8884183 + 2448ec2 commit 330532c
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 3 deletions.
62 changes: 62 additions & 0 deletions .changes/1.34.149.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``application-autoscaling``",
"description": "[``botocore``] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.",
"type": "api-change"
},
{
"category": "``application-signals``",
"description": "[``botocore``] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] Provides ServiceUnavailableException error message",
"type": "api-change"
},
{
"category": "``codecommit``",
"description": "[``botocore``] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "[``botocore``] Introduces GetEnvironmentCredentials operation to SDK",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.",
"type": "api-change"
},
{
"category": "``ecr``",
"description": "[``botocore``] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] This release adds support for EKS cluster to manage extended support.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "[``botocore``] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "[``botocore``] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "[``botocore``] This release adds support to customer managed KMS key encryption in AWS Step Functions.",
"type": "api-change"
}
]
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.34.149
========

* api-change:``application-autoscaling``: [``botocore``] Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.
* api-change:``application-signals``: [``botocore``] CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability.
* api-change:``bedrock-runtime``: [``botocore``] Provides ServiceUnavailableException error message
* api-change:``codecommit``: [``botocore``] CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
* api-change:``datazone``: [``botocore``] Introduces GetEnvironmentCredentials operation to SDK
* api-change:``ec2``: [``botocore``] EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
* api-change:``ecr``: [``botocore``] API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
* api-change:``eks``: [``botocore``] This release adds support for EKS cluster to manage extended support.
* api-change:``elbv2``: [``botocore``] This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager.
* api-change:``network-firewall``: [``botocore``] You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging.
* api-change:``outposts``: [``botocore``] Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses
* api-change:``stepfunctions``: [``botocore``] This release adds support to customer managed KMS key encryption in AWS Step Functions.


1.34.148
========

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.34.148'
__version__ = '1.34.149'


# 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.34.148,<1.35.0
botocore>=1.34.149,<1.35.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.34.148,<1.35.0',
'botocore>=1.34.149,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 330532c

Please sign in to comment.