Skip to content

Commit 01b9d30

Browse files
Bumping version to 1.18.37
1 parent d48b72f commit 01b9d30

12 files changed

+52
-38
lines changed

.changes/1.18.37.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``elasticache``",
4+
"description": "[``botocore``] Doc only update for ElastiCache",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``amp``",
9+
"description": "[``botocore``] This release adds tagging support for Amazon Managed Service for Prometheus workspace.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``forecast``",
14+
"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.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``xray``",
19+
"description": "[``botocore``] Updated references to AWS KMS keys and customer managed keys to reflect current terminology.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ssm-contacts``",
24+
"description": "[``botocore``] Added SDK examples for SSM-Contacts.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``mediapackage``",
29+
"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.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``eks``",
34+
"description": "[``botocore``] Adding RegisterCluster and DeregisterCluster operations, to support connecting external clusters to EKS.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-amp-30429.json

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

.changes/next-release/api-change-eks-9608.json

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

.changes/next-release/api-change-elasticache-48153.json

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

.changes/next-release/api-change-forecast-43447.json

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

.changes/next-release/api-change-mediapackage-23197.json

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

.changes/next-release/api-change-ssmcontacts-53215.json

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

.changes/next-release/api-change-xray-98592.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.18.37
6+
=======
7+
8+
* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
9+
* api-change:``amp``: [``botocore``] This release adds tagging support for Amazon Managed Service for Prometheus workspace.
10+
* 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.
11+
* api-change:``xray``: [``botocore``] Updated references to AWS KMS keys and customer managed keys to reflect current terminology.
12+
* api-change:``ssm-contacts``: [``botocore``] Added SDK examples for SSM-Contacts.
13+
* 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.
14+
* api-change:``eks``: [``botocore``] Adding RegisterCluster and DeregisterCluster operations, to support connecting external clusters to EKS.
15+
16+
517
1.18.36
618
=======
719

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.36'
21+
__version__ = '1.18.37'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.21.36,<1.22.0
6+
botocore>=1.21.37,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.21.36,<1.22.0',
17+
'botocore>=1.21.37,<1.22.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.5.0,<0.6.0'
2020
]

0 commit comments

Comments
 (0)