Skip to content

Commit 9edd9d8

Browse files
Merge branch 'release-1.17.83' into develop
* release-1.17.83: Bumping version to 1.17.83 Add changelog entries from botocore
2 parents 4d6ab57 + cb13901 commit 9edd9d8

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.17.83.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``iotevents-data``",
4+
"description": "[``botocore``] Releasing new APIs for AWS IoT Events Alarms",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``devicefarm``",
9+
"description": "[``botocore``] Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``kendra``",
14+
"description": "[``botocore``] Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``iotsitewise``",
19+
"description": "[``botocore``] IoT SiteWise Monitor Portal API updates to add alarms feature configuration.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``resource-groups``",
24+
"description": "[``botocore``] Documentation updates for Resource Groups.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lightsail``",
29+
"description": "[``botocore``] Documentation updates for Lightsail",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``iotevents``",
34+
"description": "[``botocore``] Releasing new APIs for AWS IoT Events Alarms",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``fsx``",
39+
"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.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sqs``",
44+
"description": "[``botocore``] Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.17.83
6+
=======
7+
8+
* api-change:``iotevents-data``: [``botocore``] Releasing new APIs for AWS IoT Events Alarms
9+
* api-change:``devicefarm``: [``botocore``] Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
10+
* api-change:``kendra``: [``botocore``] Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.
11+
* api-change:``iotsitewise``: [``botocore``] IoT SiteWise Monitor Portal API updates to add alarms feature configuration.
12+
* api-change:``resource-groups``: [``botocore``] Documentation updates for Resource Groups.
13+
* api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail
14+
* api-change:``iotevents``: [``botocore``] Releasing new APIs for AWS IoT Events Alarms
15+
* 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.
16+
* api-change:``sqs``: [``botocore``] Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.
17+
18+
519
1.17.82
620
=======
721

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.17.82'
21+
__version__ = '1.17.83'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 1
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.20.82,<1.21.0
6+
botocore>=1.20.83,<1.21.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.4.0,<0.5.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.20.82,<1.21.0',
17+
'botocore>=1.20.83,<1.21.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.4.0,<0.5.0'
2020
]

0 commit comments

Comments
 (0)