Skip to content

Commit

Permalink
Merge branch 'release-1.18.37'
Browse files Browse the repository at this point in the history
* release-1.18.37:
  Bumping version to 1.18.37
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Sep 7, 2021
2 parents 96f9e92 + 01b9d30 commit 9cf4273
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.18.37.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``elasticache``",
"description": "[``botocore``] Doc only update for ElastiCache",
"type": "api-change"
},
{
"category": "``amp``",
"description": "[``botocore``] This release adds tagging support for Amazon Managed Service for Prometheus workspace.",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "[``botocore``] Predictor creation now supports selecting an accuracy metric to optimize in AutoML and hyperparameter optimization. This release adds additional accuracy metrics for predictors - AverageWeightedQuantileLoss, MAPE and MASE.",
"type": "api-change"
},
{
"category": "``xray``",
"description": "[``botocore``] Updated references to AWS KMS keys and customer managed keys to reflect current terminology.",
"type": "api-change"
},
{
"category": "``ssm-contacts``",
"description": "[``botocore``] Added SDK examples for SSM-Contacts.",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "[``botocore``] SPEKE v2 support for live CMAF packaging type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports live DASH currently.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "[``botocore``] Adding RegisterCluster and DeregisterCluster operations, to support connecting external clusters to EKS.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.18.37
=======

* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
* api-change:``amp``: [``botocore``] This release adds tagging support for Amazon Managed Service for Prometheus workspace.
* api-change:``forecast``: [``botocore``] Predictor creation now supports selecting an accuracy metric to optimize in AutoML and hyperparameter optimization. This release adds additional accuracy metrics for predictors - AverageWeightedQuantileLoss, MAPE and MASE.
* api-change:``xray``: [``botocore``] Updated references to AWS KMS keys and customer managed keys to reflect current terminology.
* api-change:``ssm-contacts``: [``botocore``] Added SDK examples for SSM-Contacts.
* api-change:``mediapackage``: [``botocore``] SPEKE v2 support for live CMAF packaging type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports live DASH currently.
* api-change:``eks``: [``botocore``] Adding RegisterCluster and DeregisterCluster operations, to support connecting external clusters to EKS.


1.18.36
=======

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.36'
__version__ = '1.18.37'


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

0 comments on commit 9cf4273

Please sign in to comment.