Skip to content

Commit 3018947

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/16036793116.
1 parent 098a6c0 commit 3018947

14 files changed

+666
-2
lines changed

changelog/changelog.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,139 @@
11
[
2+
{
3+
"date": "2025-07-02",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/queryShapeInsights/summaries",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "endpoint added",
14+
"changeCode": "endpoint-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "release"
20+
}
21+
],
22+
"operationId": "getGroupClusterQueryShapeInsightSummaries",
23+
"tag": "Query Shape Insights"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/queryShapeInsights/{queryShapeHash}/details",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "endpoint added",
34+
"changeCode": "endpoint-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "release"
40+
}
41+
],
42+
"operationId": "getGroupClusterQueryShapeInsightDetails",
43+
"tag": "Query Shape Insights"
44+
},
45+
{
46+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation",
47+
"httpMethod": "GET",
48+
"versions": [
49+
{
50+
"version": "2025-03-12",
51+
"changes": [
52+
{
53+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the '/items/dataProcessRegion/region/' response property",
54+
"changeCode": "response-property-enum-value-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "listFederatedDatabases",
63+
"tag": "Data Federation"
64+
},
65+
{
66+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation",
67+
"httpMethod": "POST",
68+
"versions": [
69+
{
70+
"version": "2025-03-12",
71+
"changes": [
72+
{
73+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property",
74+
"changeCode": "response-property-enum-value-added",
75+
"backwardCompatible": true
76+
},
77+
{
78+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the request property 'dataProcessRegion/region/'",
79+
"changeCode": "request-property-enum-value-added",
80+
"backwardCompatible": true
81+
}
82+
],
83+
"stabilityLevel": "stable",
84+
"changeType": "update"
85+
}
86+
],
87+
"operationId": "createFederatedDatabase",
88+
"tag": "Data Federation"
89+
},
90+
{
91+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}",
92+
"httpMethod": "GET",
93+
"versions": [
94+
{
95+
"version": "2025-03-12",
96+
"changes": [
97+
{
98+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property",
99+
"changeCode": "response-property-enum-value-added",
100+
"backwardCompatible": true
101+
}
102+
],
103+
"stabilityLevel": "stable",
104+
"changeType": "update"
105+
}
106+
],
107+
"operationId": "getFederatedDatabase",
108+
"tag": "Data Federation"
109+
},
110+
{
111+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}",
112+
"httpMethod": "PATCH",
113+
"versions": [
114+
{
115+
"version": "2025-03-12",
116+
"changes": [
117+
{
118+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property",
119+
"changeCode": "response-property-enum-value-added",
120+
"backwardCompatible": true
121+
},
122+
{
123+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the request property 'dataProcessRegion/region/'",
124+
"changeCode": "request-property-enum-value-added",
125+
"backwardCompatible": true
126+
}
127+
],
128+
"stabilityLevel": "stable",
129+
"changeType": "update"
130+
}
131+
],
132+
"operationId": "updateFederatedDatabase",
133+
"tag": "Data Federation"
134+
}
135+
]
136+
},
2137
{
3138
"date": "2025-06-25",
4139
"paths": [

changelog/changelog.yaml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,83 @@
1+
- date: "2025-07-02"
2+
paths:
3+
- httpMethod: GET
4+
operationId: getGroupClusterQueryShapeInsightSummaries
5+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/queryShapeInsights/summaries
6+
tag: Query Shape Insights
7+
versions:
8+
- changeType: release
9+
changes:
10+
- backwardCompatible: true
11+
change: endpoint added
12+
changeCode: endpoint-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: GET
16+
operationId: getGroupClusterQueryShapeInsightDetails
17+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/queryShapeInsights/{queryShapeHash}/details
18+
tag: Query Shape Insights
19+
versions:
20+
- changeType: release
21+
changes:
22+
- backwardCompatible: true
23+
change: endpoint added
24+
changeCode: endpoint-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
27+
- httpMethod: GET
28+
operationId: listFederatedDatabases
29+
path: /api/atlas/v2/groups/{groupId}/dataFederation
30+
tag: Data Federation
31+
versions:
32+
- changeType: update
33+
changes:
34+
- backwardCompatible: true
35+
change: added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the '/items/dataProcessRegion/region/' response property
36+
changeCode: response-property-enum-value-added
37+
stabilityLevel: stable
38+
version: "2025-03-12"
39+
- httpMethod: POST
40+
operationId: createFederatedDatabase
41+
path: /api/atlas/v2/groups/{groupId}/dataFederation
42+
tag: Data Federation
43+
versions:
44+
- changeType: update
45+
changes:
46+
- backwardCompatible: true
47+
change: added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property
48+
changeCode: response-property-enum-value-added
49+
- backwardCompatible: true
50+
change: added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the request property 'dataProcessRegion/region/'
51+
changeCode: request-property-enum-value-added
52+
stabilityLevel: stable
53+
version: "2025-03-12"
54+
- httpMethod: GET
55+
operationId: getFederatedDatabase
56+
path: /api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}
57+
tag: Data Federation
58+
versions:
59+
- changeType: update
60+
changes:
61+
- backwardCompatible: true
62+
change: added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property
63+
changeCode: response-property-enum-value-added
64+
stabilityLevel: stable
65+
version: "2025-03-12"
66+
- httpMethod: PATCH
67+
operationId: updateFederatedDatabase
68+
path: /api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}
69+
tag: Data Federation
70+
versions:
71+
- changeType: update
72+
changes:
73+
- backwardCompatible: true
74+
change: added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property
75+
changeCode: response-property-enum-value-added
76+
- backwardCompatible: true
77+
change: added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the request property 'dataProcessRegion/region/'
78+
changeCode: request-property-enum-value-added
79+
stabilityLevel: stable
80+
version: "2025-03-12"
181
- date: "2025-06-25"
282
paths:
383
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,139 @@
11
[
2+
{
3+
"date": "2025-07-02",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/queryShapeInsights/summaries",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "endpoint added",
14+
"changeCode": "endpoint-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "release"
20+
}
21+
],
22+
"operationId": "getGroupClusterQueryShapeInsightSummaries",
23+
"tag": "Query Shape Insights"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/queryShapeInsights/{queryShapeHash}/details",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "endpoint added",
34+
"changeCode": "endpoint-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "release"
40+
}
41+
],
42+
"operationId": "getGroupClusterQueryShapeInsightDetails",
43+
"tag": "Query Shape Insights"
44+
},
45+
{
46+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation",
47+
"httpMethod": "GET",
48+
"versions": [
49+
{
50+
"version": "2025-03-12",
51+
"changes": [
52+
{
53+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the '/items/dataProcessRegion/region/' response property",
54+
"changeCode": "response-property-enum-value-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "listFederatedDatabases",
63+
"tag": "Data Federation"
64+
},
65+
{
66+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation",
67+
"httpMethod": "POST",
68+
"versions": [
69+
{
70+
"version": "2025-03-12",
71+
"changes": [
72+
{
73+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property",
74+
"changeCode": "response-property-enum-value-added",
75+
"backwardCompatible": true
76+
},
77+
{
78+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the request property 'dataProcessRegion/region/'",
79+
"changeCode": "request-property-enum-value-added",
80+
"backwardCompatible": true
81+
}
82+
],
83+
"stabilityLevel": "stable",
84+
"changeType": "update"
85+
}
86+
],
87+
"operationId": "createFederatedDatabase",
88+
"tag": "Data Federation"
89+
},
90+
{
91+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}",
92+
"httpMethod": "GET",
93+
"versions": [
94+
{
95+
"version": "2025-03-12",
96+
"changes": [
97+
{
98+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property",
99+
"changeCode": "response-property-enum-value-added",
100+
"backwardCompatible": true
101+
}
102+
],
103+
"stabilityLevel": "stable",
104+
"changeType": "update"
105+
}
106+
],
107+
"operationId": "getFederatedDatabase",
108+
"tag": "Data Federation"
109+
},
110+
{
111+
"path": "/api/atlas/v2/groups/{groupId}/dataFederation/{tenantName}",
112+
"httpMethod": "PATCH",
113+
"versions": [
114+
{
115+
"version": "2025-03-12",
116+
"changes": [
117+
{
118+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the 'dataProcessRegion/region/' response property",
119+
"changeCode": "response-property-enum-value-added",
120+
"backwardCompatible": true
121+
},
122+
{
123+
"change": "added the new 'SAOPAULO_BRA, SEOUL_KOR' enum values to the request property 'dataProcessRegion/region/'",
124+
"changeCode": "request-property-enum-value-added",
125+
"backwardCompatible": true
126+
}
127+
],
128+
"stabilityLevel": "stable",
129+
"changeType": "update"
130+
}
131+
],
132+
"operationId": "updateFederatedDatabase",
133+
"tag": "Data Federation"
134+
}
135+
]
136+
},
2137
{
3138
"date": "2025-06-25",
4139
"paths": [

0 commit comments

Comments
 (0)