Skip to content

Commit

Permalink
Bumping version to 1.34.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2023
1 parent 3bb8808 commit 84be4a5
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``appstream``",
"description": "This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API",
"type": "api-change"
},
{
"category": "``managedblockchain-query``",
"description": "Adding Confirmation Status and Execution Status to GetTransaction Response.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-26179.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-77692.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-guardduty-56993.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-42616.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53-99228.json

This file was deleted.

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

1.34.5
======

* api-change:``appstream``: This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
* api-change:``eks``: Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* api-change:``guardduty``: This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
* api-change:``managedblockchain-query``: Adding Confirmation Status and Execution Status to GetTransaction Response.
* api-change:``mediatailor``: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* api-change:``route53``: Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version


1.34.4
======

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.4'
__version__ = '1.34.5'


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.4'
release = '1.34.5'

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

0 comments on commit 84be4a5

Please sign in to comment.