Skip to content

Commit 48a707b

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/13943925438.
1 parent 9b9b3e1 commit 48a707b

File tree

4 files changed

+350
-0
lines changed

4 files changed

+350
-0
lines changed

changelog/changelog.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,114 @@
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+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getAtlasSearchDeployment",
23+
"tag": "Atlas Search"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'encryptionAtRestProvider' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "updateAtlasSearchDeployment",
43+
"tag": "Atlas Search"
44+
},
45+
{
46+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
47+
"httpMethod": "POST",
48+
"versions": [
49+
{
50+
"version": "2025-03-12",
51+
"changes": [
52+
{
53+
"change": "added the optional property 'encryptionAtRestProvider' to the response",
54+
"changeCode": "response-optional-property-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "createAtlasSearchDeployment",
63+
"tag": "Atlas Search"
64+
},
65+
{
66+
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
67+
"httpMethod": "GET",
68+
"versions": [
69+
{
70+
"version": "2025-03-12",
71+
"changes": [
72+
{
73+
"change": "added the optional property 'enabledForSearchNodes' to the response",
74+
"changeCode": "response-optional-property-added",
75+
"backwardCompatible": true
76+
}
77+
],
78+
"stabilityLevel": "stable",
79+
"changeType": "update"
80+
}
81+
],
82+
"operationId": "getEncryptionAtRest",
83+
"tag": "Encryption at Rest using Customer Key Management"
84+
},
85+
{
86+
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
87+
"httpMethod": "PATCH",
88+
"versions": [
89+
{
90+
"version": "2025-03-12",
91+
"changes": [
92+
{
93+
"change": "added the optional property 'enabledForSearchNodes' to the response",
94+
"changeCode": "response-optional-property-added",
95+
"backwardCompatible": true
96+
},
97+
{
98+
"change": "added the new optional request property 'enabledForSearchNodes'",
99+
"changeCode": "new-optional-request-property",
100+
"backwardCompatible": true
101+
}
102+
],
103+
"stabilityLevel": "stable",
104+
"changeType": "update"
105+
}
106+
],
107+
"operationId": "updateEncryptionAtRest",
108+
"tag": "Encryption at Rest using Customer Key Management"
109+
}
110+
]
111+
},
2112
{
3113
"date": "2025-03-12",
4114
"paths": [

changelog/changelog.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
- date: "2025-03-19"
2+
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: true
11+
change: added the optional property 'encryptionAtRestProvider' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PATCH
16+
operationId: updateAtlasSearchDeployment
17+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
18+
tag: Atlas Search
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional property 'encryptionAtRestProvider' to the response
24+
changeCode: response-optional-property-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
27+
- httpMethod: POST
28+
operationId: createAtlasSearchDeployment
29+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
30+
tag: Atlas Search
31+
versions:
32+
- changeType: update
33+
changes:
34+
- backwardCompatible: true
35+
change: added the optional property 'encryptionAtRestProvider' to the response
36+
changeCode: response-optional-property-added
37+
stabilityLevel: stable
38+
version: "2025-03-12"
39+
- httpMethod: GET
40+
operationId: getEncryptionAtRest
41+
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest
42+
tag: Encryption at Rest using Customer Key Management
43+
versions:
44+
- changeType: update
45+
changes:
46+
- backwardCompatible: true
47+
change: added the optional property 'enabledForSearchNodes' to the response
48+
changeCode: response-optional-property-added
49+
stabilityLevel: stable
50+
version: "2025-03-12"
51+
- httpMethod: PATCH
52+
operationId: updateEncryptionAtRest
53+
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest
54+
tag: Encryption at Rest using Customer Key Management
55+
versions:
56+
- changeType: update
57+
changes:
58+
- backwardCompatible: true
59+
change: added the optional property 'enabledForSearchNodes' to the response
60+
changeCode: response-optional-property-added
61+
- backwardCompatible: true
62+
change: added the new optional request property 'enabledForSearchNodes'
63+
changeCode: new-optional-request-property
64+
stabilityLevel: stable
65+
version: "2025-03-12"
166
- date: "2025-03-12"
267
paths:
368
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,114 @@
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+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getAtlasSearchDeployment",
23+
"tag": "Atlas Search"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'encryptionAtRestProvider' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "updateAtlasSearchDeployment",
43+
"tag": "Atlas Search"
44+
},
45+
{
46+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment",
47+
"httpMethod": "POST",
48+
"versions": [
49+
{
50+
"version": "2025-03-12",
51+
"changes": [
52+
{
53+
"change": "added the optional property 'encryptionAtRestProvider' to the response",
54+
"changeCode": "response-optional-property-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "createAtlasSearchDeployment",
63+
"tag": "Atlas Search"
64+
},
65+
{
66+
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
67+
"httpMethod": "GET",
68+
"versions": [
69+
{
70+
"version": "2025-03-12",
71+
"changes": [
72+
{
73+
"change": "added the optional property 'enabledForSearchNodes' to the response",
74+
"changeCode": "response-optional-property-added",
75+
"backwardCompatible": true
76+
}
77+
],
78+
"stabilityLevel": "stable",
79+
"changeType": "update"
80+
}
81+
],
82+
"operationId": "getEncryptionAtRest",
83+
"tag": "Encryption at Rest using Customer Key Management"
84+
},
85+
{
86+
"path": "/api/atlas/v2/groups/{groupId}/encryptionAtRest",
87+
"httpMethod": "PATCH",
88+
"versions": [
89+
{
90+
"version": "2025-03-12",
91+
"changes": [
92+
{
93+
"change": "added the optional property 'enabledForSearchNodes' to the response",
94+
"changeCode": "response-optional-property-added",
95+
"backwardCompatible": true
96+
},
97+
{
98+
"change": "added the new optional request property 'enabledForSearchNodes'",
99+
"changeCode": "new-optional-request-property",
100+
"backwardCompatible": true
101+
}
102+
],
103+
"stabilityLevel": "stable",
104+
"changeType": "update"
105+
}
106+
],
107+
"operationId": "updateEncryptionAtRest",
108+
"tag": "Encryption at Rest using Customer Key Management"
109+
}
110+
]
111+
},
2112
{
3113
"date": "2025-03-12",
4114
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
- date: "2025-03-19"
2+
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: true
11+
change: added the optional property 'encryptionAtRestProvider' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PATCH
16+
operationId: updateAtlasSearchDeployment
17+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
18+
tag: Atlas Search
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional property 'encryptionAtRestProvider' to the response
24+
changeCode: response-optional-property-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
27+
- httpMethod: POST
28+
operationId: createAtlasSearchDeployment
29+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/search/deployment
30+
tag: Atlas Search
31+
versions:
32+
- changeType: update
33+
changes:
34+
- backwardCompatible: true
35+
change: added the optional property 'encryptionAtRestProvider' to the response
36+
changeCode: response-optional-property-added
37+
stabilityLevel: stable
38+
version: "2025-03-12"
39+
- httpMethod: GET
40+
operationId: getEncryptionAtRest
41+
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest
42+
tag: Encryption at Rest using Customer Key Management
43+
versions:
44+
- changeType: update
45+
changes:
46+
- backwardCompatible: true
47+
change: added the optional property 'enabledForSearchNodes' to the response
48+
changeCode: response-optional-property-added
49+
stabilityLevel: stable
50+
version: "2025-03-12"
51+
- httpMethod: PATCH
52+
operationId: updateEncryptionAtRest
53+
path: /api/atlas/v2/groups/{groupId}/encryptionAtRest
54+
tag: Encryption at Rest using Customer Key Management
55+
versions:
56+
- changeType: update
57+
changes:
58+
- backwardCompatible: true
59+
change: added the optional property 'enabledForSearchNodes' to the response
60+
changeCode: response-optional-property-added
61+
- backwardCompatible: true
62+
change: added the new optional request property 'enabledForSearchNodes'
63+
changeCode: new-optional-request-property
64+
stabilityLevel: stable
65+
version: "2025-03-12"
166
- date: "2025-03-12"
267
paths:
368
- httpMethod: GET

0 commit comments

Comments
 (0)