Skip to content

Commit 35ec984

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/15449535823.
1 parent 9bee5f2 commit 35ec984

File tree

2 files changed

+0
-204
lines changed

2 files changed

+0
-204
lines changed

changelog/internal/changelog-all.json

Lines changed: 0 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -2,132 +2,6 @@
22
{
33
"date": "2025-06-04",
44
"paths": [
5-
{
6-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/download",
7-
"httpMethod": "POST",
8-
"versions": [
9-
{
10-
"version": "2025-03-12",
11-
"changes": [
12-
{
13-
"change": "sunset date '2026-01-15' is too small, must be at least '365' days from now",
14-
"changeCode": "api-sunset-date-too-small",
15-
"backwardCompatible": false,
16-
"hideFromChangelog": true
17-
}
18-
],
19-
"stabilityLevel": "stable",
20-
"changeType": "update"
21-
}
22-
],
23-
"operationId": "downloadSharedClusterBackup",
24-
"tag": "Shared-Tier Snapshots"
25-
},
26-
{
27-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/restore",
28-
"httpMethod": "POST",
29-
"versions": [
30-
{
31-
"version": "2025-03-12",
32-
"changes": [
33-
{
34-
"change": "sunset date '2026-01-15' is too small, must be at least '365' days from now",
35-
"changeCode": "api-sunset-date-too-small",
36-
"backwardCompatible": false,
37-
"hideFromChangelog": true
38-
}
39-
],
40-
"stabilityLevel": "stable",
41-
"changeType": "update"
42-
}
43-
],
44-
"operationId": "createSharedClusterBackupRestoreJob",
45-
"tag": "Shared-Tier Restore Jobs"
46-
},
47-
{
48-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/restores",
49-
"httpMethod": "GET",
50-
"versions": [
51-
{
52-
"version": "2025-03-12",
53-
"changes": [
54-
{
55-
"change": "sunset date '2026-01-15' is too small, must be at least '365' days from now",
56-
"changeCode": "api-sunset-date-too-small",
57-
"backwardCompatible": false,
58-
"hideFromChangelog": true
59-
}
60-
],
61-
"stabilityLevel": "stable",
62-
"changeType": "update"
63-
}
64-
],
65-
"operationId": "listSharedClusterBackupRestoreJobs",
66-
"tag": "Shared-Tier Restore Jobs"
67-
},
68-
{
69-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/restores/{restoreId}",
70-
"httpMethod": "GET",
71-
"versions": [
72-
{
73-
"version": "2025-03-12",
74-
"changes": [
75-
{
76-
"change": "sunset date '2026-01-15' is too small, must be at least '365' days from now",
77-
"changeCode": "api-sunset-date-too-small",
78-
"backwardCompatible": false,
79-
"hideFromChangelog": true
80-
}
81-
],
82-
"stabilityLevel": "stable",
83-
"changeType": "update"
84-
}
85-
],
86-
"operationId": "getSharedClusterBackupRestoreJob",
87-
"tag": "Shared-Tier Restore Jobs"
88-
},
89-
{
90-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/snapshots",
91-
"httpMethod": "GET",
92-
"versions": [
93-
{
94-
"version": "2025-03-12",
95-
"changes": [
96-
{
97-
"change": "sunset date '2026-01-15' is too small, must be at least '365' days from now",
98-
"changeCode": "api-sunset-date-too-small",
99-
"backwardCompatible": false,
100-
"hideFromChangelog": true
101-
}
102-
],
103-
"stabilityLevel": "stable",
104-
"changeType": "update"
105-
}
106-
],
107-
"operationId": "listSharedClusterBackups",
108-
"tag": "Shared-Tier Snapshots"
109-
},
110-
{
111-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/snapshots/{snapshotId}",
112-
"httpMethod": "GET",
113-
"versions": [
114-
{
115-
"version": "2025-03-12",
116-
"changes": [
117-
{
118-
"change": "sunset date '2026-01-15' is too small, must be at least '365' days from now",
119-
"changeCode": "api-sunset-date-too-small",
120-
"backwardCompatible": false,
121-
"hideFromChangelog": true
122-
}
123-
],
124-
"stabilityLevel": "stable",
125-
"changeType": "update"
126-
}
127-
],
128-
"operationId": "getSharedClusterBackup",
129-
"tag": "Shared-Tier Snapshots"
130-
},
1315
{
1326
"path": "/api/atlas/v2/groups/{groupId}/events",
1337
"httpMethod": "GET",

changelog/internal/changelog-all.yaml

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,5 @@
11
- date: "2025-06-04"
22
paths:
3-
- httpMethod: POST
4-
operationId: downloadSharedClusterBackup
5-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/download
6-
tag: Shared-Tier Snapshots
7-
versions:
8-
- changeType: update
9-
changes:
10-
- backwardCompatible: false
11-
change: sunset date '2026-01-15' is too small, must be at least '365' days from now
12-
changeCode: api-sunset-date-too-small
13-
hideFromChangelog: true
14-
stabilityLevel: stable
15-
version: "2025-03-12"
16-
- httpMethod: POST
17-
operationId: createSharedClusterBackupRestoreJob
18-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/restore
19-
tag: Shared-Tier Restore Jobs
20-
versions:
21-
- changeType: update
22-
changes:
23-
- backwardCompatible: false
24-
change: sunset date '2026-01-15' is too small, must be at least '365' days from now
25-
changeCode: api-sunset-date-too-small
26-
hideFromChangelog: true
27-
stabilityLevel: stable
28-
version: "2025-03-12"
29-
- httpMethod: GET
30-
operationId: listSharedClusterBackupRestoreJobs
31-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/restores
32-
tag: Shared-Tier Restore Jobs
33-
versions:
34-
- changeType: update
35-
changes:
36-
- backwardCompatible: false
37-
change: sunset date '2026-01-15' is too small, must be at least '365' days from now
38-
changeCode: api-sunset-date-too-small
39-
hideFromChangelog: true
40-
stabilityLevel: stable
41-
version: "2025-03-12"
42-
- httpMethod: GET
43-
operationId: getSharedClusterBackupRestoreJob
44-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/restores/{restoreId}
45-
tag: Shared-Tier Restore Jobs
46-
versions:
47-
- changeType: update
48-
changes:
49-
- backwardCompatible: false
50-
change: sunset date '2026-01-15' is too small, must be at least '365' days from now
51-
changeCode: api-sunset-date-too-small
52-
hideFromChangelog: true
53-
stabilityLevel: stable
54-
version: "2025-03-12"
55-
- httpMethod: GET
56-
operationId: listSharedClusterBackups
57-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/snapshots
58-
tag: Shared-Tier Snapshots
59-
versions:
60-
- changeType: update
61-
changes:
62-
- backwardCompatible: false
63-
change: sunset date '2026-01-15' is too small, must be at least '365' days from now
64-
changeCode: api-sunset-date-too-small
65-
hideFromChangelog: true
66-
stabilityLevel: stable
67-
version: "2025-03-12"
68-
- httpMethod: GET
69-
operationId: getSharedClusterBackup
70-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/backup/tenant/snapshots/{snapshotId}
71-
tag: Shared-Tier Snapshots
72-
versions:
73-
- changeType: update
74-
changes:
75-
- backwardCompatible: false
76-
change: sunset date '2026-01-15' is too small, must be at least '365' days from now
77-
changeCode: api-sunset-date-too-small
78-
hideFromChangelog: true
79-
stabilityLevel: stable
80-
version: "2025-03-12"
813
- httpMethod: GET
824
operationId: listProjectEvents
835
path: /api/atlas/v2/groups/{groupId}/events

0 commit comments

Comments
 (0)