Skip to content

Commit 9402965

Browse files
Bumping version to 1.42.89
1 parent d7f945c commit 9402965

11 files changed

Lines changed: 51 additions & 37 deletions

.changes/1.42.89.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``customer-profiles``",
4+
"description": "This release introduces changes to SegmentDefinition APIs to support sorting by attributes.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``deadline``",
9+
"description": "Adds GetMonitorSettings and UpdateMonitorSettings APIs to Deadline Cloud. Enables reading and writing monitor settings as key-value pairs (up to 64 keys per monitor). UpdateMonitorSettings supports upsert and delete (via empty value) semantics and is idempotent.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``endpoint-rules``",
14+
"description": "Update endpoint-rules client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``glue``",
19+
"description": "AWS Glue now defaults to Glue version 5.1 for newly created jobs if the Glue version is not specified in the request, and UpdateJob now preserves the existing Glue version of a job when the Glue version is not specified in the update request.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``interconnect``",
24+
"description": "Initial release of AWS Interconnect -- a managed private connectivity service that enables you to create high-speed network connections between your AWS Virtual Private Clouds (VPCs) and your VPCs on other public clouds or your on-premise networks.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``macie2``",
29+
"description": "This release adds an optional expectedBucketOwner field to the Macie S3 export configuration, allowing customers to verify bucket ownership before Macie writes results to the destination bucket.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``securityhub``",
34+
"description": "Provide organizational unit scoping capability for GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2, GetResourcesStatisticsV2 APIs.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-customerprofiles-18464.json

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

.changes/next-release/api-change-deadline-66240.json

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

.changes/next-release/api-change-endpointrules-58492.json

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

.changes/next-release/api-change-glue-74652.json

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

.changes/next-release/api-change-interconnect-16763.json

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

.changes/next-release/api-change-macie2-8323.json

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

.changes/next-release/api-change-securityhub-38814.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.42.89
6+
=======
7+
8+
* api-change:``customer-profiles``: This release introduces changes to SegmentDefinition APIs to support sorting by attributes.
9+
* api-change:``deadline``: Adds GetMonitorSettings and UpdateMonitorSettings APIs to Deadline Cloud. Enables reading and writing monitor settings as key-value pairs (up to 64 keys per monitor). UpdateMonitorSettings supports upsert and delete (via empty value) semantics and is idempotent.
10+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
11+
* api-change:``glue``: AWS Glue now defaults to Glue version 5.1 for newly created jobs if the Glue version is not specified in the request, and UpdateJob now preserves the existing Glue version of a job when the Glue version is not specified in the update request.
12+
* api-change:``interconnect``: Initial release of AWS Interconnect -- a managed private connectivity service that enables you to create high-speed network connections between your AWS Virtual Private Clouds (VPCs) and your VPCs on other public clouds or your on-premise networks.
13+
* api-change:``macie2``: This release adds an optional expectedBucketOwner field to the Macie S3 export configuration, allowing customers to verify bucket ownership before Macie writes results to the destination bucket.
14+
* api-change:``securityhub``: Provide organizational unit scoping capability for GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2, GetResourcesStatisticsV2 APIs.
15+
16+
517
1.42.88
618
=======
719

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.88'
20+
__version__ = '1.42.89'
2121

2222

2323
# Configure default logger to do nothing

0 commit comments

Comments
 (0)