Skip to content

Commit

Permalink
Merge branch 'release-1.17.42'
Browse files Browse the repository at this point in the history
* release-1.17.42:
  Bumping version to 1.17.42
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 31, 2021
2 parents f09c233 + 18735b0 commit d5ffbd0
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 3 deletions.
82 changes: 82 additions & 0 deletions .changes/1.17.42.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
[
{
"category": "``iot``",
"description": "[``botocore``] Added ability to prefix search on attribute value for ListThings API.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "[``botocore``] Minor documentation and link updates.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "[``botocore``] Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).",
"type": "api-change"
},
{
"category": "``cloudhsm``",
"description": "[``botocore``] Minor documentation and link updates.",
"type": "api-change"
},
{
"category": "``comprehend``",
"description": "[``botocore``] Support for customer managed KMS encryption of Comprehend custom models",
"type": "api-change"
},
{
"category": "``cognito-sync``",
"description": "[``botocore``] Minor documentation updates and link updates.",
"type": "api-change"
},
{
"category": "``batch``",
"description": "[``botocore``] AWS Batch adds support for Amazon EFS File System",
"type": "api-change"
},
{
"category": "``detective``",
"description": "[``botocore``] Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "[``botocore``] Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "[``botocore``] 1. Added a new parameter RegionConcurrencyType in OperationPreferences. 2. Changed the name of AccountUrl to AccountsUrl in DeploymentTargets parameter.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "[``botocore``] Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.",
"type": "api-change"
},
{
"category": "``directconnect``",
"description": "[``botocore``] This release adds MACsec support to AWS Direct Connect",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "[``botocore``] This release adds support for mobile device access rules management in Amazon WorkMail.",
"type": "api-change"
},
{
"category": "``datapipeline``",
"description": "[``botocore``] Minor documentation updates and link updates.",
"type": "api-change"
},
{
"category": "``machinelearning``",
"description": "[``botocore``] Minor documentation updates and link updates.",
"type": "api-change"
}
]
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
CHANGELOG
=========

1.17.42
=======

* api-change:``iot``: [``botocore``] Added ability to prefix search on attribute value for ListThings API.
* api-change:``pricing``: [``botocore``] Minor documentation and link updates.
* api-change:``transcribe``: [``botocore``] Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).
* api-change:``cloudhsm``: [``botocore``] Minor documentation and link updates.
* api-change:``comprehend``: [``botocore``] Support for customer managed KMS encryption of Comprehend custom models
* api-change:``cognito-sync``: [``botocore``] Minor documentation updates and link updates.
* api-change:``batch``: [``botocore``] AWS Batch adds support for Amazon EFS File System
* api-change:``detective``: [``botocore``] Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.
* api-change:``iotwireless``: [``botocore``] Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.
* api-change:``cloudformation``: [``botocore``] 1. Added a new parameter RegionConcurrencyType in OperationPreferences. 2. Changed the name of AccountUrl to AccountsUrl in DeploymentTargets parameter.
* api-change:``cloud9``: [``botocore``] Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.
* api-change:``directconnect``: [``botocore``] This release adds MACsec support to AWS Direct Connect
* api-change:``redshift``: [``botocore``] Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).
* api-change:``workmail``: [``botocore``] This release adds support for mobile device access rules management in Amazon WorkMail.
* api-change:``datapipeline``: [``botocore``] Minor documentation updates and link updates.
* api-change:``machinelearning``: [``botocore``] Minor documentation updates and link updates.


1.17.41
=======

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.17.41'
__version__ = '1.17.42'


# 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,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.41,<1.21.0
botocore>=1.20.42,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.41,<1.21.0',
'botocore>=1.20.42,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit d5ffbd0

Please sign in to comment.