Skip to content

Commit d696d48

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/17921261415.
1 parent 5f6fb80 commit d696d48

File tree

5 files changed

+640
-2
lines changed

5 files changed

+640
-2
lines changed

changelog/changelog.json

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,204 @@
11
[
2+
{
3+
"date": "2025-09-22",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/streams",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'results/items/connections/items/authentication/method' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listGroupStreamWorkspaces",
23+
"tag": "Streams"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/streams",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'connections/items/authentication/method' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'connections/items/authentication/method'",
39+
"changeCode": "new-optional-request-property",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createGroupStreamWorkspace",
48+
"tag": "Streams"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
52+
"httpMethod": "GET",
53+
"versions": [
54+
{
55+
"version": "2025-03-12",
56+
"changes": [
57+
{
58+
"change": "added the optional property 'connections/items/authentication/method' to the response",
59+
"changeCode": "response-optional-property-added",
60+
"backwardCompatible": true
61+
}
62+
],
63+
"stabilityLevel": "stable",
64+
"changeType": "update"
65+
}
66+
],
67+
"operationId": "getGroupStreamWorkspace",
68+
"tag": "Streams"
69+
},
70+
{
71+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
72+
"httpMethod": "PATCH",
73+
"versions": [
74+
{
75+
"version": "2025-03-12",
76+
"changes": [
77+
{
78+
"change": "added the optional property 'connections/items/authentication/method' to the response",
79+
"changeCode": "response-optional-property-added",
80+
"backwardCompatible": true
81+
}
82+
],
83+
"stabilityLevel": "stable",
84+
"changeType": "update"
85+
}
86+
],
87+
"operationId": "updateGroupStreamWorkspace",
88+
"tag": "Streams"
89+
},
90+
{
91+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections",
92+
"httpMethod": "GET",
93+
"versions": [
94+
{
95+
"version": "2025-03-12",
96+
"changes": [
97+
{
98+
"change": "added the optional property 'results/items/authentication/method' to the response",
99+
"changeCode": "response-optional-property-added",
100+
"backwardCompatible": true
101+
}
102+
],
103+
"stabilityLevel": "stable",
104+
"changeType": "update"
105+
}
106+
],
107+
"operationId": "listGroupStreamConnections",
108+
"tag": "Streams"
109+
},
110+
{
111+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections",
112+
"httpMethod": "POST",
113+
"versions": [
114+
{
115+
"version": "2025-03-12",
116+
"changes": [
117+
{
118+
"change": "added the optional property '/authentication/method' to the response",
119+
"changeCode": "response-optional-property-added",
120+
"backwardCompatible": true
121+
},
122+
{
123+
"change": "added the new optional request property '/authentication/method'",
124+
"changeCode": "new-optional-request-property",
125+
"backwardCompatible": true
126+
}
127+
],
128+
"stabilityLevel": "stable",
129+
"changeType": "update"
130+
}
131+
],
132+
"operationId": "createGroupStreamConnection",
133+
"tag": "Streams"
134+
},
135+
{
136+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections/{connectionName}",
137+
"httpMethod": "GET",
138+
"versions": [
139+
{
140+
"version": "2025-03-12",
141+
"changes": [
142+
{
143+
"change": "added the optional property '/authentication/method' to the response",
144+
"changeCode": "response-optional-property-added",
145+
"backwardCompatible": true
146+
}
147+
],
148+
"stabilityLevel": "stable",
149+
"changeType": "update"
150+
}
151+
],
152+
"operationId": "getGroupStreamConnection",
153+
"tag": "Streams"
154+
},
155+
{
156+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections/{connectionName}",
157+
"httpMethod": "PATCH",
158+
"versions": [
159+
{
160+
"version": "2025-03-12",
161+
"changes": [
162+
{
163+
"change": "added the optional property '/authentication/method' to the response",
164+
"changeCode": "response-optional-property-added",
165+
"backwardCompatible": true
166+
},
167+
{
168+
"change": "added the new optional request property '/authentication/method'",
169+
"changeCode": "new-optional-request-property",
170+
"backwardCompatible": true
171+
}
172+
],
173+
"stabilityLevel": "stable",
174+
"changeType": "update"
175+
}
176+
],
177+
"operationId": "updateGroupStreamConnection",
178+
"tag": "Streams"
179+
},
180+
{
181+
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
182+
"httpMethod": "POST",
183+
"versions": [
184+
{
185+
"version": "2025-03-12",
186+
"changes": [
187+
{
188+
"change": "added the optional property 'connections/items/authentication/method' to the response",
189+
"changeCode": "response-optional-property-added",
190+
"backwardCompatible": true
191+
}
192+
],
193+
"stabilityLevel": "stable",
194+
"changeType": "update"
195+
}
196+
],
197+
"operationId": "withGroupStreamSampleConnections",
198+
"tag": "Streams"
199+
}
200+
]
201+
},
2202
{
3203
"date": "2025-09-17",
4204
"paths": [

changelog/changelog.yaml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,122 @@
1+
- date: "2025-09-22"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listGroupStreamWorkspaces
5+
path: /api/atlas/v2/groups/{groupId}/streams
6+
tag: Streams
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'results/items/connections/items/authentication/method' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: POST
16+
operationId: createGroupStreamWorkspace
17+
path: /api/atlas/v2/groups/{groupId}/streams
18+
tag: Streams
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional property 'connections/items/authentication/method' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'connections/items/authentication/method'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2025-03-12"
30+
- httpMethod: GET
31+
operationId: getGroupStreamWorkspace
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 the optional property 'connections/items/authentication/method' to the response
39+
changeCode: response-optional-property-added
40+
stabilityLevel: stable
41+
version: "2025-03-12"
42+
- httpMethod: PATCH
43+
operationId: updateGroupStreamWorkspace
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 the optional property 'connections/items/authentication/method' to the response
51+
changeCode: response-optional-property-added
52+
stabilityLevel: stable
53+
version: "2025-03-12"
54+
- httpMethod: GET
55+
operationId: listGroupStreamConnections
56+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections
57+
tag: Streams
58+
versions:
59+
- changeType: update
60+
changes:
61+
- backwardCompatible: true
62+
change: added the optional property 'results/items/authentication/method' to the response
63+
changeCode: response-optional-property-added
64+
stabilityLevel: stable
65+
version: "2025-03-12"
66+
- httpMethod: POST
67+
operationId: createGroupStreamConnection
68+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections
69+
tag: Streams
70+
versions:
71+
- changeType: update
72+
changes:
73+
- backwardCompatible: true
74+
change: added the optional property '/authentication/method' to the response
75+
changeCode: response-optional-property-added
76+
- backwardCompatible: true
77+
change: added the new optional request property '/authentication/method'
78+
changeCode: new-optional-request-property
79+
stabilityLevel: stable
80+
version: "2025-03-12"
81+
- httpMethod: GET
82+
operationId: getGroupStreamConnection
83+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections/{connectionName}
84+
tag: Streams
85+
versions:
86+
- changeType: update
87+
changes:
88+
- backwardCompatible: true
89+
change: added the optional property '/authentication/method' to the response
90+
changeCode: response-optional-property-added
91+
stabilityLevel: stable
92+
version: "2025-03-12"
93+
- httpMethod: PATCH
94+
operationId: updateGroupStreamConnection
95+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections/{connectionName}
96+
tag: Streams
97+
versions:
98+
- changeType: update
99+
changes:
100+
- backwardCompatible: true
101+
change: added the optional property '/authentication/method' to the response
102+
changeCode: response-optional-property-added
103+
- backwardCompatible: true
104+
change: added the new optional request property '/authentication/method'
105+
changeCode: new-optional-request-property
106+
stabilityLevel: stable
107+
version: "2025-03-12"
108+
- httpMethod: POST
109+
operationId: withGroupStreamSampleConnections
110+
path: /api/atlas/v2/groups/{groupId}/streams:withSampleConnections
111+
tag: Streams
112+
versions:
113+
- changeType: update
114+
changes:
115+
- backwardCompatible: true
116+
change: added the optional property 'connections/items/authentication/method' to the response
117+
changeCode: response-optional-property-added
118+
stabilityLevel: stable
119+
version: "2025-03-12"
1120
- date: "2025-09-17"
2121
paths:
3122
- httpMethod: GET

0 commit comments

Comments
 (0)