Skip to content

Commit 9515ae9

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/13998428955.
1 parent 17f2dc1 commit 9515ae9

File tree

4 files changed

+18
-378
lines changed

4 files changed

+18
-378
lines changed

changelog/changelog.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
2-
32
{
43
"date": "2025-03-12",
54
"paths": [

changelog/changelog.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
- date: "2025-03-12"
22
paths:
3-
- httpMethod: GET
4-
operationId: getAtlasSearchDeployment
5-
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
6-
tag: Atlas Search
7-
versions:
8-
- changeType: update
9-
changes:
10-
- backwardCompatible: false
11-
change: updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400
12-
changeCode: response-status-code-changed
13-
stabilityLevel: stable
14-
version: "2025-03-12"
153
- httpMethod: GET
164
operationId: listAlertConfigurations
175
path: /api/atlas/v2/groups/{groupId}/alertConfigs
@@ -321,6 +309,18 @@
321309
changeCode: endpoint-added
322310
stabilityLevel: stable
323311
version: "2025-03-12"
312+
- httpMethod: GET
313+
operationId: getAtlasSearchDeployment
314+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
315+
tag: Atlas Search
316+
versions:
317+
- changeType: release
318+
changes:
319+
- backwardCompatible: false
320+
change: updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400.
321+
changeCode: response-status-code-changed
322+
stabilityLevel: stable
323+
version: "2025-03-12"
324324
- httpMethod: GET
325325
operationId: listProjectEvents
326326
path: /api/atlas/v2/groups/{groupId}/events

changelog/internal/changelog-all.json

Lines changed: 3 additions & 228 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,4 @@
11
[
2-
{
3-
"date": "2025-03-19",
4-
"paths": [
5-
{
6-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
7-
"httpMethod": "GET",
8-
"versions": [
9-
{
10-
"version": "2025-03-12",
11-
"changes": [
12-
{
13-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
14-
"changeCode": "response-optional-property-added",
15-
"backwardCompatible": true
16-
},
17-
{
18-
"change": "removed the optional property 'encryptionAtRestProvider' from the response",
19-
"changeCode": "response-optional-property-removed",
20-
"backwardCompatible": true
21-
}
22-
],
23-
"stabilityLevel": "stable",
24-
"changeType": "update"
25-
}
26-
],
27-
"operationId": "getAtlasSearchDeployment",
28-
"tag": "Atlas Search"
29-
},
30-
{
31-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
32-
"httpMethod": "PATCH",
33-
"versions": [
34-
{
35-
"version": "2025-03-12",
36-
"changes": [
37-
{
38-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
39-
"changeCode": "response-optional-property-added",
40-
"backwardCompatible": true
41-
},
42-
{
43-
"change": "removed the optional property 'encryptionAtRestProvider' from the response",
44-
"changeCode": "response-optional-property-removed",
45-
"backwardCompatible": true
46-
}
47-
],
48-
"stabilityLevel": "stable",
49-
"changeType": "update"
50-
}
51-
],
52-
"operationId": "updateAtlasSearchDeployment",
53-
"tag": "Atlas Search"
54-
},
55-
{
56-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
57-
"httpMethod": "POST",
58-
"versions": [
59-
{
60-
"version": "2025-03-12",
61-
"changes": [
62-
{
63-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
64-
"changeCode": "response-optional-property-added",
65-
"backwardCompatible": true
66-
},
67-
{
68-
"change": "removed the optional property 'encryptionAtRestProvider' from the response",
69-
"changeCode": "response-optional-property-removed",
70-
"backwardCompatible": true
71-
}
72-
],
73-
"stabilityLevel": "stable",
74-
"changeType": "update"
75-
}
76-
],
77-
"operationId": "createAtlasSearchDeployment",
78-
"tag": "Atlas Search"
79-
},
80-
{
81-
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
82-
"httpMethod": "GET",
83-
"versions": [
84-
{
85-
"version": "2025-03-12",
86-
"changes": [
87-
{
88-
"change": "added the optional property 'enabledForSearchNodes' to the response",
89-
"changeCode": "response-optional-property-added",
90-
"backwardCompatible": true
91-
},
92-
{
93-
"change": "removed the optional property 'enabledForSearchNodes' from the response",
94-
"changeCode": "response-optional-property-removed",
95-
"backwardCompatible": true
96-
}
97-
],
98-
"stabilityLevel": "stable",
99-
"changeType": "update"
100-
}
101-
],
102-
"operationId": "getEncryptionAtRest",
103-
"tag": "Encryption at Rest using Customer Key Management"
104-
},
105-
{
106-
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
107-
"httpMethod": "PATCH",
108-
"versions": [
109-
{
110-
"version": "2025-03-12",
111-
"changes": [
112-
{
113-
"change": "added the optional property 'enabledForSearchNodes' to the response",
114-
"changeCode": "response-optional-property-added",
115-
"backwardCompatible": true
116-
},
117-
{
118-
"change": "added the new optional request property 'enabledForSearchNodes'",
119-
"changeCode": "new-optional-request-property",
120-
"backwardCompatible": true
121-
},
122-
{
123-
"change": "removed the optional property 'enabledForSearchNodes' from the response",
124-
"changeCode": "response-optional-property-removed",
125-
"backwardCompatible": true
126-
},
127-
{
128-
"change": "removed the request property 'enabledForSearchNodes'",
129-
"changeCode": "request-property-removed",
130-
"backwardCompatible": true
131-
}
132-
],
133-
"stabilityLevel": "stable",
134-
"changeType": "update"
135-
}
136-
],
137-
"operationId": "updateEncryptionAtRest",
138-
"tag": "Encryption at Rest using Customer Key Management"
139-
}
140-
]
141-
},
1422
{
1433
"date": "2025-03-12",
1444
"paths": [
@@ -665,9 +525,9 @@
665525
"version": "2025-03-12",
666526
"changes": [
667527
{
668-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
669-
"changeCode": "response-optional-property-added",
670-
"backwardCompatible": true
528+
"change": "updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400.",
529+
"changeCode": "response-status-code-changed",
530+
"backwardCompatible": false
671531
}
672532
],
673533
"stabilityLevel": "stable",
@@ -677,91 +537,6 @@
677537
"operationId": "getAtlasSearchDeployment",
678538
"tag": "Atlas Search"
679539
},
680-
{
681-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
682-
"httpMethod": "PATCH",
683-
"versions": [
684-
{
685-
"version": "2025-03-12",
686-
"changes": [
687-
{
688-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
689-
"changeCode": "response-optional-property-added",
690-
"backwardCompatible": true
691-
}
692-
],
693-
"stabilityLevel": "stable",
694-
"changeType": "release"
695-
}
696-
],
697-
"operationId": "updateAtlasSearchDeployment",
698-
"tag": "Atlas Search"
699-
},
700-
{
701-
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
702-
"httpMethod": "POST",
703-
"versions": [
704-
{
705-
"version": "2025-03-12",
706-
"changes": [
707-
{
708-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
709-
"changeCode": "response-optional-property-added",
710-
"backwardCompatible": true
711-
}
712-
],
713-
"stabilityLevel": "stable",
714-
"changeType": "release"
715-
}
716-
],
717-
"operationId": "createAtlasSearchDeployment",
718-
"tag": "Atlas Search"
719-
},
720-
{
721-
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
722-
"httpMethod": "GET",
723-
"versions": [
724-
{
725-
"version": "2025-03-12",
726-
"changes": [
727-
{
728-
"change": "added the optional property 'enabledForSearchNodes' to the response",
729-
"changeCode": "response-optional-property-added",
730-
"backwardCompatible": true
731-
}
732-
],
733-
"stabilityLevel": "stable",
734-
"changeType": "release"
735-
}
736-
],
737-
"operationId": "getEncryptionAtRest",
738-
"tag": "Encryption at Rest using Customer Key Management"
739-
},
740-
{
741-
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
742-
"httpMethod": "PATCH",
743-
"versions": [
744-
{
745-
"version": "2025-03-12",
746-
"changes": [
747-
{
748-
"change": "added the optional property 'enabledForSearchNodes' to the response",
749-
"changeCode": "response-optional-property-added",
750-
"backwardCompatible": true
751-
},
752-
{
753-
"change": "added the new optional request property 'enabledForSearchNodes'",
754-
"changeCode": "new-optional-request-property",
755-
"backwardCompatible": true
756-
}
757-
],
758-
"stabilityLevel": "stable",
759-
"changeType": "release"
760-
}
761-
],
762-
"operationId": "updateEncryptionAtRest",
763-
"tag": "Encryption at Rest using Customer Key Management"
764-
},
765540
{
766541
"path": "/api/atlas/v2/groups/{groupId}/events",
767542
"httpMethod": "GET",

0 commit comments

Comments
 (0)