Skip to content

Commit

Permalink
Bumping version to 1.17.92
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 10, 2021
1 parent 698c630 commit a4e861e
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.17.92.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``sagemaker``",
"description": "[``botocore``] Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias.",
"type": "api-change"
},
{
"category": "``appmesh``",
"description": "[``botocore``] AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster.",
"type": "api-change"
},
{
"category": "``chime``",
"description": "[``botocore``] This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds a new optional parameter connectivityType (public, private) for the CreateNatGateway API. Private NatGateway does not require customers to attach an InternetGateway to the VPC and can be used for communication with other VPCs and on-premise networks.",
"type": "api-change"
},
{
"category": "``ram``",
"description": "[``botocore``] AWS Resource Access Manager (RAM) is releasing new field isResourceTypeDefault in ListPermissions and GetPermission response, and adding permissionArn parameter to GetResourceShare request to filter by permission attached",
"type": "api-change"
},
{
"category": "``sagemaker-featurestore-runtime``",
"description": "[``botocore``] Release BatchGetRecord API for AWS SageMaker Feature Store Runtime.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] Amazon Cognito now supports targeted sign out through refresh token revocation",
"type": "api-change"
},
{
"category": "``appflow``",
"description": "[``botocore``] Adding MAP_ALL task type support.",
"type": "api-change"
},
{
"category": "``managedblockchain``",
"description": "[``botocore``] This release supports KMS customer-managed Customer Master Keys (CMKs) on member-specific Hyperledger Fabric resources.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appflow-68216.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appmesh-10748.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chime-48017.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-72482.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-20512.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-managedblockchain-60573.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ram-50196.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshift-66369.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-7149.json

This file was deleted.

This file was deleted.

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

1.17.92
=======

* api-change:``sagemaker``: [``botocore``] Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias.
* api-change:``appmesh``: [``botocore``] AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.
* api-change:``redshift``: [``botocore``] Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster.
* api-change:``chime``: [``botocore``] This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account.
* api-change:``ec2``: [``botocore``] This release adds a new optional parameter connectivityType (public, private) for the CreateNatGateway API. Private NatGateway does not require customers to attach an InternetGateway to the VPC and can be used for communication with other VPCs and on-premise networks.
* api-change:``ram``: [``botocore``] AWS Resource Access Manager (RAM) is releasing new field isResourceTypeDefault in ListPermissions and GetPermission response, and adding permissionArn parameter to GetResourceShare request to filter by permission attached
* api-change:``sagemaker-featurestore-runtime``: [``botocore``] Release BatchGetRecord API for AWS SageMaker Feature Store Runtime.
* api-change:``cognito-idp``: [``botocore``] Amazon Cognito now supports targeted sign out through refresh token revocation
* api-change:``appflow``: [``botocore``] Adding MAP_ALL task type support.
* api-change:``managedblockchain``: [``botocore``] This release supports KMS customer-managed Customer Master Keys (CMKs) on member-specific Hyperledger Fabric resources.


1.17.91
=======

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.91'
__version__ = '1.17.92'


# 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.91,<1.21.0
botocore>=1.20.92,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.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.91,<1.21.0',
'botocore>=1.20.92,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit a4e861e

Please sign in to comment.