Skip to content

Commit

Permalink
Merge branch 'release-1.17.41'
Browse files Browse the repository at this point in the history
* release-1.17.41:
  Bumping version to 1.17.41
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 30, 2021
2 parents c3037b7 + 73364d8 commit f09c233
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.17.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``sagemaker``",
"description": "[``botocore``] Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs",
"type": "api-change"
},
{
"category": "``ec2-instance-connect``",
"description": "[``botocore``] Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port.",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "[``botocore``] Update cloudwatch client to latest version",
"type": "api-change"
},
{
"category": "``databrew``",
"description": "[``botocore``] This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "[``botocore``] This release adds support for Batch Predictions in Amazon Fraud Detector.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console",
"type": "api-change"
},
{
"category": "``config``",
"description": "[``botocore``] Adding new APIs to support ConformancePack Compliance CI in Aggregators",
"type": "api-change"
},
{
"category": "``pinpoint``",
"description": "[``botocore``] Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.17.41
=======

* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Autopilot now supports 1) feature importance reports for AutoML jobs and 2) PartialFailures for AutoML jobs
* api-change:``ec2-instance-connect``: [``botocore``] Adding support to push SSH keys to the EC2 serial console in order to allow an SSH connection to your Amazon EC2 instance's serial port.
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``databrew``: [``botocore``] This SDK release adds two new dataset features: 1) support for specifying a database connection as a dataset input 2) support for dynamic datasets that accept configurable parameters in S3 path.
* api-change:``frauddetector``: [``botocore``] This release adds support for Batch Predictions in Amazon Fraud Detector.
* api-change:``ec2``: [``botocore``] ReplaceRootVolume feature enables customers to replace the EBS root volume of a running instance to a previously known state. Add support to grant account-level access to the EC2 serial console
* api-change:``config``: [``botocore``] Adding new APIs to support ConformancePack Compliance CI in Aggregators
* api-change:``pinpoint``: [``botocore``] Added support for journey pause/resume, journey updatable import segment and journey quiet time wait.


1.17.40
=======

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.40'
__version__ = '1.17.41'


# 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.40,<1.21.0
botocore>=1.20.41,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.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.40,<1.21.0',
'botocore>=1.20.41,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit f09c233

Please sign in to comment.