Skip to content

Commit 93ac28c

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11525403758.
1 parent 87a2a26 commit 93ac28c

File tree

5 files changed

+96
-160
lines changed

5 files changed

+96
-160
lines changed

changelog/changelog.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
{
33
"date": "2024-10-25",
44
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-10-23",
11+
"changes": [
12+
{
13+
"change": "added the new 'INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK' enum values to the 'results/items/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
14+
"changeCode": "response-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listProjectEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2024-10-23",
31+
"changes": [
32+
{
33+
"change": "added the new 'INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK' enum values to the '/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
34+
"changeCode": "response-property-enum-value-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "getProjectEvent",
43+
"tag": "Events"
44+
},
545
{
646
"path": "/api/atlas/v2/groups/{groupId}/streams",
747
"httpMethod": "POST",

changelog/changelog.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
- date: "2024-10-25"
22
paths:
3+
- httpMethod: GET
4+
operationId: listProjectEvents
5+
path: /api/atlas/v2/groups/{groupId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the new ''INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK'' enum values to the ''results/items/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
12+
changeCode: response-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-10-23"
15+
- httpMethod: GET
16+
operationId: getProjectEvent
17+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added the new ''INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK'' enum values to the ''/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
24+
changeCode: response-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2024-10-23"
327
- httpMethod: POST
428
operationId: createStreamInstance
529
path: /api/atlas/v2/groups/{groupId}/streams

changelog/internal/changelog-all.json

Lines changed: 16 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -3,95 +3,63 @@
33
"date": "2024-10-25",
44
"paths": [
55
{
6-
"path": "/api/atlas/v2/groups/{groupId}/streams",
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
77
"httpMethod": "GET",
88
"versions": [
99
{
1010
"version": "2024-10-23",
1111
"changes": [
1212
{
13-
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the 'results/items/dataProcessRegion/region/' response property",
13+
"change": "added the new 'INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK' enum values to the 'results/items/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
1414
"changeCode": "response-property-enum-value-added",
15-
"backwardCompatible": true,
16-
"hideFromChangelog": true
17-
},
18-
{
19-
"change": "removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'results/items/dataProcessRegion/region/' response property",
20-
"changeCode": "response-property-enum-value-removed",
21-
"backwardCompatible": false,
22-
"hideFromChangelog": true
15+
"backwardCompatible": true
2316
}
2417
],
2518
"stabilityLevel": "stable",
2619
"changeType": "update"
2720
}
2821
],
29-
"operationId": "listStreamInstances",
30-
"tag": "Streams"
22+
"operationId": "listProjectEvents",
23+
"tag": "Events"
3124
},
3225
{
33-
"path": "/api/atlas/v2/groups/{groupId}/streams",
34-
"httpMethod": "POST",
26+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
27+
"httpMethod": "GET",
3528
"versions": [
3629
{
3730
"version": "2024-10-23",
3831
"changes": [
3932
{
40-
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property",
33+
"change": "added the new 'INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK' enum values to the '/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
4134
"changeCode": "response-property-enum-value-added",
42-
"backwardCompatible": true,
43-
"hideFromChangelog": true
44-
},
45-
{
46-
"change": "removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property",
47-
"changeCode": "response-property-enum-value-removed",
48-
"backwardCompatible": false,
49-
"hideFromChangelog": true
50-
},
51-
{
52-
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'dataProcessRegion/region/'",
53-
"changeCode": "request-property-enum-value-added",
5435
"backwardCompatible": true
55-
},
56-
{
57-
"change": "removed the enum values 'AMSTERDAM_NLD, VIRGINIA_USA' of the request property 'dataProcessRegion/region/'",
58-
"changeCode": "request-property-enum-value-removed",
59-
"backwardCompatible": false,
60-
"hideFromChangelog": true
6136
}
6237
],
6338
"stabilityLevel": "stable",
6439
"changeType": "update"
6540
}
6641
],
67-
"operationId": "createStreamInstance",
68-
"tag": "Streams"
42+
"operationId": "getProjectEvent",
43+
"tag": "Events"
6944
},
7045
{
71-
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
72-
"httpMethod": "GET",
46+
"path": "/api/atlas/v2/groups/{groupId}/streams",
47+
"httpMethod": "POST",
7348
"versions": [
7449
{
7550
"version": "2024-10-23",
7651
"changes": [
7752
{
78-
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property",
79-
"changeCode": "response-property-enum-value-added",
80-
"backwardCompatible": true,
81-
"hideFromChangelog": true
82-
},
83-
{
84-
"change": "removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property",
85-
"changeCode": "response-property-enum-value-removed",
86-
"backwardCompatible": false,
87-
"hideFromChangelog": true
53+
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'dataProcessRegion/region/'",
54+
"changeCode": "request-property-enum-value-added",
55+
"backwardCompatible": true
8856
}
8957
],
9058
"stabilityLevel": "stable",
9159
"changeType": "update"
9260
}
9361
],
94-
"operationId": "getStreamInstance",
62+
"operationId": "createStreamInstance",
9563
"tag": "Streams"
9664
},
9765
{
@@ -101,28 +69,10 @@
10169
{
10270
"version": "2024-10-23",
10371
"changes": [
104-
{
105-
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property",
106-
"changeCode": "response-property-enum-value-added",
107-
"backwardCompatible": true,
108-
"hideFromChangelog": true
109-
},
110-
{
111-
"change": "removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property",
112-
"changeCode": "response-property-enum-value-removed",
113-
"backwardCompatible": false,
114-
"hideFromChangelog": true
115-
},
11672
{
11773
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'region/'",
11874
"changeCode": "request-property-enum-value-added",
11975
"backwardCompatible": true
120-
},
121-
{
122-
"change": "removed the enum values 'AMSTERDAM_NLD, VIRGINIA_USA' of the request property 'region/'",
123-
"changeCode": "request-property-enum-value-removed",
124-
"backwardCompatible": false,
125-
"hideFromChangelog": true
12676
}
12777
],
12878
"stabilityLevel": "stable",
@@ -131,33 +81,6 @@
13181
],
13282
"operationId": "updateStreamInstance",
13383
"tag": "Streams"
134-
},
135-
{
136-
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
137-
"httpMethod": "POST",
138-
"versions": [
139-
{
140-
"version": "2024-10-23",
141-
"changes": [
142-
{
143-
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property",
144-
"changeCode": "response-property-enum-value-added",
145-
"backwardCompatible": true,
146-
"hideFromChangelog": true
147-
},
148-
{
149-
"change": "removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property",
150-
"changeCode": "response-property-enum-value-removed",
151-
"backwardCompatible": false,
152-
"hideFromChangelog": true
153-
}
154-
],
155-
"stabilityLevel": "stable",
156-
"changeType": "update"
157-
}
158-
],
159-
"operationId": "createStreamInstanceWithSampleConnections",
160-
"tag": "Streams"
16184
}
16285
]
16386
},

changelog/internal/changelog-all.yaml

Lines changed: 14 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,39 @@
11
- date: "2024-10-25"
22
paths:
33
- httpMethod: GET
4-
operationId: listStreamInstances
5-
path: /api/atlas/v2/groups/{groupId}/streams
6-
tag: Streams
4+
operationId: listProjectEvents
5+
path: /api/atlas/v2/groups/{groupId}/events
6+
tag: Events
77
versions:
88
- changeType: update
99
changes:
1010
- backwardCompatible: true
11-
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the 'results/items/dataProcessRegion/region/' response property
11+
change: 'added the new ''INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK'' enum values to the ''results/items/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
1212
changeCode: response-property-enum-value-added
13-
hideFromChangelog: true
14-
- backwardCompatible: false
15-
change: removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'results/items/dataProcessRegion/region/' response property
16-
changeCode: response-property-enum-value-removed
17-
hideFromChangelog: true
1813
stabilityLevel: stable
1914
version: "2024-10-23"
20-
- httpMethod: POST
21-
operationId: createStreamInstance
22-
path: /api/atlas/v2/groups/{groupId}/streams
23-
tag: Streams
15+
- httpMethod: GET
16+
operationId: getProjectEvent
17+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
18+
tag: Events
2419
versions:
2520
- changeType: update
2621
changes:
2722
- backwardCompatible: true
28-
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property
23+
change: 'added the new ''INDEPENDENT_SHARD_SCALING_CLUSTER_MIGRATED, INDEPENDENT_SHARD_SCALING_CLUSTER_ROLLED_BACK'' enum values to the ''/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
2924
changeCode: response-property-enum-value-added
30-
hideFromChangelog: true
31-
- backwardCompatible: false
32-
change: removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property
33-
changeCode: response-property-enum-value-removed
34-
hideFromChangelog: true
35-
- backwardCompatible: true
36-
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'dataProcessRegion/region/'
37-
changeCode: request-property-enum-value-added
38-
- backwardCompatible: false
39-
change: removed the enum values 'AMSTERDAM_NLD, VIRGINIA_USA' of the request property 'dataProcessRegion/region/'
40-
changeCode: request-property-enum-value-removed
41-
hideFromChangelog: true
4225
stabilityLevel: stable
4326
version: "2024-10-23"
44-
- httpMethod: GET
45-
operationId: getStreamInstance
46-
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
27+
- httpMethod: POST
28+
operationId: createStreamInstance
29+
path: /api/atlas/v2/groups/{groupId}/streams
4730
tag: Streams
4831
versions:
4932
- changeType: update
5033
changes:
5134
- backwardCompatible: true
52-
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property
53-
changeCode: response-property-enum-value-added
54-
hideFromChangelog: true
55-
- backwardCompatible: false
56-
change: removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property
57-
changeCode: response-property-enum-value-removed
58-
hideFromChangelog: true
35+
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'dataProcessRegion/region/'
36+
changeCode: request-property-enum-value-added
5937
stabilityLevel: stable
6038
version: "2024-10-23"
6139
- httpMethod: PATCH
@@ -65,38 +43,9 @@
6543
versions:
6644
- changeType: update
6745
changes:
68-
- backwardCompatible: true
69-
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property
70-
changeCode: response-property-enum-value-added
71-
hideFromChangelog: true
72-
- backwardCompatible: false
73-
change: removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property
74-
changeCode: response-property-enum-value-removed
75-
hideFromChangelog: true
7646
- backwardCompatible: true
7747
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'region/'
7848
changeCode: request-property-enum-value-added
79-
- backwardCompatible: false
80-
change: removed the enum values 'AMSTERDAM_NLD, VIRGINIA_USA' of the request property 'region/'
81-
changeCode: request-property-enum-value-removed
82-
hideFromChangelog: true
83-
stabilityLevel: stable
84-
version: "2024-10-23"
85-
- httpMethod: POST
86-
operationId: createStreamInstanceWithSampleConnections
87-
path: /api/atlas/v2/groups/{groupId}/streams:withSampleConnections
88-
tag: Streams
89-
versions:
90-
- changeType: update
91-
changes:
92-
- backwardCompatible: true
93-
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the 'dataProcessRegion/region/' response property
94-
changeCode: response-property-enum-value-added
95-
hideFromChangelog: true
96-
- backwardCompatible: false
97-
change: removed the 'AMSTERDAM_NLD, VIRGINIA_USA' enum values from the 'dataProcessRegion/region/' response property
98-
changeCode: response-property-enum-value-removed
99-
hideFromChangelog: true
10049
stabilityLevel: stable
10150
version: "2024-10-23"
10251
- date: "2024-10-24"

changelog/internal/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runDate": "2024-10-25",
3-
"specRevision": "55d4167fc547fce5fe3353fcf5a047389f5568d1",
4-
"specRevisionShort": "55d4167fc54",
3+
"specRevision": "47b9214a02b661a1dddb0ccbc6c809a3ddf3012e",
4+
"specRevisionShort": "47b9214a02b",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)