Skip to content

Commit

Permalink
Bumping version to 1.34.137
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 1, 2024
1 parent 13ff416 commit 9f8acbc
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.137.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``apigateway``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``cognito-identity``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.",
"type": "api-change"
},
{
"category": "``docdb``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Updates EKS managed node groups to support EC2 Capacity Blocks for ML",
"type": "api-change"
},
{
"category": "``payment-cryptography``",
"description": "Added further restrictions on logging of potentially sensitive inputs and outputs.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``swf``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apigateway-11176.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidentity-50008.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-7075.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-docdb-92822.json

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-stepfunctions-36126.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-swf-2023.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-9442.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.137
========

* api-change:``apigateway``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``cognito-identity``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``connect``: Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
* api-change:``docdb``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``eks``: Updates EKS managed node groups to support EC2 Capacity Blocks for ML
* api-change:``payment-cryptography``: Added further restrictions on logging of potentially sensitive inputs and outputs.
* api-change:``payment-cryptography-data``: Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
* api-change:``stepfunctions``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``swf``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``wafv2``: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.


1.34.136
========

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.136'
__version__ = '1.34.137'


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.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.136'
release = '1.34.137'

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

0 comments on commit 9f8acbc

Please sign in to comment.