Skip to content

Commit

Permalink
Merge branch 'release-1.18.57' into develop
Browse files Browse the repository at this point in the history
* release-1.18.57:
  Bumping version to 1.18.57
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 7, 2021
2 parents 8feeb37 + b8a6c55 commit 2af248f
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.18.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``kendra``",
"description": "[``botocore``] Amazon Kendra now supports indexing and querying documents in different languages.",
"type": "api-change"
},
{
"category": "``grafana``",
"description": "[``botocore``] Initial release of the SDK for Amazon Managed Grafana API.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "[``botocore``] Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.",
"type": "api-change"
},
{
"category": "``backup``",
"description": "[``botocore``] Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.",
"type": "api-change"
},
{
"category": "``schemas``",
"description": "[``botocore``] Removing unused request/response objects.",
"type": "api-change"
},
{
"category": "``chime``",
"description": "[``botocore``] This release enables customers to configure Chime MediaCapturePipeline via API.",
"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.18.57
=======

* api-change:``kendra``: [``botocore``] Amazon Kendra now supports indexing and querying documents in different languages.
* api-change:``grafana``: [``botocore``] Initial release of the SDK for Amazon Managed Grafana API.
* api-change:``firehose``: [``botocore``] Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
* api-change:``backup``: [``botocore``] Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.
* api-change:``schemas``: [``botocore``] Removing unused request/response objects.
* api-change:``chime``: [``botocore``] This release enables customers to configure Chime MediaCapturePipeline via API.


1.18.56
=======

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.18.56'
__version__ = '1.18.57'


# 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.21.56,<1.22.0
botocore>=1.21.57,<1.22.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.21.56,<1.22.0',
'botocore>=1.21.57,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 2af248f

Please sign in to comment.