Skip to content

Commit

Permalink
Merge branch 'release-1.35.57' into develop
Browse files Browse the repository at this point in the history
* release-1.35.57:
  Bumping version to 1.35.57
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 8, 2024
2 parents 9b22d5a + 3dbc942 commit 10ed4d6
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.35.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``batch``",
"description": "[``botocore``] This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] This release adds trace functionality to Bedrock Prompt Flows",
"type": "api-change"
},
{
"category": "``chime-sdk-media-pipelines``",
"description": "[``botocore``] Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.",
"type": "api-change"
},
{
"category": "``controlcatalog``",
"description": "[``botocore``] AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "[``botocore``] Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "[``botocore``] This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.",
"type": "api-change"
},
{
"category": "``pinpoint-sms-voice-v2``",
"description": "[``botocore``] Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "[``botocore``] Adds S3 path option to pass group member list for PutGroup API.",
"type": "api-change"
}
]
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.57
=======

* api-change:``batch``: [``botocore``] This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
* api-change:``bedrock-agent-runtime``: [``botocore``] This release adds trace functionality to Bedrock Prompt Flows
* api-change:``chime-sdk-media-pipelines``: [``botocore``] Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
* api-change:``controlcatalog``: [``botocore``] AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
* api-change:``eks``: [``botocore``] Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups
* api-change:``firehose``: [``botocore``] Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.
* api-change:``lambda``: [``botocore``] This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
* api-change:``qbusiness``: [``botocore``] Adds S3 path option to pass group member list for PutGroup API.


1.35.56
=======

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.56'
__version__ = '1.35.57'


# 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.56,<1.36.0
botocore>=1.35.57,<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.56,<1.36.0',
'botocore>=1.35.57,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 10ed4d6

Please sign in to comment.