Skip to content

Commit 1617b27

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11495215946.
1 parent f7fbe9f commit 1617b27

22 files changed

+46422
-4039
lines changed

changelog/changelog.json

Lines changed: 10420 additions & 0 deletions
Large diffs are not rendered by default.

changelog/changelog.yaml

Lines changed: 6251 additions & 0 deletions
Large diffs are not rendered by default.

changelog/internal/changelog-all.json

Lines changed: 16226 additions & 3764 deletions
Large diffs are not rendered by default.

changelog/internal/changelog-all.yaml

Lines changed: 7879 additions & 239 deletions
Large diffs are not rendered by default.

changelog/internal/metadata.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"runDate": "2024-10-21",
3-
"specRevision": "da5f2cb79d02d982d9610577ee120d4a812e04bb",
4-
"specRevisionShort": "da5f2cb79d0",
2+
"runDate": "2024-10-24",
3+
"specRevision": "e4e03e44a819d3c9846972a63cc6d6acf236fbd7",
4+
"specRevisionShort": "e4e03e44a81",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",
88
"2023-10-01",
99
"2023-11-15",
1010
"2024-05-30",
11-
"2024-08-05"
11+
"2024-08-05",
12+
"2024-10-23"
1213
]
1314
}

changelog/version-diff/2023-01-01_2023-02-01.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,58 @@
244244
}
245245
]
246246
},
247+
{
248+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
249+
"httpMethod": "GET",
250+
"operationId": "listPrivateLinkConnections",
251+
"tag": "Streams",
252+
"changes": [
253+
{
254+
"change": "endpoint added",
255+
"changeCode": "endpoint-added",
256+
"backwardCompatible": true
257+
}
258+
]
259+
},
260+
{
261+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
262+
"httpMethod": "POST",
263+
"operationId": "createPrivateLinkConnection",
264+
"tag": "Streams",
265+
"changes": [
266+
{
267+
"change": "endpoint added",
268+
"changeCode": "endpoint-added",
269+
"backwardCompatible": true
270+
}
271+
]
272+
},
273+
{
274+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
275+
"httpMethod": "DELETE",
276+
"operationId": "deletePrivateLinkConnection",
277+
"tag": "Streams",
278+
"changes": [
279+
{
280+
"change": "endpoint added",
281+
"changeCode": "endpoint-added",
282+
"backwardCompatible": true
283+
}
284+
]
285+
},
286+
{
287+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
288+
"httpMethod": "GET",
289+
"operationId": "getPrivateLinkConnection",
290+
"tag": "Streams",
291+
"changes": [
292+
{
293+
"change": "endpoint added",
294+
"changeCode": "endpoint-added",
295+
"backwardCompatible": true
296+
}
297+
]
298+
},
247299
{
248300
"path": "/api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections",
249301
"httpMethod": "GET",

changelog/version-diff/2023-01-01_2023-10-01.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,58 @@
275275
}
276276
]
277277
},
278+
{
279+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
280+
"httpMethod": "GET",
281+
"operationId": "listPrivateLinkConnections",
282+
"tag": "Streams",
283+
"changes": [
284+
{
285+
"change": "endpoint added",
286+
"changeCode": "endpoint-added",
287+
"backwardCompatible": true
288+
}
289+
]
290+
},
291+
{
292+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
293+
"httpMethod": "POST",
294+
"operationId": "createPrivateLinkConnection",
295+
"tag": "Streams",
296+
"changes": [
297+
{
298+
"change": "endpoint added",
299+
"changeCode": "endpoint-added",
300+
"backwardCompatible": true
301+
}
302+
]
303+
},
304+
{
305+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
306+
"httpMethod": "DELETE",
307+
"operationId": "deletePrivateLinkConnection",
308+
"tag": "Streams",
309+
"changes": [
310+
{
311+
"change": "endpoint added",
312+
"changeCode": "endpoint-added",
313+
"backwardCompatible": true
314+
}
315+
]
316+
},
317+
{
318+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
319+
"httpMethod": "GET",
320+
"operationId": "getPrivateLinkConnection",
321+
"tag": "Streams",
322+
"changes": [
323+
{
324+
"change": "endpoint added",
325+
"changeCode": "endpoint-added",
326+
"backwardCompatible": true
327+
}
328+
]
329+
},
278330
{
279331
"path": "/api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections",
280332
"httpMethod": "GET",

changelog/version-diff/2023-01-01_2023-11-15.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,58 @@
477477
}
478478
]
479479
},
480+
{
481+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
482+
"httpMethod": "GET",
483+
"operationId": "listPrivateLinkConnections",
484+
"tag": "Streams",
485+
"changes": [
486+
{
487+
"change": "endpoint added",
488+
"changeCode": "endpoint-added",
489+
"backwardCompatible": true
490+
}
491+
]
492+
},
493+
{
494+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
495+
"httpMethod": "POST",
496+
"operationId": "createPrivateLinkConnection",
497+
"tag": "Streams",
498+
"changes": [
499+
{
500+
"change": "endpoint added",
501+
"changeCode": "endpoint-added",
502+
"backwardCompatible": true
503+
}
504+
]
505+
},
506+
{
507+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
508+
"httpMethod": "DELETE",
509+
"operationId": "deletePrivateLinkConnection",
510+
"tag": "Streams",
511+
"changes": [
512+
{
513+
"change": "endpoint added",
514+
"changeCode": "endpoint-added",
515+
"backwardCompatible": true
516+
}
517+
]
518+
},
519+
{
520+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
521+
"httpMethod": "GET",
522+
"operationId": "getPrivateLinkConnection",
523+
"tag": "Streams",
524+
"changes": [
525+
{
526+
"change": "endpoint added",
527+
"changeCode": "endpoint-added",
528+
"backwardCompatible": true
529+
}
530+
]
531+
},
480532
{
481533
"path": "/api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections",
482534
"httpMethod": "GET",

changelog/version-diff/2023-01-01_2024-05-30.json

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"backwardCompatible": true
123123
},
124124
{
125-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the 'results/items/' response property 'oneOf' list for the response",
125+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketResponse, #/components/schemas/DiskBackupSnapshotAzureExportBucketResponse' to the 'results/items/' response property 'oneOf' list for the response",
126126
"changeCode": "response-property-one-of-added",
127127
"backwardCompatible": true
128128
},
@@ -145,7 +145,7 @@
145145
"backwardCompatible": true
146146
},
147147
{
148-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the request body 'oneOf' list",
148+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketRequest, #/components/schemas/DiskBackupSnapshotAzureExportBucketRequest' to the request body 'oneOf' list",
149149
"changeCode": "request-body-one-of-added",
150150
"backwardCompatible": true
151151
},
@@ -155,7 +155,7 @@
155155
"backwardCompatible": true
156156
},
157157
{
158-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the response body 'oneOf' list for the response",
158+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketResponse, #/components/schemas/DiskBackupSnapshotAzureExportBucketResponse' to the response body 'oneOf' list for the response",
159159
"changeCode": "response-body-one-of-added",
160160
"backwardCompatible": true
161161
},
@@ -183,7 +183,7 @@
183183
"backwardCompatible": true
184184
},
185185
{
186-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the response body 'oneOf' list for the response",
186+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketResponse, #/components/schemas/DiskBackupSnapshotAzureExportBucketResponse' to the response body 'oneOf' list for the response",
187187
"changeCode": "response-body-one-of-added",
188188
"backwardCompatible": true
189189
},
@@ -789,6 +789,58 @@
789789
}
790790
]
791791
},
792+
{
793+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
794+
"httpMethod": "GET",
795+
"operationId": "listPrivateLinkConnections",
796+
"tag": "Streams",
797+
"changes": [
798+
{
799+
"change": "endpoint added",
800+
"changeCode": "endpoint-added",
801+
"backwardCompatible": true
802+
}
803+
]
804+
},
805+
{
806+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
807+
"httpMethod": "POST",
808+
"operationId": "createPrivateLinkConnection",
809+
"tag": "Streams",
810+
"changes": [
811+
{
812+
"change": "endpoint added",
813+
"changeCode": "endpoint-added",
814+
"backwardCompatible": true
815+
}
816+
]
817+
},
818+
{
819+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
820+
"httpMethod": "DELETE",
821+
"operationId": "deletePrivateLinkConnection",
822+
"tag": "Streams",
823+
"changes": [
824+
{
825+
"change": "endpoint added",
826+
"changeCode": "endpoint-added",
827+
"backwardCompatible": true
828+
}
829+
]
830+
},
831+
{
832+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
833+
"httpMethod": "GET",
834+
"operationId": "getPrivateLinkConnection",
835+
"tag": "Streams",
836+
"changes": [
837+
{
838+
"change": "endpoint added",
839+
"changeCode": "endpoint-added",
840+
"backwardCompatible": true
841+
}
842+
]
843+
},
792844
{
793845
"path": "/api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections",
794846
"httpMethod": "GET",

changelog/version-diff/2023-01-01_2024-08-05.json

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"backwardCompatible": true
123123
},
124124
{
125-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the 'results/items/' response property 'oneOf' list for the response",
125+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketResponse, #/components/schemas/DiskBackupSnapshotAzureExportBucketResponse' to the 'results/items/' response property 'oneOf' list for the response",
126126
"changeCode": "response-property-one-of-added",
127127
"backwardCompatible": true
128128
},
@@ -145,7 +145,7 @@
145145
"backwardCompatible": true
146146
},
147147
{
148-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the request body 'oneOf' list",
148+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketRequest, #/components/schemas/DiskBackupSnapshotAzureExportBucketRequest' to the request body 'oneOf' list",
149149
"changeCode": "request-body-one-of-added",
150150
"backwardCompatible": true
151151
},
@@ -155,7 +155,7 @@
155155
"backwardCompatible": true
156156
},
157157
{
158-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the response body 'oneOf' list for the response",
158+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketResponse, #/components/schemas/DiskBackupSnapshotAzureExportBucketResponse' to the response body 'oneOf' list for the response",
159159
"changeCode": "response-body-one-of-added",
160160
"backwardCompatible": true
161161
},
@@ -183,7 +183,7 @@
183183
"backwardCompatible": true
184184
},
185185
{
186-
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucket, #/components/schemas/DiskBackupSnapshotAzureExportBucket' to the response body 'oneOf' list for the response",
186+
"change": "added '#/components/schemas/DiskBackupSnapshotAWSExportBucketResponse, #/components/schemas/DiskBackupSnapshotAzureExportBucketResponse' to the response body 'oneOf' list for the response",
187187
"changeCode": "response-body-one-of-added",
188188
"backwardCompatible": true
189189
},
@@ -885,6 +885,58 @@
885885
}
886886
]
887887
},
888+
{
889+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
890+
"httpMethod": "GET",
891+
"operationId": "listPrivateLinkConnections",
892+
"tag": "Streams",
893+
"changes": [
894+
{
895+
"change": "endpoint added",
896+
"changeCode": "endpoint-added",
897+
"backwardCompatible": true
898+
}
899+
]
900+
},
901+
{
902+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections",
903+
"httpMethod": "POST",
904+
"operationId": "createPrivateLinkConnection",
905+
"tag": "Streams",
906+
"changes": [
907+
{
908+
"change": "endpoint added",
909+
"changeCode": "endpoint-added",
910+
"backwardCompatible": true
911+
}
912+
]
913+
},
914+
{
915+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
916+
"httpMethod": "DELETE",
917+
"operationId": "deletePrivateLinkConnection",
918+
"tag": "Streams",
919+
"changes": [
920+
{
921+
"change": "endpoint added",
922+
"changeCode": "endpoint-added",
923+
"backwardCompatible": true
924+
}
925+
]
926+
},
927+
{
928+
"path": "/api/atlas/v2/groups/{groupId}/streams/privateLinkConnections/{connectionId}",
929+
"httpMethod": "GET",
930+
"operationId": "getPrivateLinkConnection",
931+
"tag": "Streams",
932+
"changes": [
933+
{
934+
"change": "endpoint added",
935+
"changeCode": "endpoint-added",
936+
"backwardCompatible": true
937+
}
938+
]
939+
},
888940
{
889941
"path": "/api/atlas/v2/groups/{groupId}/streams/vpcPeeringConnections",
890942
"httpMethod": "GET",

0 commit comments

Comments
 (0)