|
1 | 1 | [ |
2 | 2 | { |
3 | | - "date": "2024-11-13", |
| 3 | + "date": "2024-11-22", |
4 | 4 | "paths": [ |
5 | 5 | { |
6 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters", |
7 | | - "httpMethod": "GET", |
8 | | - "operationId": "listFlexClusters", |
9 | | - "tag": "Flex Clusters", |
10 | | - "changes": [ |
11 | | - { |
12 | | - "change": "endpoint added", |
13 | | - "changeCode": "endpoint-added", |
14 | | - "backwardCompatible": true |
15 | | - } |
16 | | - ] |
17 | | - }, |
18 | | - { |
19 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters", |
20 | | - "httpMethod": "POST", |
21 | | - "operationId": "createFlexCluster", |
22 | | - "tag": "Flex Clusters", |
23 | | - "changes": [ |
24 | | - { |
25 | | - "change": "endpoint added", |
26 | | - "changeCode": "endpoint-added", |
27 | | - "backwardCompatible": true |
28 | | - } |
29 | | - ] |
30 | | - }, |
31 | | - { |
32 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}", |
33 | | - "httpMethod": "DELETE", |
34 | | - "operationId": "deleteFlexCluster", |
35 | | - "tag": "Flex Clusters", |
36 | | - "changes": [ |
37 | | - { |
38 | | - "change": "endpoint added", |
39 | | - "changeCode": "endpoint-added", |
40 | | - "backwardCompatible": true |
41 | | - } |
42 | | - ] |
43 | | - }, |
44 | | - { |
45 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}", |
46 | | - "httpMethod": "GET", |
47 | | - "operationId": "getFlexCluster", |
48 | | - "tag": "Flex Clusters", |
49 | | - "changes": [ |
50 | | - { |
51 | | - "change": "endpoint added", |
52 | | - "changeCode": "endpoint-added", |
53 | | - "backwardCompatible": true |
54 | | - } |
55 | | - ] |
56 | | - }, |
57 | | - { |
58 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}", |
59 | | - "httpMethod": "PATCH", |
60 | | - "operationId": "updateFlexCluster", |
61 | | - "tag": "Flex Clusters", |
62 | | - "changes": [ |
63 | | - { |
64 | | - "change": "endpoint added", |
65 | | - "changeCode": "endpoint-added", |
66 | | - "backwardCompatible": true |
67 | | - } |
68 | | - ] |
69 | | - }, |
70 | | - { |
71 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/download", |
72 | | - "httpMethod": "POST", |
73 | | - "operationId": "downloadFlexBackup", |
74 | | - "tag": "Flex Snapshots", |
75 | | - "changes": [ |
76 | | - { |
77 | | - "change": "endpoint added", |
78 | | - "changeCode": "endpoint-added", |
79 | | - "backwardCompatible": true |
80 | | - } |
81 | | - ] |
82 | | - }, |
83 | | - { |
84 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs", |
85 | | - "httpMethod": "GET", |
86 | | - "operationId": "listFlexBackupRestoreJobs", |
87 | | - "tag": "Flex Restore Jobs", |
88 | | - "changes": [ |
89 | | - { |
90 | | - "change": "endpoint added", |
91 | | - "changeCode": "endpoint-added", |
92 | | - "backwardCompatible": true |
93 | | - } |
94 | | - ] |
95 | | - }, |
96 | | - { |
97 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs", |
98 | | - "httpMethod": "POST", |
99 | | - "operationId": "createFlexBackupRestoreJob", |
100 | | - "tag": "Flex Restore Jobs", |
101 | | - "changes": [ |
102 | | - { |
103 | | - "change": "endpoint added", |
104 | | - "changeCode": "endpoint-added", |
105 | | - "backwardCompatible": true |
106 | | - } |
107 | | - ] |
108 | | - }, |
109 | | - { |
110 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/restoreJobs/{restoreJobId}", |
111 | | - "httpMethod": "GET", |
112 | | - "operationId": "getFlexBackupRestoreJob", |
113 | | - "tag": "Flex Restore Jobs", |
114 | | - "changes": [ |
115 | | - { |
116 | | - "change": "endpoint added", |
117 | | - "changeCode": "endpoint-added", |
118 | | - "backwardCompatible": true |
119 | | - } |
120 | | - ] |
121 | | - }, |
122 | | - { |
123 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots", |
124 | | - "httpMethod": "GET", |
125 | | - "operationId": "listFlexBackups", |
126 | | - "tag": "Flex Snapshots", |
127 | | - "changes": [ |
128 | | - { |
129 | | - "change": "endpoint added", |
130 | | - "changeCode": "endpoint-added", |
131 | | - "backwardCompatible": true |
132 | | - } |
133 | | - ] |
134 | | - }, |
135 | | - { |
136 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters/{name}/backup/snapshots/{snapshotId}", |
| 6 | + "path": "/api/atlas/v2/orgs/{orgId}/events", |
137 | 7 | "httpMethod": "GET", |
138 | | - "operationId": "getFlexBackup", |
139 | | - "tag": "Flex Snapshots", |
140 | | - "changes": [ |
141 | | - { |
142 | | - "change": "endpoint added", |
143 | | - "changeCode": "endpoint-added", |
144 | | - "backwardCompatible": true |
145 | | - } |
146 | | - ] |
147 | | - }, |
148 | | - { |
149 | | - "path": "/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade", |
150 | | - "httpMethod": "POST", |
151 | | - "operationId": "upgradeFlexCluster", |
152 | | - "tag": "Flex Clusters", |
153 | | - "changes": [ |
| 8 | + "versions": [ |
154 | 9 | { |
155 | | - "change": "endpoint added", |
156 | | - "changeCode": "endpoint-added", |
157 | | - "backwardCompatible": true |
| 10 | + "version": "2024-11-13", |
| 11 | + "changes": [ |
| 12 | + { |
| 13 | + "change": "added the new 'ORG_MONGODB_VERSION_EOL_EXTENSION_ACCEPTED, ORG_MONGODB_VERSION_EOL_EXTENSION_CANCELLED, ORG_MONGODB_VERSION_EOL_EXTENSION_PENDING' enum values to the 'results/items/oneOf[subschema #8: Org Events]/eventTypeName' response property", |
| 14 | + "changeCode": "response-property-enum-value-added", |
| 15 | + "backwardCompatible": true |
| 16 | + } |
| 17 | + ], |
| 18 | + "stabilityLevel": "stable", |
| 19 | + "changeType": "update" |
158 | 20 | } |
159 | | - ] |
| 21 | + ], |
| 22 | + "operationId": "listOrganizationEvents", |
| 23 | + "tag": "Events" |
160 | 24 | }, |
161 | 25 | { |
162 | | - "path": "/api/atlas/v2/groups/{groupId}/streams/accountDetails", |
| 26 | + "path": "/api/atlas/v2/orgs/{orgId}/events/{eventId}", |
163 | 27 | "httpMethod": "GET", |
164 | | - "operationId": "getAccountDetails", |
165 | | - "tag": "Streams", |
166 | | - "changes": [ |
| 28 | + "versions": [ |
167 | 29 | { |
168 | | - "change": "endpoint added", |
169 | | - "changeCode": "endpoint-added", |
170 | | - "backwardCompatible": true |
| 30 | + "version": "2024-11-13", |
| 31 | + "changes": [ |
| 32 | + { |
| 33 | + "change": "added the new 'ORG_MONGODB_VERSION_EOL_EXTENSION_ACCEPTED, ORG_MONGODB_VERSION_EOL_EXTENSION_CANCELLED, ORG_MONGODB_VERSION_EOL_EXTENSION_PENDING' enum values to the '/oneOf[subschema #8: Org Events]/eventTypeName' response property", |
| 34 | + "changeCode": "response-property-enum-value-added", |
| 35 | + "backwardCompatible": true |
| 36 | + } |
| 37 | + ], |
| 38 | + "stabilityLevel": "stable", |
| 39 | + "changeType": "update" |
171 | 40 | } |
172 | | - ] |
173 | | - }, |
| 41 | + ], |
| 42 | + "operationId": "getOrganizationEvent", |
| 43 | + "tag": "Events" |
| 44 | + } |
| 45 | + ] |
| 46 | + }, |
| 47 | + { |
| 48 | + "date": "2024-11-13", |
| 49 | + "paths": [ |
174 | 50 | { |
175 | 51 | "path": "/api/atlas/v2/groups", |
176 | 52 | "httpMethod": "GET", |
|
0 commit comments