Skip to content

Commit

Permalink
Merge branch 'release-1.20.33'
Browse files Browse the repository at this point in the history
* release-1.20.33:
  Bumping version to 1.20.33
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jan 11, 2022
2 parents a323fa8 + 26a3654 commit 7f20c35
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.20.33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``finspace-data``",
"description": "[``botocore``] Documentation updates for FinSpace.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] This release adds the db-proxy event type to support subscribing to RDS Proxy events.",
"type": "api-change"
},
{
"category": "``ce``",
"description": "[``botocore``] Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "[``botocore``] Amazon Kendra now supports advanced query language and query-less search.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn.",
"type": "api-change"
},
{
"category": "``iotevents-data``",
"description": "[``botocore``] This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)",
"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.20.33
=======

* api-change:``finspace-data``: [``botocore``] Documentation updates for FinSpace.
* api-change:``rds``: [``botocore``] This release adds the db-proxy event type to support subscribing to RDS Proxy events.
* api-change:``ce``: [``botocore``] Doc only update for Cost Explorer API that fixes missing clarifications for MatchOptions definitions
* api-change:``kendra``: [``botocore``] Amazon Kendra now supports advanced query language and query-less search.
* api-change:``workspaces``: [``botocore``] Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn.
* api-change:``iotevents-data``: [``botocore``] This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide.
* api-change:``ec2``: [``botocore``] EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)


1.20.32
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.20.32'
__version__ = '1.20.33'


# 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.23.32,<1.24.0
botocore>=1.23.33,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.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.23.32,<1.24.0',
'botocore>=1.23.33,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 7f20c35

Please sign in to comment.