Skip to content

Commit

Permalink
Bumping version to 1.34.83
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 11, 2024
1 parent 050c658 commit c801451
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``batch``",
"description": "This release adds the task properties field to attempt details and the name field on EKS container detail.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "Support access tokens for Bitbucket sources",
"type": "api-change"
},
{
"category": "``iam``",
"description": "For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.",
"type": "api-change"
},
{
"category": "``omics``",
"description": "This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.",
"type": "api-change"
},
{
"category": "``pipes``",
"description": "LogConfiguration ARN validation fixes",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "Documentation updates for Amazon S3-control.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-batch-87278.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudwatch-92849.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-65211.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iam-34223.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-26827.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-omics-85011.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pipes-20854.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-68606.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-24393.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.34.83
=======

* api-change:``batch``: This release adds the task properties field to attempt details and the name field on EKS container detail.
* api-change:``cloudfront``: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
* api-change:``cloudwatch``: This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.
* api-change:``codebuild``: Support access tokens for Bitbucket sources
* api-change:``iam``: For CreateOpenIDConnectProvider API, the ThumbprintList parameter is no longer required.
* api-change:``medialive``: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
* api-change:``omics``: This release adds support for retrieval of S3 direct access metadata on sequence stores and read sets, and adds support for SHA256up and SHA512up HealthOmics ETags.
* api-change:``pipes``: LogConfiguration ARN validation fixes
* api-change:``rds``: Updates Amazon RDS documentation for Standard Edition 2 support in RDS Custom for Oracle.
* api-change:``s3control``: Documentation updates for Amazon S3-control.


1.34.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.34.82'
__version__ = '1.34.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.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.82'
release = '1.34.83'

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

0 comments on commit c801451

Please sign in to comment.