Skip to content

Commit 37f9d9c

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/24527040870.
1 parent 6416d46 commit 37f9d9c

5 files changed

Lines changed: 96 additions & 2 deletions

File tree

changelog/changelog.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
[
2+
{
3+
"date": "2026-04-16",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/processor",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'tier' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
},
17+
{
18+
"change": "added the new optional request property 'tier'",
19+
"changeCode": "new-optional-request-property",
20+
"backwardCompatible": true
21+
}
22+
],
23+
"stabilityLevel": "stable",
24+
"changeType": "update"
25+
}
26+
],
27+
"operationId": "createGroupStreamProcessor",
28+
"tag": "Streams"
29+
}
30+
]
31+
},
232
{
333
"date": "2026-04-15",
434
"paths": [

changelog/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- date: "2026-04-16"
2+
paths:
3+
- httpMethod: POST
4+
operationId: createGroupStreamProcessor
5+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}/processor
6+
tag: Streams
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'tier' to the response
12+
changeCode: response-optional-property-added
13+
- backwardCompatible: true
14+
change: added the new optional request property 'tier'
15+
changeCode: new-optional-request-property
16+
stabilityLevel: stable
17+
version: "2025-03-12"
118
- date: "2026-04-15"
219
paths:
320
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
[
2+
{
3+
"date": "2026-04-16",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}/processor",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'tier' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
},
17+
{
18+
"change": "added the new optional request property 'tier'",
19+
"changeCode": "new-optional-request-property",
20+
"backwardCompatible": true
21+
}
22+
],
23+
"stabilityLevel": "stable",
24+
"changeType": "update"
25+
}
26+
],
27+
"operationId": "createGroupStreamProcessor",
28+
"tag": "Streams"
29+
}
30+
]
31+
},
232
{
333
"date": "2026-04-15",
434
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- date: "2026-04-16"
2+
paths:
3+
- httpMethod: POST
4+
operationId: createGroupStreamProcessor
5+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}/processor
6+
tag: Streams
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'tier' to the response
12+
changeCode: response-optional-property-added
13+
- backwardCompatible: true
14+
change: added the new optional request property 'tier'
15+
changeCode: new-optional-request-property
16+
stabilityLevel: stable
17+
version: "2025-03-12"
118
- date: "2026-04-15"
219
paths:
320
- 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": "2026-04-16",
3-
"specRevision": "b6a75a90517e9191f3d91801704ccee2307abb9e",
4-
"specRevisionShort": "b6a75a90517",
3+
"specRevision": "a22f2c0e176a392ebad39840a2fcb87e9fe0bf2a",
4+
"specRevisionShort": "a22f2c0e176",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)