Skip to content

Commit 17f2dc1

Browse files
authored
chore: reconcile changelog (#591)
1 parent cc99f09 commit 17f2dc1

File tree

2 files changed

+8
-366
lines changed

2 files changed

+8
-366
lines changed

changelog/changelog.json

Lines changed: 4 additions & 228 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,5 @@
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-
},
2+
1423
{
1434
"date": "2025-03-12",
1445
"paths": [
@@ -665,9 +526,9 @@
665526
"version": "2025-03-12",
666527
"changes": [
667528
{
668-
"change": "added the optional property 'encryptionAtRestProvider' to the response",
669-
"changeCode": "response-optional-property-added",
670-
"backwardCompatible": true
529+
"change": "updates the return of the API when no nodes exist, the endpoint returns 200 with an empty JSON ({}) instead of 400.",
530+
"changeCode": "response-status-code-changed",
531+
"backwardCompatible": false
671532
}
672533
],
673534
"stabilityLevel": "stable",
@@ -677,91 +538,6 @@
677538
"operationId": "getAtlasSearchDeployment",
678539
"tag": "Atlas Search"
679540
},
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-
},
765541
{
766542
"path": "/api/atlas/v2/groups/{groupId}/events",
767543
"httpMethod": "GET",

0 commit comments

Comments
 (0)