Skip to content

Commit

Permalink
Bumping version to 1.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 18, 2023
1 parent 906b7f6 commit 66d8685
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 22 deletions.
22 changes: 22 additions & 0 deletions .changes/1.34.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``cognito-idp``",
"description": "Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Add support for EKS Cluster Access Management.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "A docs-only release to add missing entities to the API reference.",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "Add DOH protocols in resolver endpoints.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-86134.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-42627.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53resolver-67240.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.34.3
======

* api-change:``cognito-idp``: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* api-change:``eks``: Add support for EKS Cluster Access Management.
* api-change:``quicksight``: A docs-only release to add missing entities to the API reference.
* api-change:``route53resolver``: Add DOH protocols in resolver endpoints.


1.34.2
======

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.2'
__version__ = '1.34.3'


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.2'
release = '1.34.3'

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

0 comments on commit 66d8685

Please sign in to comment.