Skip to content

Commit

Permalink
Bumping version to 1.24.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 30, 2022
1 parent 9bdc8ba commit 0a554d0
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.24.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``athena``",
"description": "[``botocore``] This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "[``botocore``] This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.",
"type": "api-change"
},
{
"category": "``emr``",
"description": "[``botocore``] Update emr client to latest version",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] This release adds tag as an input of CreateDatabase",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "[``botocore``] Amazon Kendra now provides a data source connector for alfresco",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] Documentation updates for Amazon Managed Workflows for Apache Airflow.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "[``botocore``] Documentation update for GetProducts Response.",
"type": "api-change"
},
{
"category": "``wellarchitected``",
"description": "[``botocore``] Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "[``botocore``] This release adds support for managing user availability configurations in Amazon WorkMail.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-athena-27406.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-42678.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emr-2124.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-88060.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-70563.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mwaa-93350.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pricing-93309.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wellarchitected-32415.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workmail-26938.json

This file was deleted.

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

1.24.21
=======

* api-change:``athena``: [``botocore``] This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API.
* api-change:``customer-profiles``: [``botocore``] This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.
* api-change:``emr``: [``botocore``] Update emr client to latest version
* api-change:``glue``: [``botocore``] This release adds tag as an input of CreateDatabase
* api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for alfresco
* api-change:``mwaa``: [``botocore``] Documentation updates for Amazon Managed Workflows for Apache Airflow.
* api-change:``pricing``: [``botocore``] Documentation update for GetProducts Response.
* api-change:``wellarchitected``: [``botocore``] Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.
* api-change:``workmail``: [``botocore``] This release adds support for managing user availability configurations in Amazon WorkMail.


1.24.20
=======

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.24.20'
__version__ = '1.24.21'


# 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.27.20,<1.28.0
botocore>=1.27.21,<1.28.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.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.27.20,<1.28.0',
'botocore>=1.27.21,<1.28.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 0a554d0

Please sign in to comment.