Skip to content

Commit e4c74a7

Browse files
Bumping version to 1.38.20
1 parent fc6910f commit e4c74a7

11 files changed

Lines changed: 51 additions & 37 deletions

.changes/1.38.20.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``datasync``",
4+
"description": "Remove Discovery APIs from the DataSync service",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``glue``",
14+
"description": "Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``inspector2``",
19+
"description": "This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``oam``",
24+
"description": "Add IncludeTags field to GetLink, GetSink and UpdateLink API",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``privatenetworks``",
29+
"description": "The privatenetworks client has been removed following the deprecation of the service.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rds``",
34+
"description": "This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-datasync-79409.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-ec2-91894.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-glue-34531.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-inspector2-97391.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-oam-41533.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-privatenetworks-24583.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-rds-36296.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.38.20
6+
=======
7+
8+
* api-change:``datasync``: Remove Discovery APIs from the DataSync service
9+
* api-change:``ec2``: This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.
10+
* api-change:``glue``: Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.
11+
* api-change:``inspector2``: This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.
12+
* api-change:``oam``: Add IncludeTags field to GetLink, GetSink and UpdateLink API
13+
* api-change:``privatenetworks``: The privatenetworks client has been removed following the deprecation of the service.
14+
* api-change:``rds``: This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
15+
16+
517
1.38.19
618
=======
719

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.38.19'
19+
__version__ = '1.38.20'
2020

2121

2222
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)