Skip to content

Commit f835d5a

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/17296863565.
1 parent 29bc639 commit f835d5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+18656
-2892
lines changed

changelog/changelog.json

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,154 @@
11
[
2+
{
3+
"date": "2025-08-28",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/alertConfigs",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the new 'GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRED, GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRING' enum values to the request property '/oneOf[subschema #1: Any Other Alert Configurations]/eventTypeName/oneOf[subschema #5: Group Event Types]/'",
14+
"changeCode": "request-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "createGroupAlertConfig",
23+
"tag": "Alert Configurations"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}",
27+
"httpMethod": "PUT",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the new 'GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRED, GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRING' enum values to the request property '/oneOf[subschema #1: Any Other Alert Configurations]/eventTypeName/oneOf[subschema #5: Group Event Types]/'",
34+
"changeCode": "request-property-enum-value-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "updateGroupAlertConfig",
43+
"tag": "Alert Configurations"
44+
},
45+
{
46+
"path": "/api/atlas/v2/groups/{groupId}/events",
47+
"httpMethod": "GET",
48+
"versions": [
49+
{
50+
"version": "2025-03-12",
51+
"changes": [
52+
{
53+
"change": "added the new 'ONLINE_ARCHIVE_DELETE_AFTER_DATE_UPDATED' enum value to the 'results/items/oneOf[subschema #15: NDS Audits]/eventTypeName' response property",
54+
"changeCode": "response-property-enum-value-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "listGroupEvents",
63+
"tag": "Events"
64+
},
65+
{
66+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
67+
"httpMethod": "GET",
68+
"versions": [
69+
{
70+
"version": "2025-03-12",
71+
"changes": [
72+
{
73+
"change": "added the new 'ONLINE_ARCHIVE_DELETE_AFTER_DATE_UPDATED' enum value to the '/oneOf[subschema #15: NDS Audits]/eventTypeName' response property",
74+
"changeCode": "response-property-enum-value-added",
75+
"backwardCompatible": true
76+
}
77+
],
78+
"stabilityLevel": "stable",
79+
"changeType": "update"
80+
}
81+
],
82+
"operationId": "getGroupEvent",
83+
"tag": "Events"
84+
},
85+
{
86+
"path": "/api/atlas/v2/groups/{groupId}/limits",
87+
"httpMethod": "GET",
88+
"versions": [
89+
{
90+
"version": "2025-03-12",
91+
"changes": [
92+
{
93+
"change": "removed 'atlas.project.deployment.salesSoldM0s' discriminator mapping keys from the '/items/' response property",
94+
"changeCode": "response-property-discriminator-mapping-deleted",
95+
"backwardCompatible": true
96+
}
97+
],
98+
"stabilityLevel": "stable",
99+
"changeType": "update"
100+
}
101+
],
102+
"operationId": "listGroupLimits",
103+
"tag": "Projects"
104+
},
105+
{
106+
"path": "/api/atlas/v2/groups/{groupId}/limits/{limitName}",
107+
"httpMethod": "GET",
108+
"versions": [
109+
{
110+
"version": "2025-03-12",
111+
"changes": [
112+
{
113+
"change": "removed 'atlas.project.deployment.salesSoldM0s' mapping keys from the response discriminator for the response status '200'",
114+
"changeCode": "response-body-discriminator-mapping-deleted",
115+
"backwardCompatible": true
116+
}
117+
],
118+
"stabilityLevel": "stable",
119+
"changeType": "update"
120+
}
121+
],
122+
"operationId": "getGroupLimit",
123+
"tag": "Projects"
124+
},
125+
{
126+
"path": "/api/atlas/v2/groups/{groupId}/limits/{limitName}",
127+
"httpMethod": "PATCH",
128+
"versions": [
129+
{
130+
"version": "2025-03-12",
131+
"changes": [
132+
{
133+
"change": "removed 'atlas.project.deployment.salesSoldM0s' mapping keys from the request discriminator",
134+
"changeCode": "request-body-discriminator-mapping-deleted",
135+
"backwardCompatible": true
136+
},
137+
{
138+
"change": "removed 'atlas.project.deployment.salesSoldM0s' mapping keys from the response discriminator for the response status '200'",
139+
"changeCode": "response-body-discriminator-mapping-deleted",
140+
"backwardCompatible": true
141+
}
142+
],
143+
"stabilityLevel": "stable",
144+
"changeType": "update"
145+
}
146+
],
147+
"operationId": "setGroupLimit",
148+
"tag": "Projects"
149+
}
150+
]
151+
},
2152
{
3153
"date": "2025-08-20",
4154
"paths": [

changelog/changelog.yaml

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
- date: "2025-08-28"
2+
paths:
3+
- httpMethod: POST
4+
operationId: createGroupAlertConfig
5+
path: /api/atlas/v2/groups/{groupId}/alertConfigs
6+
tag: Alert Configurations
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the new ''GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRED, GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRING'' enum values to the request property ''/oneOf[subschema #1: Any Other Alert Configurations]/eventTypeName/oneOf[subschema #5: Group Event Types]/'''
12+
changeCode: request-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PUT
16+
operationId: updateGroupAlertConfig
17+
path: /api/atlas/v2/groups/{groupId}/alertConfigs/{alertConfigId}
18+
tag: Alert Configurations
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added the new ''GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRED, GROUP_SERVICE_ACCOUNT_SECRETS_EXPIRING'' enum values to the request property ''/oneOf[subschema #1: Any Other Alert Configurations]/eventTypeName/oneOf[subschema #5: Group Event Types]/'''
24+
changeCode: request-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
27+
- httpMethod: GET
28+
operationId: listGroupEvents
29+
path: /api/atlas/v2/groups/{groupId}/events
30+
tag: Events
31+
versions:
32+
- changeType: update
33+
changes:
34+
- backwardCompatible: true
35+
change: 'added the new ''ONLINE_ARCHIVE_DELETE_AFTER_DATE_UPDATED'' enum value to the ''results/items/oneOf[subschema #15: NDS Audits]/eventTypeName'' response property'
36+
changeCode: response-property-enum-value-added
37+
stabilityLevel: stable
38+
version: "2025-03-12"
39+
- httpMethod: GET
40+
operationId: getGroupEvent
41+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
42+
tag: Events
43+
versions:
44+
- changeType: update
45+
changes:
46+
- backwardCompatible: true
47+
change: 'added the new ''ONLINE_ARCHIVE_DELETE_AFTER_DATE_UPDATED'' enum value to the ''/oneOf[subschema #15: NDS Audits]/eventTypeName'' response property'
48+
changeCode: response-property-enum-value-added
49+
stabilityLevel: stable
50+
version: "2025-03-12"
51+
- httpMethod: GET
52+
operationId: listGroupLimits
53+
path: /api/atlas/v2/groups/{groupId}/limits
54+
tag: Projects
55+
versions:
56+
- changeType: update
57+
changes:
58+
- backwardCompatible: true
59+
change: removed 'atlas.project.deployment.salesSoldM0s' discriminator mapping keys from the '/items/' response property
60+
changeCode: response-property-discriminator-mapping-deleted
61+
stabilityLevel: stable
62+
version: "2025-03-12"
63+
- httpMethod: GET
64+
operationId: getGroupLimit
65+
path: /api/atlas/v2/groups/{groupId}/limits/{limitName}
66+
tag: Projects
67+
versions:
68+
- changeType: update
69+
changes:
70+
- backwardCompatible: true
71+
change: removed 'atlas.project.deployment.salesSoldM0s' mapping keys from the response discriminator for the response status '200'
72+
changeCode: response-body-discriminator-mapping-deleted
73+
stabilityLevel: stable
74+
version: "2025-03-12"
75+
- httpMethod: PATCH
76+
operationId: setGroupLimit
77+
path: /api/atlas/v2/groups/{groupId}/limits/{limitName}
78+
tag: Projects
79+
versions:
80+
- changeType: update
81+
changes:
82+
- backwardCompatible: true
83+
change: removed 'atlas.project.deployment.salesSoldM0s' mapping keys from the request discriminator
84+
changeCode: request-body-discriminator-mapping-deleted
85+
- backwardCompatible: true
86+
change: removed 'atlas.project.deployment.salesSoldM0s' mapping keys from the response discriminator for the response status '200'
87+
changeCode: response-body-discriminator-mapping-deleted
88+
stabilityLevel: stable
89+
version: "2025-03-12"
190
- date: "2025-08-20"
291
paths:
392
- httpMethod: GET

0 commit comments

Comments
 (0)