Skip to content

Commit

Permalink
Merge branch 'release-1.24.23'
Browse files Browse the repository at this point in the history
* release-1.24.23:
  Bumping version to 1.24.23
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 5, 2022
2 parents 4f8e154 + 0a0e707 commit bf45b1a
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.24.23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``config``",
"description": "[``botocore``] Updating documentation service limits",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "[``botocore``] Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Adds waiters support for DBCluster.",
"type": "api-change"
},
{
"category": "``rolesanywhere``",
"description": "[``botocore``] IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources.",
"type": "api-change"
},
{
"category": "``ssm-incidents``",
"description": "[``botocore``] Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.24.23
=======

* api-change:``config``: [``botocore``] Updating documentation service limits
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``quicksight``: [``botocore``] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
* api-change:``rds``: [``botocore``] Adds waiters support for DBCluster.
* api-change:``rolesanywhere``: [``botocore``] IAM Roles Anywhere allows your workloads such as servers, containers, and applications to obtain temporary AWS credentials and use the same IAM roles and policies that you have configured for your AWS workloads to access AWS resources.
* api-change:``ssm-incidents``: [``botocore``] Adds support for tagging incident-record on creation by providing incident tags in the template within a response-plan.


1.24.22
=======

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.22'
__version__ = '1.24.23'


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

0 comments on commit bf45b1a

Please sign in to comment.