Skip to content

Commit 634ec1f

Browse files
Merge branch 'release-1.42.97' into develop
* release-1.42.97: Bumping version to 1.42.97 Add changelog entries from botocore
2 parents 773ac7c + fbac509 commit 634ec1f

5 files changed

Lines changed: 82 additions & 3 deletions

File tree

.changes/1.42.97.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``application-signals``",
4+
"description": "[``botocore``] Application Signals now supports creating composite Service Level Objectives on Service Operations. Users can now create service SLO on multiple operations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``billingconductor``",
9+
"description": "[``botocore``] Add support for Passthrough pricing plan",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``gameliftstreams``",
14+
"description": "[``botocore``] Adds Proton 10.0-4 to the list of runtime environment options available when creating an Amazon GameLift Streams application",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``glue``",
19+
"description": "[``botocore``] Addition of AdditionalAuditContext to GetPartition, GetPartitions, GetTableVersion, and GetTableVersions",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ivs``",
24+
"description": "[``botocore``] Adds tags parameter to the CreateAdConfiguration operation",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kms``",
29+
"description": "[``botocore``] KMS GetKeyLastUsage API provides information on the last successful cryptographic operation performed on KMS keys. This new API provides KMS customers with the last timestamp, CloudTrail eventId, and the cryptographic operation that was performed on the key.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``logs``",
34+
"description": "[``botocore``] Adds support for selecting all logs sources and types in a single association.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``mgn``",
39+
"description": "[``botocore``] Added network modernization support, enabling customers to edit, resize, merge, and split VPCs and subnets during migration while retaining functional, non-conflicting IP addresses.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``omics``",
44+
"description": "[``botocore``] Enable Public Internet or VPC configuration to BatchRun",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``opensearch``",
49+
"description": "[``botocore``] Amazon OpenSearch Service now supports JWKS URL configuration for JWT authentication",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``sagemaker``",
54+
"description": "[``botocore``] Updated API documentation for endpoint MetricsConfig. Added details on supported metric publish frequencies and clarified how EnableEnhancedMetrics controls utilization and invocation metric behavior.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``workspaces``",
59+
"description": "[``botocore``] Added support for Protocol as modified resource and added update failure as modification state",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
CHANGELOG
33
=========
44

5+
1.42.97
6+
=======
7+
8+
* api-change:``application-signals``: [``botocore``] Application Signals now supports creating composite Service Level Objectives on Service Operations. Users can now create service SLO on multiple operations.
9+
* api-change:``billingconductor``: [``botocore``] Add support for Passthrough pricing plan
10+
* api-change:``gameliftstreams``: [``botocore``] Adds Proton 10.0-4 to the list of runtime environment options available when creating an Amazon GameLift Streams application
11+
* api-change:``glue``: [``botocore``] Addition of AdditionalAuditContext to GetPartition, GetPartitions, GetTableVersion, and GetTableVersions
12+
* api-change:``ivs``: [``botocore``] Adds tags parameter to the CreateAdConfiguration operation
13+
* api-change:``kms``: [``botocore``] KMS GetKeyLastUsage API provides information on the last successful cryptographic operation performed on KMS keys. This new API provides KMS customers with the last timestamp, CloudTrail eventId, and the cryptographic operation that was performed on the key.
14+
* api-change:``logs``: [``botocore``] Adds support for selecting all logs sources and types in a single association.
15+
* api-change:``mgn``: [``botocore``] Added network modernization support, enabling customers to edit, resize, merge, and split VPCs and subnets during migration while retaining functional, non-conflicting IP addresses.
16+
* api-change:``omics``: [``botocore``] Enable Public Internet or VPC configuration to BatchRun
17+
* api-change:``opensearch``: [``botocore``] Amazon OpenSearch Service now supports JWKS URL configuration for JWT authentication
18+
* api-change:``sagemaker``: [``botocore``] Updated API documentation for endpoint MetricsConfig. Added details on supported metric publish frequencies and clarified how EnableEnhancedMetrics controls utilization and invocation metric behavior.
19+
* api-change:``workspaces``: [``botocore``] Added support for Protocol as modified resource and added update failure as modification state
20+
21+
522
1.42.96
623
=======
724

boto3/__init__.py

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

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.42.96'
21+
__version__ = '1.42.97'
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.42.96,<1.43.0
6+
botocore>=1.42.97,<1.43.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.16.0,<0.17.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.42.96,<1.43.0',
17+
'botocore>=1.42.97,<1.43.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.16.0,<0.17.0',
2020
]

0 commit comments

Comments
 (0)