Skip to content

Commit

Permalink
Bumping version to 1.18.40
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 10, 2021
1 parent fdd3f7e commit d110470
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.18.40.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``cloudformation``",
"description": "[``botocore``] Doc only update for CloudFormation that fixes several customer-reported issues.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.",
"type": "api-change"
},
{
"category": "``ecr``",
"description": "[``botocore``] This release updates terminology around KMS keys.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release adds support for \"Lifecycle Configurations\" to SageMaker Studio",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "[``botocore``] This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-32331.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecr-45293.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-91094.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-36798.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-48568.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transcribe-35925.json

This file was deleted.

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

1.18.40
=======

* api-change:``cloudformation``: [``botocore``] Doc only update for CloudFormation that fixes several customer-reported issues.
* api-change:``rds``: [``botocore``] This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.
* api-change:``ecr``: [``botocore``] This release updates terminology around KMS keys.
* api-change:``sagemaker``: [``botocore``] This release adds support for "Lifecycle Configurations" to SageMaker Studio
* api-change:``transcribe``: [``botocore``] This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs.
* api-change:``quicksight``: [``botocore``] Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).


1.18.39
=======

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.18.39'
__version__ = '1.18.40'


# 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,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.39,<1.22.0
botocore>=1.21.40,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
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.21.39,<1.22.0',
'botocore>=1.21.40,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit d110470

Please sign in to comment.