Skip to content

Commit

Permalink
Bumping version to 1.35.57
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 8, 2024
1 parent d81a864 commit 3484381
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 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": "This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "This release adds trace functionality to Bedrock Prompt Flows",
"type": "api-change"
},
{
"category": "``chime-sdk-media-pipelines``",
"description": "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": "AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "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": "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": "Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "Adds S3 path option to pass group member list for PutGroup API.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-batch-17210.json

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-controlcatalog-85029.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-firehose-51228.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-5834.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qbusiness-16949.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.57
=======

* api-change:``batch``: This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
* api-change:``bedrock-agent-runtime``: This release adds trace functionality to Bedrock Prompt Flows
* api-change:``chime-sdk-media-pipelines``: 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``: AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
* api-change:``eks``: Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups
* api-change:``firehose``: 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``: This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
* api-change:``pinpoint-sms-voice-v2``: Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
* api-change:``qbusiness``: Adds S3 path option to pass group member list for PutGroup API.


1.35.56
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.56'
__version__ = '1.35.57'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.56'
release = '1.35.57'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3484381

Please sign in to comment.