Skip to content

Commit

Permalink
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openap…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 9dda15a commit 8a169b5
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 2 deletions.
25 changes: 25 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"date": "2025-01-03",
"paths": [
{
"path": "/api/atlas/v2/groups/{groupId}/ipAddresses",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "added the optional properties 'services/clusters/items/futureInbound, services/clusters/items/futureOutbound' to the response",
"changeCode": "response-optional-property-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "update"
}
],
"operationId": "returnAllIpAddresses",
"tag": "Projects"
}
]
},
{
"date": "2025-01-01",
"paths": [
Expand Down
14 changes: 14 additions & 0 deletions changelog/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- date: "2025-01-03"
paths:
- httpMethod: GET
operationId: returnAllIpAddresses
path: /api/atlas/v2/groups/{groupId}/ipAddresses
tag: Projects
versions:
- changeType: update
changes:
- backwardCompatible: true
change: added the optional properties 'services/clusters/items/futureInbound, services/clusters/items/futureOutbound' to the response
changeCode: response-optional-property-added
stabilityLevel: stable
version: "2024-11-13"
- date: "2025-01-01"
paths:
- httpMethod: GET
Expand Down
25 changes: 25 additions & 0 deletions changelog/internal/changelog-all.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"date": "2025-01-03",
"paths": [
{
"path": "/api/atlas/v2/groups/{groupId}/ipAddresses",
"httpMethod": "GET",
"versions": [
{
"version": "2024-11-13",
"changes": [
{
"change": "added the optional properties 'services/clusters/items/futureInbound, services/clusters/items/futureOutbound' to the response",
"changeCode": "response-optional-property-added",
"backwardCompatible": true
}
],
"stabilityLevel": "stable",
"changeType": "update"
}
],
"operationId": "returnAllIpAddresses",
"tag": "Projects"
}
]
},
{
"date": "2025-01-01",
"paths": [
Expand Down
14 changes: 14 additions & 0 deletions changelog/internal/changelog-all.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- date: "2025-01-03"
paths:
- httpMethod: GET
operationId: returnAllIpAddresses
path: /api/atlas/v2/groups/{groupId}/ipAddresses
tag: Projects
versions:
- changeType: update
changes:
- backwardCompatible: true
change: added the optional properties 'services/clusters/items/futureInbound, services/clusters/items/futureOutbound' to the response
changeCode: response-optional-property-added
stabilityLevel: stable
version: "2024-11-13"
- date: "2025-01-01"
paths:
- httpMethod: GET
Expand Down
4 changes: 2 additions & 2 deletions changelog/internal/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"runDate": "2025-01-03",
"specRevision": "a0bf35baee01ccc77b49966c0f95e4133632201a",
"specRevisionShort": "a0bf35baee0",
"specRevision": "b30dca0a1318cf8279cab906a13fd2bfa4889cea",
"specRevisionShort": "b30dca0a131",
"versions": [
"2023-01-01",
"2023-02-01",
Expand Down

0 comments on commit 8a169b5

Please sign in to comment.