Skip to content

Commit 59042aa

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/17954969583.
1 parent 1243a2c commit 59042aa

File tree

5 files changed

+144
-2
lines changed

5 files changed

+144
-2
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": "2025-09-23",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added 'subschema #36: Query Shape Event Types' to the 'results/items/oneOf[subschema #1: Any Other Events]/eventTypeName' response property 'oneOf' list for the response",
14+
"changeCode": "response-property-one-of-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listGroupEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added 'subschema #36: Query Shape Event Types' to the '/oneOf[subschema #1: Any Other Events]/eventTypeName' response property 'oneOf' list for the response",
34+
"changeCode": "response-property-one-of-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "getGroupEvent",
43+
"tag": "Events"
44+
}
45+
]
46+
},
247
{
348
"date": "2025-09-22",
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: "2025-09-23"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listGroupEvents
5+
path: /api/atlas/v2/groups/{groupId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added ''subschema #36: Query Shape Event Types'' to the ''results/items/oneOf[subschema #1: Any Other Events]/eventTypeName'' response property ''oneOf'' list for the response'
12+
changeCode: response-property-one-of-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: GET
16+
operationId: getGroupEvent
17+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added ''subschema #36: Query Shape Event Types'' to the ''/oneOf[subschema #1: Any Other Events]/eventTypeName'' response property ''oneOf'' list for the response'
24+
changeCode: response-property-one-of-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
127
- date: "2025-09-22"
228
paths:
329
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
[
2+
{
3+
"date": "2025-09-23",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added 'subschema #36: Query Shape Event Types' to the 'results/items/oneOf[subschema #1: Any Other Events]/eventTypeName' response property 'oneOf' list for the response",
14+
"changeCode": "response-property-one-of-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listGroupEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added 'subschema #36: Query Shape Event Types' to the '/oneOf[subschema #1: Any Other Events]/eventTypeName' response property 'oneOf' list for the response",
34+
"changeCode": "response-property-one-of-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "getGroupEvent",
43+
"tag": "Events"
44+
}
45+
]
46+
},
247
{
348
"date": "2025-09-22",
449
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
- date: "2025-09-23"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listGroupEvents
5+
path: /api/atlas/v2/groups/{groupId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added ''subschema #36: Query Shape Event Types'' to the ''results/items/oneOf[subschema #1: Any Other Events]/eventTypeName'' response property ''oneOf'' list for the response'
12+
changeCode: response-property-one-of-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: GET
16+
operationId: getGroupEvent
17+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added ''subschema #36: Query Shape Event Types'' to the ''/oneOf[subschema #1: Any Other Events]/eventTypeName'' response property ''oneOf'' list for the response'
24+
changeCode: response-property-one-of-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
127
- date: "2025-09-22"
228
paths:
329
- 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-09-23",
3-
"specRevision": "bf3de52e24d1d237c579933690f297e00fb6af31",
4-
"specRevisionShort": "bf3de52e24d",
3+
"specRevision": "a5861bfac4612d33cc72629e41bff9b75408ae6e",
4+
"specRevisionShort": "a5861bfac46",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)