Skip to content

Commit c957ab1

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11519764533.
1 parent 0d14dde commit c957ab1

File tree

5 files changed

+348
-4084
lines changed

5 files changed

+348
-4084
lines changed

changelog/changelog.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
[
2+
{
3+
"date": "2024-10-25",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/streams",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-10-23",
11+
"changes": [
12+
{
13+
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'dataProcessRegion/region/'",
14+
"changeCode": "request-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "createStreamInstance",
23+
"tag": "Streams"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2024-10-23",
31+
"changes": [
32+
{
33+
"change": "added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'region/'",
34+
"changeCode": "request-property-enum-value-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "updateStreamInstance",
43+
"tag": "Streams"
44+
}
45+
]
46+
},
247
{
348
"date": "2024-10-24",
449
"paths": [

changelog/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
- date: "2024-10-25"
2+
paths:
3+
- httpMethod: POST
4+
operationId: createStreamInstance
5+
path: /api/atlas/v2/groups/{groupId}/streams
6+
tag: Streams
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'dataProcessRegion/region/'
12+
changeCode: request-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-10-23"
15+
- httpMethod: PATCH
16+
operationId: updateStreamInstance
17+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
18+
tag: Streams
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the new 'eastus, eastus2, westeurope, westus' enum values to the request property 'region/'
24+
changeCode: request-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2024-10-23"
127
- date: "2024-10-24"
228
paths:
329
- httpMethod: GET

0 commit comments

Comments
 (0)