Skip to content

Commit

Permalink
Bumping version to 1.35.83
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 17, 2024
1 parent c34e3c3 commit 4c6a3cb
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/1.35.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``account``",
"description": "Update endpoint configuration.",
"type": "api-change"
},
{
"category": "``backup``",
"description": "Add Support for Backup Indexing",
"type": "api-change"
},
{
"category": "``backupsearch``",
"description": "Add support for searching backups",
"type": "api-change"
},
{
"category": "``batch``",
"description": "This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.",
"type": "api-change"
},
{
"category": "``cleanroomsml``",
"description": "Add support for SQL compute configuration for StartAudienceGenerationJob API.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "AWS CodePipeline V2 type pipelines now support Managed Compute Rule.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.",
"type": "api-change"
},
{
"category": "``m2``",
"description": "This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.",
"type": "api-change"
},
{
"category": "``synthetics``",
"description": "Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-account-96163.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-backup-34455.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-backupsearch-17260.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-batch-5312.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cleanroomsml-63720.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudfront-34415.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codepipeline-86495.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-68973.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-m2-66981.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-synthetics-5397.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.83
=======

* api-change:``account``: Update endpoint configuration.
* api-change:``backup``: Add Support for Backup Indexing
* api-change:``backupsearch``: Add support for searching backups
* api-change:``batch``: This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs.
* api-change:``cleanroomsml``: Add support for SQL compute configuration for StartAudienceGenerationJob API.
* api-change:``cloudfront``: Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.
* api-change:``codepipeline``: AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
* api-change:``ecs``: Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
* api-change:``m2``: This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests.
* api-change:``synthetics``: Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs.


1.35.82
=======

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.82'
__version__ = '1.35.83'


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.82'
release = '1.35.83'

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

0 comments on commit 4c6a3cb

Please sign in to comment.