Skip to content

Commit

Permalink
Merge branch 'release-1.34.107' into develop
Browse files Browse the repository at this point in the history
* release-1.34.107:
  Bumping version to 1.34.107
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 16, 2024
2 parents 5eaa867 + 8269cfb commit ec8763d
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.107.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``acm-pca``",
"description": "[``botocore``] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] Adding Contact Flow metrics to the GetMetricDataV2 API",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "[``botocore``] AWS MSK support for Broker Removal.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Documentation updates for AWS Secrets Manager",
"type": "api-change"
},
{
"category": "retries",
"description": "[``botocore``] Fix backoff calculation for truncated binary exponential backoff (`#3178 <https://github.com/boto/botocore/issues/3178>`__)",
"type": "bugfix"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.34.107
========

* api-change:``acm-pca``: [``botocore``] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
* api-change:``connect``: [``botocore``] Adding Contact Flow metrics to the GetMetricDataV2 API
* api-change:``kafka``: [``botocore``] AWS MSK support for Broker Removal.
* api-change:``mwaa``: [``botocore``] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.
* api-change:``quicksight``: [``botocore``] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
* api-change:``sagemaker``: [``botocore``] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
* api-change:``secretsmanager``: [``botocore``] Documentation updates for AWS Secrets Manager
* bugfix:retries: [``botocore``] Fix backoff calculation for truncated binary exponential backoff (`#3178 <https://github.com/boto/botocore/issues/3178>`__)


1.34.106
========

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.106'
__version__ = '1.34.107'


# 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.106,<1.35.0
botocore>=1.34.107,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.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.106,<1.35.0',
'botocore>=1.34.107,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit ec8763d

Please sign in to comment.