Skip to content

Commit

Permalink
Bumping version to 1.17.83
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 27, 2021
1 parent bc5b40f commit cb13901
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.17.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``iotevents-data``",
"description": "[``botocore``] Releasing new APIs for AWS IoT Events Alarms",
"type": "api-change"
},
{
"category": "``devicefarm``",
"description": "[``botocore``] Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "[``botocore``] Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] IoT SiteWise Monitor Portal API updates to add alarms feature configuration.",
"type": "api-change"
},
{
"category": "``resource-groups``",
"description": "[``botocore``] Documentation updates for Resource Groups.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] Documentation updates for Lightsail",
"type": "api-change"
},
{
"category": "``iotevents``",
"description": "[``botocore``] Releasing new APIs for AWS IoT Events Alarms",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.",
"type": "api-change"
},
{
"category": "``sqs``",
"description": "[``botocore``] Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-devicefarm-6082.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-10963.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotevents-27227.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ioteventsdata-37490.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-12587.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-63216.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-92989.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resourcegroups-26103.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sqs-17364.json

This file was deleted.

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

1.17.83
=======

* api-change:``iotevents-data``: [``botocore``] Releasing new APIs for AWS IoT Events Alarms
* api-change:``devicefarm``: [``botocore``] Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
* api-change:``kendra``: [``botocore``] Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.
* api-change:``iotsitewise``: [``botocore``] IoT SiteWise Monitor Portal API updates to add alarms feature configuration.
* api-change:``resource-groups``: [``botocore``] Documentation updates for Resource Groups.
* api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail
* api-change:``iotevents``: [``botocore``] Releasing new APIs for AWS IoT Events Alarms
* api-change:``fsx``: [``botocore``] This release adds LZ4 data compression support to FSx for Lustre to reduce storage consumption of both file system storage and file system backups.
* api-change:``sqs``: [``botocore``] Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.


1.17.82
=======

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.82'
__version__ = '1.17.83'


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

0 comments on commit cb13901

Please sign in to comment.