Skip to content

Commit

Permalink
Merge branch 'release-1.34.5' into develop
Browse files Browse the repository at this point in the history
* release-1.34.5:
  Bumping version to 1.34.5
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Dec 20, 2023
2 parents fcf600b + 635f2c7 commit fdb0076
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 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": "[``botocore``] 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": "[``botocore``] Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] 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": "[``botocore``] Adding Confirmation Status and Execution Status to GetTransaction Response.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "[``botocore``] Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field",
"type": "api-change"
},
{
"category": "``route53``",
"description": "[``botocore``] 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": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
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``: [``botocore``] 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``: [``botocore``] Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
* api-change:``guardduty``: [``botocore``] 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``: [``botocore``] Adding Confirmation Status and Execution Status to GetTransaction Response.
* api-change:``mediatailor``: [``botocore``] Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
* api-change:``route53``: [``botocore``] 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``: [``botocore``] Update endpoint-rules client to latest version


1.34.4
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.4'
__version__ = '1.34.5'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.4,<1.35.0
botocore>=1.34.5,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.9.0,<0.10.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.4,<1.35.0',
'botocore>=1.34.5,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.9.0,<0.10.0',
]
Expand Down

0 comments on commit fdb0076

Please sign in to comment.