Skip to content

Commit dcb9f8e

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11015450075.
1 parent c9b4703 commit dcb9f8e

File tree

5 files changed

+369
-3
lines changed

5 files changed

+369
-3
lines changed

changelog/changelog.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,119 @@
11
[
2+
{
3+
"date": "2024-09-24",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/streams",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'results/items/dataProcessRegion/region' response property 'oneOf' list for the response",
14+
"changeCode": "response-property-one-of-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listStreamInstances",
23+
"tag": "Streams"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/streams",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' request property 'oneOf' list",
34+
"changeCode": "request-property-one-of-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
39+
"changeCode": "response-property-one-of-added",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createStreamInstance",
48+
"tag": "Streams"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
52+
"httpMethod": "GET",
53+
"versions": [
54+
{
55+
"version": "2024-08-05",
56+
"changes": [
57+
{
58+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
59+
"changeCode": "response-property-one-of-added",
60+
"backwardCompatible": true
61+
}
62+
],
63+
"stabilityLevel": "stable",
64+
"changeType": "update"
65+
}
66+
],
67+
"operationId": "getStreamInstance",
68+
"tag": "Streams"
69+
},
70+
{
71+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
72+
"httpMethod": "PATCH",
73+
"versions": [
74+
{
75+
"version": "2024-08-05",
76+
"changes": [
77+
{
78+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'region' request property 'oneOf' list",
79+
"changeCode": "request-property-one-of-added",
80+
"backwardCompatible": true
81+
},
82+
{
83+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
84+
"changeCode": "response-property-one-of-added",
85+
"backwardCompatible": true
86+
}
87+
],
88+
"stabilityLevel": "stable",
89+
"changeType": "update"
90+
}
91+
],
92+
"operationId": "updateStreamInstance",
93+
"tag": "Streams"
94+
},
95+
{
96+
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
97+
"httpMethod": "POST",
98+
"versions": [
99+
{
100+
"version": "2024-08-05",
101+
"changes": [
102+
{
103+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
104+
"changeCode": "response-property-one-of-added",
105+
"backwardCompatible": true
106+
}
107+
],
108+
"stabilityLevel": "stable",
109+
"changeType": "update"
110+
}
111+
],
112+
"operationId": "createStreamInstanceWithSampleConnections",
113+
"tag": "Streams"
114+
}
115+
]
116+
},
2117
{
3118
"date": "2024-09-23",
4119
"paths": [

changelog/changelog.yaml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
- date: "2024-09-24"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listStreamInstances
5+
path: /api/atlas/v2/groups/{groupId}/streams
6+
tag: Streams
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'results/items/dataProcessRegion/region' response property 'oneOf' list for the response
12+
changeCode: response-property-one-of-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: POST
16+
operationId: createStreamInstance
17+
path: /api/atlas/v2/groups/{groupId}/streams
18+
tag: Streams
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' request property 'oneOf' list
24+
changeCode: request-property-one-of-added
25+
- backwardCompatible: true
26+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
27+
changeCode: response-property-one-of-added
28+
stabilityLevel: stable
29+
version: "2024-08-05"
30+
- httpMethod: GET
31+
operationId: getStreamInstance
32+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
33+
tag: Streams
34+
versions:
35+
- changeType: update
36+
changes:
37+
- backwardCompatible: true
38+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
39+
changeCode: response-property-one-of-added
40+
stabilityLevel: stable
41+
version: "2024-08-05"
42+
- httpMethod: PATCH
43+
operationId: updateStreamInstance
44+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
45+
tag: Streams
46+
versions:
47+
- changeType: update
48+
changes:
49+
- backwardCompatible: true
50+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'region' request property 'oneOf' list
51+
changeCode: request-property-one-of-added
52+
- backwardCompatible: true
53+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
54+
changeCode: response-property-one-of-added
55+
stabilityLevel: stable
56+
version: "2024-08-05"
57+
- httpMethod: POST
58+
operationId: createStreamInstanceWithSampleConnections
59+
path: /api/atlas/v2/groups/{groupId}/streams:withSampleConnections
60+
tag: Streams
61+
versions:
62+
- changeType: update
63+
changes:
64+
- backwardCompatible: true
65+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
66+
changeCode: response-property-one-of-added
67+
stabilityLevel: stable
68+
version: "2024-08-05"
169
- date: "2024-09-23"
270
paths:
371
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,119 @@
11
[
2+
{
3+
"date": "2024-09-24",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/streams",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'results/items/dataProcessRegion/region' response property 'oneOf' list for the response",
14+
"changeCode": "response-property-one-of-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listStreamInstances",
23+
"tag": "Streams"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/streams",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' request property 'oneOf' list",
34+
"changeCode": "request-property-one-of-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
39+
"changeCode": "response-property-one-of-added",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createStreamInstance",
48+
"tag": "Streams"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
52+
"httpMethod": "GET",
53+
"versions": [
54+
{
55+
"version": "2024-08-05",
56+
"changes": [
57+
{
58+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
59+
"changeCode": "response-property-one-of-added",
60+
"backwardCompatible": true
61+
}
62+
],
63+
"stabilityLevel": "stable",
64+
"changeType": "update"
65+
}
66+
],
67+
"operationId": "getStreamInstance",
68+
"tag": "Streams"
69+
},
70+
{
71+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
72+
"httpMethod": "PATCH",
73+
"versions": [
74+
{
75+
"version": "2024-08-05",
76+
"changes": [
77+
{
78+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'region' request property 'oneOf' list",
79+
"changeCode": "request-property-one-of-added",
80+
"backwardCompatible": true
81+
},
82+
{
83+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
84+
"changeCode": "response-property-one-of-added",
85+
"backwardCompatible": true
86+
}
87+
],
88+
"stabilityLevel": "stable",
89+
"changeType": "update"
90+
}
91+
],
92+
"operationId": "updateStreamInstance",
93+
"tag": "Streams"
94+
},
95+
{
96+
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
97+
"httpMethod": "POST",
98+
"versions": [
99+
{
100+
"version": "2024-08-05",
101+
"changes": [
102+
{
103+
"change": "added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response",
104+
"changeCode": "response-property-one-of-added",
105+
"backwardCompatible": true
106+
}
107+
],
108+
"stabilityLevel": "stable",
109+
"changeType": "update"
110+
}
111+
],
112+
"operationId": "createStreamInstanceWithSampleConnections",
113+
"tag": "Streams"
114+
}
115+
]
116+
},
2117
{
3118
"date": "2024-09-23",
4119
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
- date: "2024-09-24"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listStreamInstances
5+
path: /api/atlas/v2/groups/{groupId}/streams
6+
tag: Streams
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'results/items/dataProcessRegion/region' response property 'oneOf' list for the response
12+
changeCode: response-property-one-of-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: POST
16+
operationId: createStreamInstance
17+
path: /api/atlas/v2/groups/{groupId}/streams
18+
tag: Streams
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' request property 'oneOf' list
24+
changeCode: request-property-one-of-added
25+
- backwardCompatible: true
26+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
27+
changeCode: response-property-one-of-added
28+
stabilityLevel: stable
29+
version: "2024-08-05"
30+
- httpMethod: GET
31+
operationId: getStreamInstance
32+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
33+
tag: Streams
34+
versions:
35+
- changeType: update
36+
changes:
37+
- backwardCompatible: true
38+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
39+
changeCode: response-property-one-of-added
40+
stabilityLevel: stable
41+
version: "2024-08-05"
42+
- httpMethod: PATCH
43+
operationId: updateStreamInstance
44+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
45+
tag: Streams
46+
versions:
47+
- changeType: update
48+
changes:
49+
- backwardCompatible: true
50+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'region' request property 'oneOf' list
51+
changeCode: request-property-one-of-added
52+
- backwardCompatible: true
53+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
54+
changeCode: response-property-one-of-added
55+
stabilityLevel: stable
56+
version: "2024-08-05"
57+
- httpMethod: POST
58+
operationId: createStreamInstanceWithSampleConnections
59+
path: /api/atlas/v2/groups/{groupId}/streams:withSampleConnections
60+
tag: Streams
61+
versions:
62+
- changeType: update
63+
changes:
64+
- backwardCompatible: true
65+
change: added '#/components/schemas/ApiStreamsAzureRegionView' to the 'dataProcessRegion/region' response property 'oneOf' list for the response
66+
changeCode: response-property-one-of-added
67+
stabilityLevel: stable
68+
version: "2024-08-05"
169
- date: "2024-09-23"
270
paths:
371
- httpMethod: GET

changelog/internal/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"runDate": "2024-09-23",
3-
"specRevision": "0435a99f5d57e1ead2e4dbd9c75a7eeb1e0615a8",
4-
"specRevisionShort": "0435a99f5d5",
2+
"runDate": "2024-09-24",
3+
"specRevision": "991036ecf95ec6855a39cd80bd2a15a90e012e7d",
4+
"specRevisionShort": "991036ecf95",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)