Skip to content

Commit 400b30d

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11114131333.
1 parent 5e68902 commit 400b30d

File tree

5 files changed

+384
-2
lines changed

5 files changed

+384
-2
lines changed

changelog/changelog.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,124 @@
11
[
2+
{
3+
"date": "2024-09-30",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added the optional properties 'results/items/configServerManagementMode, results/items/configServerType' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listClusters",
23+
"tag": "Clusters"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/clusters",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'configServerManagementMode'",
39+
"changeCode": "new-optional-request-property",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createCluster",
48+
"tag": "Clusters"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade",
52+
"httpMethod": "POST",
53+
"versions": [
54+
{
55+
"version": "2024-08-05",
56+
"changes": [
57+
{
58+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
59+
"changeCode": "response-optional-property-added",
60+
"backwardCompatible": true
61+
},
62+
{
63+
"change": "added the new optional request property 'configServerManagementMode'",
64+
"changeCode": "new-optional-request-property",
65+
"backwardCompatible": true
66+
}
67+
],
68+
"stabilityLevel": "stable",
69+
"changeType": "update"
70+
}
71+
],
72+
"operationId": "upgradeSharedCluster",
73+
"tag": "Clusters"
74+
},
75+
{
76+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}",
77+
"httpMethod": "GET",
78+
"versions": [
79+
{
80+
"version": "2024-08-05",
81+
"changes": [
82+
{
83+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
84+
"changeCode": "response-optional-property-added",
85+
"backwardCompatible": true
86+
}
87+
],
88+
"stabilityLevel": "stable",
89+
"changeType": "update"
90+
}
91+
],
92+
"operationId": "getCluster",
93+
"tag": "Clusters"
94+
},
95+
{
96+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}",
97+
"httpMethod": "PATCH",
98+
"versions": [
99+
{
100+
"version": "2024-08-05",
101+
"changes": [
102+
{
103+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
104+
"changeCode": "response-optional-property-added",
105+
"backwardCompatible": true
106+
},
107+
{
108+
"change": "added the new optional request property 'configServerManagementMode'",
109+
"changeCode": "new-optional-request-property",
110+
"backwardCompatible": true
111+
}
112+
],
113+
"stabilityLevel": "stable",
114+
"changeType": "update"
115+
}
116+
],
117+
"operationId": "updateCluster",
118+
"tag": "Clusters"
119+
}
120+
]
121+
},
2122
{
3123
"date": "2024-09-24",
4124
"paths": [

changelog/changelog.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
- date: "2024-09-30"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listClusters
5+
path: /api/atlas/v2/groups/{groupId}/clusters
6+
tag: Clusters
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional properties 'results/items/configServerManagementMode, results/items/configServerType' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: POST
16+
operationId: createCluster
17+
path: /api/atlas/v2/groups/{groupId}/clusters
18+
tag: Clusters
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'configServerManagementMode'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2024-08-05"
30+
- httpMethod: POST
31+
operationId: upgradeSharedCluster
32+
path: /api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade
33+
tag: Clusters
34+
versions:
35+
- changeType: update
36+
changes:
37+
- backwardCompatible: true
38+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
39+
changeCode: response-optional-property-added
40+
- backwardCompatible: true
41+
change: added the new optional request property 'configServerManagementMode'
42+
changeCode: new-optional-request-property
43+
stabilityLevel: stable
44+
version: "2024-08-05"
45+
- httpMethod: GET
46+
operationId: getCluster
47+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}
48+
tag: Clusters
49+
versions:
50+
- changeType: update
51+
changes:
52+
- backwardCompatible: true
53+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
54+
changeCode: response-optional-property-added
55+
stabilityLevel: stable
56+
version: "2024-08-05"
57+
- httpMethod: PATCH
58+
operationId: updateCluster
59+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}
60+
tag: Clusters
61+
versions:
62+
- changeType: update
63+
changes:
64+
- backwardCompatible: true
65+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
66+
changeCode: response-optional-property-added
67+
- backwardCompatible: true
68+
change: added the new optional request property 'configServerManagementMode'
69+
changeCode: new-optional-request-property
70+
stabilityLevel: stable
71+
version: "2024-08-05"
172
- date: "2024-09-24"
273
paths:
374
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,124 @@
11
[
2+
{
3+
"date": "2024-09-30",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added the optional properties 'results/items/configServerManagementMode, results/items/configServerType' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listClusters",
23+
"tag": "Clusters"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/clusters",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'configServerManagementMode'",
39+
"changeCode": "new-optional-request-property",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createCluster",
48+
"tag": "Clusters"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade",
52+
"httpMethod": "POST",
53+
"versions": [
54+
{
55+
"version": "2024-08-05",
56+
"changes": [
57+
{
58+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
59+
"changeCode": "response-optional-property-added",
60+
"backwardCompatible": true
61+
},
62+
{
63+
"change": "added the new optional request property 'configServerManagementMode'",
64+
"changeCode": "new-optional-request-property",
65+
"backwardCompatible": true
66+
}
67+
],
68+
"stabilityLevel": "stable",
69+
"changeType": "update"
70+
}
71+
],
72+
"operationId": "upgradeSharedCluster",
73+
"tag": "Clusters"
74+
},
75+
{
76+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}",
77+
"httpMethod": "GET",
78+
"versions": [
79+
{
80+
"version": "2024-08-05",
81+
"changes": [
82+
{
83+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
84+
"changeCode": "response-optional-property-added",
85+
"backwardCompatible": true
86+
}
87+
],
88+
"stabilityLevel": "stable",
89+
"changeType": "update"
90+
}
91+
],
92+
"operationId": "getCluster",
93+
"tag": "Clusters"
94+
},
95+
{
96+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}",
97+
"httpMethod": "PATCH",
98+
"versions": [
99+
{
100+
"version": "2024-08-05",
101+
"changes": [
102+
{
103+
"change": "added the optional properties 'configServerManagementMode, configServerType' to the response",
104+
"changeCode": "response-optional-property-added",
105+
"backwardCompatible": true
106+
},
107+
{
108+
"change": "added the new optional request property 'configServerManagementMode'",
109+
"changeCode": "new-optional-request-property",
110+
"backwardCompatible": true
111+
}
112+
],
113+
"stabilityLevel": "stable",
114+
"changeType": "update"
115+
}
116+
],
117+
"operationId": "updateCluster",
118+
"tag": "Clusters"
119+
}
120+
]
121+
},
2122
{
3123
"date": "2024-09-24",
4124
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
- date: "2024-09-30"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listClusters
5+
path: /api/atlas/v2/groups/{groupId}/clusters
6+
tag: Clusters
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional properties 'results/items/configServerManagementMode, results/items/configServerType' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: POST
16+
operationId: createCluster
17+
path: /api/atlas/v2/groups/{groupId}/clusters
18+
tag: Clusters
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'configServerManagementMode'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2024-08-05"
30+
- httpMethod: POST
31+
operationId: upgradeSharedCluster
32+
path: /api/atlas/v2/groups/{groupId}/clusters/tenantUpgrade
33+
tag: Clusters
34+
versions:
35+
- changeType: update
36+
changes:
37+
- backwardCompatible: true
38+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
39+
changeCode: response-optional-property-added
40+
- backwardCompatible: true
41+
change: added the new optional request property 'configServerManagementMode'
42+
changeCode: new-optional-request-property
43+
stabilityLevel: stable
44+
version: "2024-08-05"
45+
- httpMethod: GET
46+
operationId: getCluster
47+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}
48+
tag: Clusters
49+
versions:
50+
- changeType: update
51+
changes:
52+
- backwardCompatible: true
53+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
54+
changeCode: response-optional-property-added
55+
stabilityLevel: stable
56+
version: "2024-08-05"
57+
- httpMethod: PATCH
58+
operationId: updateCluster
59+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}
60+
tag: Clusters
61+
versions:
62+
- changeType: update
63+
changes:
64+
- backwardCompatible: true
65+
change: added the optional properties 'configServerManagementMode, configServerType' to the response
66+
changeCode: response-optional-property-added
67+
- backwardCompatible: true
68+
change: added the new optional request property 'configServerManagementMode'
69+
changeCode: new-optional-request-property
70+
stabilityLevel: stable
71+
version: "2024-08-05"
172
- date: "2024-09-24"
273
paths:
374
- httpMethod: GET

0 commit comments

Comments
 (0)