Skip to content

Commit 69b2c77

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/15447199818.
1 parent 94c935d commit 69b2c77

29 files changed

+1196
-98
lines changed

changelog/changelog.json

Lines changed: 280 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,284 @@
11
[
2+
{
3+
"date": "2025-06-04",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the new 'ENCRYPTION_AT_REST_CONFIGURATION_VALIDATION_SUCCEEDED, STEP_SKIPPED' enum values to the 'results/items/oneOf[subschema #15: 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": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the new 'ENCRYPTION_AT_REST_CONFIGURATION_VALIDATION_SUCCEEDED, STEP_SKIPPED' enum values to the '/oneOf[subschema #15: 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+
},
45+
{
46+
"path": "/api/atlas/v2/groups/{groupId}/streams",
47+
"httpMethod": "GET",
48+
"versions": [
49+
{
50+
"version": "2025-03-12",
51+
"changes": [
52+
{
53+
"change": "added the optional property 'results/items/connections/items/networking/access/tgwRouteId' to the response",
54+
"changeCode": "response-optional-property-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "listStreamInstances",
63+
"tag": "Streams"
64+
},
65+
{
66+
"path": "/api/atlas/v2/groups/{groupId}/streams",
67+
"httpMethod": "POST",
68+
"versions": [
69+
{
70+
"version": "2025-03-12",
71+
"changes": [
72+
{
73+
"change": "added the optional property 'connections/items/networking/access/tgwRouteId' to the response",
74+
"changeCode": "response-optional-property-added",
75+
"backwardCompatible": true
76+
},
77+
{
78+
"change": "added the new optional request property 'connections/items/networking/access/tgwRouteId'",
79+
"changeCode": "new-optional-request-property",
80+
"backwardCompatible": true
81+
}
82+
],
83+
"stabilityLevel": "stable",
84+
"changeType": "update"
85+
}
86+
],
87+
"operationId": "createStreamInstance",
88+
"tag": "Streams"
89+
},
90+
{
91+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
92+
"httpMethod": "GET",
93+
"versions": [
94+
{
95+
"version": "2025-03-12",
96+
"changes": [
97+
{
98+
"change": "added the optional property 'connections/items/networking/access/tgwRouteId' to the response",
99+
"changeCode": "response-optional-property-added",
100+
"backwardCompatible": true
101+
}
102+
],
103+
"stabilityLevel": "stable",
104+
"changeType": "update"
105+
}
106+
],
107+
"operationId": "getStreamInstance",
108+
"tag": "Streams"
109+
},
110+
{
111+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
112+
"httpMethod": "PATCH",
113+
"versions": [
114+
{
115+
"version": "2025-03-12",
116+
"changes": [
117+
{
118+
"change": "added the optional property 'connections/items/networking/access/tgwRouteId' to the response",
119+
"changeCode": "response-optional-property-added",
120+
"backwardCompatible": true
121+
}
122+
],
123+
"stabilityLevel": "stable",
124+
"changeType": "update"
125+
}
126+
],
127+
"operationId": "updateStreamInstance",
128+
"tag": "Streams"
129+
},
130+
{
131+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections",
132+
"httpMethod": "GET",
133+
"versions": [
134+
{
135+
"version": "2025-03-12",
136+
"changes": [
137+
{
138+
"change": "added the optional property 'results/items/networking/access/tgwRouteId' to the response",
139+
"changeCode": "response-optional-property-added",
140+
"backwardCompatible": true
141+
}
142+
],
143+
"stabilityLevel": "stable",
144+
"changeType": "update"
145+
}
146+
],
147+
"operationId": "listStreamConnections",
148+
"tag": "Streams"
149+
},
150+
{
151+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections",
152+
"httpMethod": "POST",
153+
"versions": [
154+
{
155+
"version": "2025-03-12",
156+
"changes": [
157+
{
158+
"change": "added the optional property '/networking/access/tgwRouteId' to the response",
159+
"changeCode": "response-optional-property-added",
160+
"backwardCompatible": true
161+
},
162+
{
163+
"change": "added the new optional request property '/networking/access/tgwRouteId'",
164+
"changeCode": "new-optional-request-property",
165+
"backwardCompatible": true
166+
}
167+
],
168+
"stabilityLevel": "stable",
169+
"changeType": "update"
170+
}
171+
],
172+
"operationId": "createStreamConnection",
173+
"tag": "Streams"
174+
},
175+
{
176+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections/{connectionName}",
177+
"httpMethod": "GET",
178+
"versions": [
179+
{
180+
"version": "2025-03-12",
181+
"changes": [
182+
{
183+
"change": "added the optional property '/networking/access/tgwRouteId' to the response",
184+
"changeCode": "response-optional-property-added",
185+
"backwardCompatible": true
186+
}
187+
],
188+
"stabilityLevel": "stable",
189+
"changeType": "update"
190+
}
191+
],
192+
"operationId": "getStreamConnection",
193+
"tag": "Streams"
194+
},
195+
{
196+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/connections/{connectionName}",
197+
"httpMethod": "PATCH",
198+
"versions": [
199+
{
200+
"version": "2025-03-12",
201+
"changes": [
202+
{
203+
"change": "added the optional property '/networking/access/tgwRouteId' to the response",
204+
"changeCode": "response-optional-property-added",
205+
"backwardCompatible": true
206+
},
207+
{
208+
"change": "added the new optional request property '/networking/access/tgwRouteId'",
209+
"changeCode": "new-optional-request-property",
210+
"backwardCompatible": true
211+
}
212+
],
213+
"stabilityLevel": "stable",
214+
"changeType": "update"
215+
}
216+
],
217+
"operationId": "updateStreamConnection",
218+
"tag": "Streams"
219+
},
220+
{
221+
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
222+
"httpMethod": "POST",
223+
"versions": [
224+
{
225+
"version": "2025-03-12",
226+
"changes": [
227+
{
228+
"change": "added the optional property 'connections/items/networking/access/tgwRouteId' to the response",
229+
"changeCode": "response-optional-property-added",
230+
"backwardCompatible": true
231+
}
232+
],
233+
"stabilityLevel": "stable",
234+
"changeType": "update"
235+
}
236+
],
237+
"operationId": "createStreamInstanceWithSampleConnections",
238+
"tag": "Streams"
239+
},
240+
{
241+
"path": "/api/atlas/v2/orgs/{orgId}/invoices/pending",
242+
"httpMethod": "GET",
243+
"versions": [
244+
{
245+
"version": "2025-03-12",
246+
"changes": [
247+
{
248+
"change": "added the new 'ATLAS_NDS_GCP_SNAPSHOT_EXPORT_UPLOAD' enum value to the 'results/items/lineItems/items/sku' response property",
249+
"changeCode": "response-property-enum-value-added",
250+
"backwardCompatible": true
251+
}
252+
],
253+
"stabilityLevel": "stable",
254+
"changeType": "update"
255+
}
256+
],
257+
"operationId": "listPendingInvoices",
258+
"tag": "Invoices"
259+
},
260+
{
261+
"path": "/api/atlas/v2/orgs/{orgId}/invoices/{invoiceId}",
262+
"httpMethod": "GET",
263+
"versions": [
264+
{
265+
"version": "2025-03-12",
266+
"changes": [
267+
{
268+
"change": "added the new 'ATLAS_NDS_GCP_SNAPSHOT_EXPORT_UPLOAD' enum value to the 'lineItems/items/sku' response property",
269+
"changeCode": "response-property-enum-value-added",
270+
"backwardCompatible": true
271+
}
272+
],
273+
"stabilityLevel": "stable",
274+
"changeType": "update"
275+
}
276+
],
277+
"operationId": "getInvoice",
278+
"tag": "Invoices"
279+
}
280+
]
281+
},
2282
{
3283
"date": "2025-05-20",
4284
"paths": [

0 commit comments

Comments
 (0)