Skip to content

Commit

Permalink
Merge branch 'release-1.17.111' into develop
Browse files Browse the repository at this point in the history
* release-1.17.111:
  Bumping version to 1.17.111
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2021
2 parents 16ff283 + 0ce0f9d commit 58664ad
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.17.111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``amplifybackend``",
"description": "[``botocore``] Added Sign in with Apple OAuth provider.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Release new APIs to support new Redshift feature - Authentication Profile",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "[``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights.",
"type": "api-change"
},
{
"category": "``lex-models``",
"description": "[``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.",
"type": "api-change"
},
{
"category": "``directconnect``",
"description": "[``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "[``botocore``] Documentation updates for api.pricing",
"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.17.111
========

* api-change:``amplifybackend``: [``botocore``] Added Sign in with Apple OAuth provider.
* api-change:``redshift``: [``botocore``] Release new APIs to support new Redshift feature - Authentication Profile
* api-change:``ssm``: [``botocore``] Changes to OpsCenter APIs to support a new feature, operational insights.
* api-change:``lex-models``: [``botocore``] Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.
* api-change:``directconnect``: [``botocore``] This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
* api-change:``pricing``: [``botocore``] Documentation updates for api.pricing


1.17.110
========

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.110'
__version__ = '1.17.111'


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

0 comments on commit 58664ad

Please sign in to comment.