diff --git a/.changes/1.34.5.json b/.changes/1.34.5.json new file mode 100644 index 0000000000..4889c2bbdd --- /dev/null +++ b/.changes/1.34.5.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appstream-26179.json b/.changes/next-release/api-change-appstream-26179.json deleted file mode 100644 index e4b92b5244..0000000000 --- a/.changes/next-release/api-change-appstream-26179.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-eks-88919.json b/.changes/next-release/api-change-eks-88919.json deleted file mode 100644 index 6dfb0a98f9..0000000000 --- a/.changes/next-release/api-change-eks-88919.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues." -} diff --git a/.changes/next-release/api-change-endpointrules-77692.json b/.changes/next-release/api-change-endpointrules-77692.json deleted file mode 100644 index 00deedc0ca..0000000000 --- a/.changes/next-release/api-change-endpointrules-77692.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-guardduty-56993.json b/.changes/next-release/api-change-guardduty-56993.json deleted file mode 100644 index 9bfcedee3b..0000000000 --- a/.changes/next-release/api-change-guardduty-56993.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} diff --git a/.changes/next-release/api-change-managedblockchainquery-47665.json b/.changes/next-release/api-change-managedblockchainquery-47665.json deleted file mode 100644 index 3d4beed470..0000000000 --- a/.changes/next-release/api-change-managedblockchainquery-47665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``managedblockchain-query``", - "description": "Adding Confirmation Status and Execution Status to GetTransaction Response." -} diff --git a/.changes/next-release/api-change-mediatailor-42616.json b/.changes/next-release/api-change-mediatailor-42616.json deleted file mode 100644 index 7164079eae..0000000000 --- a/.changes/next-release/api-change-mediatailor-42616.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediatailor``", - "description": "Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field" -} diff --git a/.changes/next-release/api-change-route53-99228.json b/.changes/next-release/api-change-route53-99228.json deleted file mode 100644 index 80818441be..0000000000 --- a/.changes/next-release/api-change-route53-99228.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8644871a1a..c821d54cf9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index fbcc29e195..d22b75bbe4 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.4' +__version__ = '1.34.5' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index d0972db455..dfe52cbe3f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.