Skip to content

Commit 5ee9ffd

Browse files
Bumping version to 1.39.3
1 parent 05b5f83 commit 5ee9ffd

10 files changed

Lines changed: 45 additions & 32 deletions

.changes/1.39.3.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``customer-profiles``",
4+
"description": "This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``deadline``",
9+
"description": "Added fields for output manifest reporting and task chunking parameters",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated).",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediapackagev2``",
19+
"description": "This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53``",
24+
"description": "Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart.",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-customerprofiles-20510.json

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

.changes/next-release/api-change-deadline-96371.json

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

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

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

.changes/next-release/api-change-mediapackagev2-48499.json

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

.changes/next-release/api-change-route53-46756.json

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

.changes/next-release/api-change-sagemaker-8884.json

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

CHANGELOG.rst

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

5+
1.39.3
6+
======
7+
8+
* api-change:``customer-profiles``: This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain.
9+
* api-change:``deadline``: Added fields for output manifest reporting and task chunking parameters
10+
* api-change:``ec2``: This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated).
11+
* api-change:``mediapackagev2``: This release adds support for Microsoft Smooth Streaming (MSS) and allows users to exclude DRM segment Metadata in MediaPackage v2 Origin Endpoints
12+
* api-change:``route53``: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.
13+
* api-change:``sagemaker``: Changes include new StartSession API for SageMaker Studio spaces and CreateHubContentPresignedUrls API for SageMaker JumpStart.
14+
15+
516
1.39.2
617
======
718

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.39.2'
19+
__version__ = '1.39.3'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.39'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.39.2'
62+
release = '1.39.3'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)