Skip to content

Commit aa12dcf

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/13166564799.
1 parent e6fb589 commit aa12dcf

File tree

5 files changed

+80
-2
lines changed

5 files changed

+80
-2
lines changed

changelog/changelog.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"date": "2025-02-05",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-11-13",
11+
"changes": [
12+
{
13+
"change": "added the new 'GCP' enum value to the request property 'dataProcessRegion/cloudProvider'",
14+
"changeCode": "request-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "createOnlineArchive",
23+
"tag": "Online Archive"
24+
}
25+
]
26+
},
227
{
328
"date": "2025-01-24",
429
"paths": [

changelog/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- date: "2025-02-05"
2+
paths:
3+
- httpMethod: POST
4+
operationId: createOnlineArchive
5+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives
6+
tag: Online Archive
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the new 'GCP' enum value to the request property 'dataProcessRegion/cloudProvider'
12+
changeCode: request-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-11-13"
115
- date: "2025-01-24"
216
paths:
317
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"date": "2025-02-05",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-11-13",
11+
"changes": [
12+
{
13+
"change": "added the new 'GCP' enum value to the request property 'dataProcessRegion/cloudProvider'",
14+
"changeCode": "request-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "createOnlineArchive",
23+
"tag": "Online Archive"
24+
}
25+
]
26+
},
227
{
328
"date": "2025-01-24",
429
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- date: "2025-02-05"
2+
paths:
3+
- httpMethod: POST
4+
operationId: createOnlineArchive
5+
path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/onlineArchives
6+
tag: Online Archive
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the new 'GCP' enum value to the request property 'dataProcessRegion/cloudProvider'
12+
changeCode: request-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-11-13"
115
- date: "2025-01-24"
216
paths:
317
- httpMethod: GET

changelog/internal/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runDate": "2025-02-05",
3-
"specRevision": "dbd1973c0decbff758de339089aa895945e8696c",
4-
"specRevisionShort": "dbd1973c0de",
3+
"specRevision": "f40a6ef70b53c0f82187fa1b81c1f39b334fd66b",
4+
"specRevisionShort": "f40a6ef70b5",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)