Skip to content

Commit be9e52d

Browse files
Merge branch 'release-1.26.141'
* release-1.26.141: Bumping version to 1.26.141 Add changelog entries from botocore
2 parents bb48b77 + c7b27d2 commit be9e52d

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.26.141.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``application-autoscaling``",
4+
"description": "[``botocore``] With this release, ElastiCache customers will be able to use predefined metricType \"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage\" for their ElastiCache instances.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``codepipeline``",
9+
"description": "[``botocore``] Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``gamelift``",
14+
"description": "[``botocore``] GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``glue``",
19+
"description": "[``botocore``] Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``migration-hub-refactor-spaces``",
24+
"description": "[``botocore``] This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "[``botocore``] Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.",
30+
"type": "api-change"
31+
}
32+
]

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.26.141
6+
========
7+
8+
* api-change:``application-autoscaling``: [``botocore``] With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
9+
* api-change:``codepipeline``: [``botocore``] Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
10+
* api-change:``gamelift``: [``botocore``] GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
11+
* api-change:``glue``: [``botocore``] Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.
12+
* api-change:``migration-hub-refactor-spaces``: [``botocore``] This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint.
13+
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.
14+
15+
516
1.26.140
617
========
718

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.26.140'
20+
__version__ = '1.26.141'
2121

2222

2323
# 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.29.140,<1.30.0
6+
botocore>=1.29.141,<1.30.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.6.0,<0.7.0
99

setup.py

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

1414

1515
requires = [
16-
'botocore>=1.29.140,<1.30.0',
16+
'botocore>=1.29.141,<1.30.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.6.0,<0.7.0',
1919
]

0 commit comments

Comments
 (0)