Skip to content

Commit 3d2aa0f

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/18176905885.
1 parent 813a787 commit 3d2aa0f

File tree

5 files changed

+338
-2
lines changed

5 files changed

+338
-2
lines changed

changelog/changelog.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,111 @@
707707
"operationId": "updateGroupIntegration",
708708
"tag": "Third-Party Integrations"
709709
},
710+
{
711+
"path": "/api/atlas/v2/groups/{groupId}/streams",
712+
"httpMethod": "GET",
713+
"versions": [
714+
{
715+
"version": "2025-03-12",
716+
"changes": [
717+
{
718+
"change": "added the optional property 'results/items/streamConfig/maxTierSize' to the response",
719+
"changeCode": "response-optional-property-added",
720+
"backwardCompatible": true
721+
}
722+
],
723+
"stabilityLevel": "stable",
724+
"changeType": "update"
725+
}
726+
],
727+
"operationId": "listGroupStreamWorkspaces",
728+
"tag": "Streams"
729+
},
730+
{
731+
"path": "/api/atlas/v2/groups/{groupId}/streams",
732+
"httpMethod": "POST",
733+
"versions": [
734+
{
735+
"version": "2025-03-12",
736+
"changes": [
737+
{
738+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
739+
"changeCode": "response-optional-property-added",
740+
"backwardCompatible": true
741+
},
742+
{
743+
"change": "added the new optional request property 'streamConfig/maxTierSize'",
744+
"changeCode": "new-optional-request-property",
745+
"backwardCompatible": true
746+
}
747+
],
748+
"stabilityLevel": "stable",
749+
"changeType": "update"
750+
}
751+
],
752+
"operationId": "createGroupStreamWorkspace",
753+
"tag": "Streams"
754+
},
755+
{
756+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
757+
"httpMethod": "GET",
758+
"versions": [
759+
{
760+
"version": "2025-03-12",
761+
"changes": [
762+
{
763+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
764+
"changeCode": "response-optional-property-added",
765+
"backwardCompatible": true
766+
}
767+
],
768+
"stabilityLevel": "stable",
769+
"changeType": "update"
770+
}
771+
],
772+
"operationId": "getGroupStreamWorkspace",
773+
"tag": "Streams"
774+
},
775+
{
776+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
777+
"httpMethod": "PATCH",
778+
"versions": [
779+
{
780+
"version": "2025-03-12",
781+
"changes": [
782+
{
783+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
784+
"changeCode": "response-optional-property-added",
785+
"backwardCompatible": true
786+
}
787+
],
788+
"stabilityLevel": "stable",
789+
"changeType": "update"
790+
}
791+
],
792+
"operationId": "updateGroupStreamWorkspace",
793+
"tag": "Streams"
794+
},
795+
{
796+
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
797+
"httpMethod": "POST",
798+
"versions": [
799+
{
800+
"version": "2025-03-12",
801+
"changes": [
802+
{
803+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
804+
"changeCode": "response-optional-property-added",
805+
"backwardCompatible": true
806+
}
807+
],
808+
"stabilityLevel": "stable",
809+
"changeType": "update"
810+
}
811+
],
812+
"operationId": "withGroupStreamSampleConnections",
813+
"tag": "Streams"
814+
},
710815
{
711816
"path": "/api/atlas/v2/orgs/{orgId}/events",
712817
"httpMethod": "GET",

changelog/changelog.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,69 @@
423423
changeCode: response-property-one-of-added
424424
stabilityLevel: stable
425425
version: "2025-03-12"
426+
- httpMethod: GET
427+
operationId: listGroupStreamWorkspaces
428+
path: /api/atlas/v2/groups/{groupId}/streams
429+
tag: Streams
430+
versions:
431+
- changeType: update
432+
changes:
433+
- backwardCompatible: true
434+
change: added the optional property 'results/items/streamConfig/maxTierSize' to the response
435+
changeCode: response-optional-property-added
436+
stabilityLevel: stable
437+
version: "2025-03-12"
438+
- httpMethod: POST
439+
operationId: createGroupStreamWorkspace
440+
path: /api/atlas/v2/groups/{groupId}/streams
441+
tag: Streams
442+
versions:
443+
- changeType: update
444+
changes:
445+
- backwardCompatible: true
446+
change: added the optional property 'streamConfig/maxTierSize' to the response
447+
changeCode: response-optional-property-added
448+
- backwardCompatible: true
449+
change: added the new optional request property 'streamConfig/maxTierSize'
450+
changeCode: new-optional-request-property
451+
stabilityLevel: stable
452+
version: "2025-03-12"
453+
- httpMethod: GET
454+
operationId: getGroupStreamWorkspace
455+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
456+
tag: Streams
457+
versions:
458+
- changeType: update
459+
changes:
460+
- backwardCompatible: true
461+
change: added the optional property 'streamConfig/maxTierSize' to the response
462+
changeCode: response-optional-property-added
463+
stabilityLevel: stable
464+
version: "2025-03-12"
465+
- httpMethod: PATCH
466+
operationId: updateGroupStreamWorkspace
467+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
468+
tag: Streams
469+
versions:
470+
- changeType: update
471+
changes:
472+
- backwardCompatible: true
473+
change: added the optional property 'streamConfig/maxTierSize' to the response
474+
changeCode: response-optional-property-added
475+
stabilityLevel: stable
476+
version: "2025-03-12"
477+
- httpMethod: POST
478+
operationId: withGroupStreamSampleConnections
479+
path: /api/atlas/v2/groups/{groupId}/streams:withSampleConnections
480+
tag: Streams
481+
versions:
482+
- changeType: update
483+
changes:
484+
- backwardCompatible: true
485+
change: added the optional property 'streamConfig/maxTierSize' to the response
486+
changeCode: response-optional-property-added
487+
stabilityLevel: stable
488+
version: "2025-03-12"
426489
- httpMethod: GET
427490
operationId: listOrgEvents
428491
path: /api/atlas/v2/orgs/{orgId}/events

changelog/internal/changelog-all.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,111 @@
707707
"operationId": "updateGroupIntegration",
708708
"tag": "Third-Party Integrations"
709709
},
710+
{
711+
"path": "/api/atlas/v2/groups/{groupId}/streams",
712+
"httpMethod": "GET",
713+
"versions": [
714+
{
715+
"version": "2025-03-12",
716+
"changes": [
717+
{
718+
"change": "added the optional property 'results/items/streamConfig/maxTierSize' to the response",
719+
"changeCode": "response-optional-property-added",
720+
"backwardCompatible": true
721+
}
722+
],
723+
"stabilityLevel": "stable",
724+
"changeType": "update"
725+
}
726+
],
727+
"operationId": "listGroupStreamWorkspaces",
728+
"tag": "Streams"
729+
},
730+
{
731+
"path": "/api/atlas/v2/groups/{groupId}/streams",
732+
"httpMethod": "POST",
733+
"versions": [
734+
{
735+
"version": "2025-03-12",
736+
"changes": [
737+
{
738+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
739+
"changeCode": "response-optional-property-added",
740+
"backwardCompatible": true
741+
},
742+
{
743+
"change": "added the new optional request property 'streamConfig/maxTierSize'",
744+
"changeCode": "new-optional-request-property",
745+
"backwardCompatible": true
746+
}
747+
],
748+
"stabilityLevel": "stable",
749+
"changeType": "update"
750+
}
751+
],
752+
"operationId": "createGroupStreamWorkspace",
753+
"tag": "Streams"
754+
},
755+
{
756+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
757+
"httpMethod": "GET",
758+
"versions": [
759+
{
760+
"version": "2025-03-12",
761+
"changes": [
762+
{
763+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
764+
"changeCode": "response-optional-property-added",
765+
"backwardCompatible": true
766+
}
767+
],
768+
"stabilityLevel": "stable",
769+
"changeType": "update"
770+
}
771+
],
772+
"operationId": "getGroupStreamWorkspace",
773+
"tag": "Streams"
774+
},
775+
{
776+
"path": "/api/atlas/v2/groups/{groupId}/streams/{tenantName}",
777+
"httpMethod": "PATCH",
778+
"versions": [
779+
{
780+
"version": "2025-03-12",
781+
"changes": [
782+
{
783+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
784+
"changeCode": "response-optional-property-added",
785+
"backwardCompatible": true
786+
}
787+
],
788+
"stabilityLevel": "stable",
789+
"changeType": "update"
790+
}
791+
],
792+
"operationId": "updateGroupStreamWorkspace",
793+
"tag": "Streams"
794+
},
795+
{
796+
"path": "/api/atlas/v2/groups/{groupId}/streams:withSampleConnections",
797+
"httpMethod": "POST",
798+
"versions": [
799+
{
800+
"version": "2025-03-12",
801+
"changes": [
802+
{
803+
"change": "added the optional property 'streamConfig/maxTierSize' to the response",
804+
"changeCode": "response-optional-property-added",
805+
"backwardCompatible": true
806+
}
807+
],
808+
"stabilityLevel": "stable",
809+
"changeType": "update"
810+
}
811+
],
812+
"operationId": "withGroupStreamSampleConnections",
813+
"tag": "Streams"
814+
},
710815
{
711816
"path": "/api/atlas/v2/orgs/{orgId}/events",
712817
"httpMethod": "GET",

changelog/internal/changelog-all.yaml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,69 @@
423423
changeCode: response-property-one-of-added
424424
stabilityLevel: stable
425425
version: "2025-03-12"
426+
- httpMethod: GET
427+
operationId: listGroupStreamWorkspaces
428+
path: /api/atlas/v2/groups/{groupId}/streams
429+
tag: Streams
430+
versions:
431+
- changeType: update
432+
changes:
433+
- backwardCompatible: true
434+
change: added the optional property 'results/items/streamConfig/maxTierSize' to the response
435+
changeCode: response-optional-property-added
436+
stabilityLevel: stable
437+
version: "2025-03-12"
438+
- httpMethod: POST
439+
operationId: createGroupStreamWorkspace
440+
path: /api/atlas/v2/groups/{groupId}/streams
441+
tag: Streams
442+
versions:
443+
- changeType: update
444+
changes:
445+
- backwardCompatible: true
446+
change: added the optional property 'streamConfig/maxTierSize' to the response
447+
changeCode: response-optional-property-added
448+
- backwardCompatible: true
449+
change: added the new optional request property 'streamConfig/maxTierSize'
450+
changeCode: new-optional-request-property
451+
stabilityLevel: stable
452+
version: "2025-03-12"
453+
- httpMethod: GET
454+
operationId: getGroupStreamWorkspace
455+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
456+
tag: Streams
457+
versions:
458+
- changeType: update
459+
changes:
460+
- backwardCompatible: true
461+
change: added the optional property 'streamConfig/maxTierSize' to the response
462+
changeCode: response-optional-property-added
463+
stabilityLevel: stable
464+
version: "2025-03-12"
465+
- httpMethod: PATCH
466+
operationId: updateGroupStreamWorkspace
467+
path: /api/atlas/v2/groups/{groupId}/streams/{tenantName}
468+
tag: Streams
469+
versions:
470+
- changeType: update
471+
changes:
472+
- backwardCompatible: true
473+
change: added the optional property 'streamConfig/maxTierSize' to the response
474+
changeCode: response-optional-property-added
475+
stabilityLevel: stable
476+
version: "2025-03-12"
477+
- httpMethod: POST
478+
operationId: withGroupStreamSampleConnections
479+
path: /api/atlas/v2/groups/{groupId}/streams:withSampleConnections
480+
tag: Streams
481+
versions:
482+
- changeType: update
483+
changes:
484+
- backwardCompatible: true
485+
change: added the optional property 'streamConfig/maxTierSize' to the response
486+
changeCode: response-optional-property-added
487+
stabilityLevel: stable
488+
version: "2025-03-12"
426489
- httpMethod: GET
427490
operationId: listOrgEvents
428491
path: /api/atlas/v2/orgs/{orgId}/events

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-10-01",
3-
"specRevision": "e1b68ab22c4ba90bbdfae7bc1f82c5e44c97e888",
4-
"specRevisionShort": "e1b68ab22c4",
3+
"specRevision": "7ac9b8bd1b5491c9ad410640a631dc91d9375f46",
4+
"specRevisionShort": "7ac9b8bd1b5",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)