Skip to content

Commit 1f93190

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11126049709.
1 parent d09bf8d commit 1f93190

File tree

5 files changed

+365
-3
lines changed

5 files changed

+365
-3
lines changed

changelog/changelog.json

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

changelog/changelog.yaml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
- date: "2024-10-01"
2+
paths:
3+
- httpMethod: GET
4+
operationId: getDataProtectionSettings
5+
path: /api/atlas/v2/groups/{groupId}/backupCompliancePolicy
6+
tag: Cloud Backups
7+
versions:
8+
- changeType: remove
9+
changes:
10+
- backwardCompatible: false
11+
change: endpoint removed
12+
changeCode: endpoint-removed
13+
stabilityLevel: stable
14+
version: "2023-02-01"
15+
- changeType: remove
16+
changes:
17+
- backwardCompatible: false
18+
change: endpoint removed
19+
changeCode: endpoint-removed
20+
stabilityLevel: stable
21+
version: "2023-01-01"
22+
- httpMethod: PUT
23+
operationId: updateDataProtectionSettings
24+
path: /api/atlas/v2/groups/{groupId}/backupCompliancePolicy
25+
tag: Cloud Backups
26+
versions:
27+
- changeType: remove
28+
changes:
29+
- backwardCompatible: false
30+
change: endpoint removed
31+
changeCode: endpoint-removed
32+
stabilityLevel: stable
33+
version: "2023-02-01"
34+
- changeType: remove
35+
changes:
36+
- backwardCompatible: false
37+
change: endpoint removed
38+
changeCode: endpoint-removed
39+
stabilityLevel: stable
40+
version: "2023-01-01"
41+
- httpMethod: GET
42+
operationId: getClusterAdvancedConfiguration
43+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/processArgs
44+
tag: Clusters
45+
versions:
46+
- changeType: update
47+
changes:
48+
- backwardCompatible: true
49+
change: added the optional property 'defaultMaxTimeMS' to the response
50+
changeCode: response-optional-property-added
51+
stabilityLevel: stable
52+
version: "2024-08-05"
53+
- httpMethod: PATCH
54+
operationId: updateClusterAdvancedConfiguration
55+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/processArgs
56+
tag: Clusters
57+
versions:
58+
- changeType: update
59+
changes:
60+
- backwardCompatible: true
61+
change: added the optional property 'defaultMaxTimeMS' to the response
62+
changeCode: response-optional-property-added
63+
- backwardCompatible: true
64+
change: added the new optional request property 'defaultMaxTimeMS'
65+
changeCode: new-optional-request-property
66+
stabilityLevel: stable
67+
version: "2024-08-05"
168
- date: "2024-09-30"
269
paths:
370
- httpMethod: GET

changelog/internal/changelog-all.json

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

changelog/internal/changelog-all.yaml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
- date: "2024-10-01"
2+
paths:
3+
- httpMethod: GET
4+
operationId: getDataProtectionSettings
5+
path: /api/atlas/v2/groups/{groupId}/backupCompliancePolicy
6+
tag: Cloud Backups
7+
versions:
8+
- changeType: remove
9+
changes:
10+
- backwardCompatible: false
11+
change: endpoint removed
12+
changeCode: endpoint-removed
13+
stabilityLevel: stable
14+
version: "2023-02-01"
15+
- changeType: remove
16+
changes:
17+
- backwardCompatible: false
18+
change: endpoint removed
19+
changeCode: endpoint-removed
20+
stabilityLevel: stable
21+
version: "2023-01-01"
22+
- httpMethod: PUT
23+
operationId: updateDataProtectionSettings
24+
path: /api/atlas/v2/groups/{groupId}/backupCompliancePolicy
25+
tag: Cloud Backups
26+
versions:
27+
- changeType: remove
28+
changes:
29+
- backwardCompatible: false
30+
change: endpoint removed
31+
changeCode: endpoint-removed
32+
stabilityLevel: stable
33+
version: "2023-02-01"
34+
- changeType: remove
35+
changes:
36+
- backwardCompatible: false
37+
change: endpoint removed
38+
changeCode: endpoint-removed
39+
stabilityLevel: stable
40+
version: "2023-01-01"
41+
- httpMethod: GET
42+
operationId: getClusterAdvancedConfiguration
43+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/processArgs
44+
tag: Clusters
45+
versions:
46+
- changeType: update
47+
changes:
48+
- backwardCompatible: true
49+
change: added the optional property 'defaultMaxTimeMS' to the response
50+
changeCode: response-optional-property-added
51+
stabilityLevel: stable
52+
version: "2024-08-05"
53+
- httpMethod: PATCH
54+
operationId: updateClusterAdvancedConfiguration
55+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/processArgs
56+
tag: Clusters
57+
versions:
58+
- changeType: update
59+
changes:
60+
- backwardCompatible: true
61+
change: added the optional property 'defaultMaxTimeMS' to the response
62+
changeCode: response-optional-property-added
63+
- backwardCompatible: true
64+
change: added the new optional request property 'defaultMaxTimeMS'
65+
changeCode: new-optional-request-property
66+
stabilityLevel: stable
67+
version: "2024-08-05"
168
- date: "2024-09-30"
269
paths:
370
- httpMethod: GET

changelog/internal/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"runDate": "2024-09-30",
3-
"specRevision": "c3ea41984e7aff9fd340d71a98ccc1e7074ff007",
4-
"specRevisionShort": "c3ea41984e7",
2+
"runDate": "2024-10-01",
3+
"specRevision": "1deb67a5157665dade4ce5ea44340fe5073920ba",
4+
"specRevisionShort": "1deb67a5157",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)