Skip to content

Commit 70cf1a1

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/12142470766.
1 parent b0e0fa1 commit 70cf1a1

File tree

5 files changed

+469
-3
lines changed

5 files changed

+469
-3
lines changed

changelog/changelog.json

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,144 @@
11
[
2+
{
3+
"date": "2024-12-03",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-11-13",
11+
"changes": [
12+
{
13+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the '/items/actions/items/action' response property",
14+
"changeCode": "response-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listCustomDatabaseRoles",
23+
"tag": "Custom Database Roles"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2024-11-13",
31+
"changes": [
32+
{
33+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property",
34+
"changeCode": "response-property-enum-value-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the request property 'actions/items/action'",
39+
"changeCode": "request-property-enum-value-added",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createCustomDatabaseRole",
48+
"tag": "Custom Database Roles"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles/{roleName}",
52+
"httpMethod": "GET",
53+
"versions": [
54+
{
55+
"version": "2024-11-13",
56+
"changes": [
57+
{
58+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property",
59+
"changeCode": "response-property-enum-value-added",
60+
"backwardCompatible": true
61+
}
62+
],
63+
"stabilityLevel": "stable",
64+
"changeType": "update"
65+
}
66+
],
67+
"operationId": "getCustomDatabaseRole",
68+
"tag": "Custom Database Roles"
69+
},
70+
{
71+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles/{roleName}",
72+
"httpMethod": "PATCH",
73+
"versions": [
74+
{
75+
"version": "2024-11-13",
76+
"changes": [
77+
{
78+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property",
79+
"changeCode": "response-property-enum-value-added",
80+
"backwardCompatible": true
81+
},
82+
{
83+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the request property 'actions/items/action'",
84+
"changeCode": "request-property-enum-value-added",
85+
"backwardCompatible": true
86+
}
87+
],
88+
"stabilityLevel": "stable",
89+
"changeType": "update"
90+
}
91+
],
92+
"operationId": "updateCustomDatabaseRole",
93+
"tag": "Custom Database Roles"
94+
},
95+
{
96+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade",
97+
"httpMethod": "POST",
98+
"versions": [
99+
{
100+
"version": "2024-11-13",
101+
"changes": [
102+
{
103+
"change": "the request optional property 'clusterType' became not read-only",
104+
"changeCode": "request-optional-property-became-not-read-only",
105+
"backwardCompatible": true
106+
},
107+
{
108+
"change": "the request optional property 'name' became not read-only",
109+
"changeCode": "request-optional-property-became-not-read-only",
110+
"backwardCompatible": true
111+
},
112+
{
113+
"change": "the request optional property 'versionReleaseSystem' became not read-only",
114+
"changeCode": "request-optional-property-became-not-read-only",
115+
"backwardCompatible": true
116+
},
117+
{
118+
"change": "added the new 'CONTINUOUS' enum value to the request property 'versionReleaseSystem'",
119+
"changeCode": "request-property-enum-value-added",
120+
"backwardCompatible": true
121+
},
122+
{
123+
"change": "added the new 'GEOSHARDED, SHARDED' enum values to the request property 'clusterType'",
124+
"changeCode": "request-property-enum-value-added",
125+
"backwardCompatible": true
126+
},
127+
{
128+
"change": "added the new optional request properties 'acceptDataRisksAndForceReplicaSetReconfig, backupEnabled, biConnector, configServerManagementMode, diskWarmingMode, encryptionAtRestProvider, globalClusterSelfManagedSharding, labels, mongoDBEmployeeAccessGrant, mongoDBMajorVersion, paused, pitEnabled, redactClientLogData, replicaSetScalingStrategy, replicationSpecs, rootCertType'",
129+
"changeCode": "new-optional-request-property",
130+
"backwardCompatible": true
131+
}
132+
],
133+
"stabilityLevel": "stable",
134+
"changeType": "update"
135+
}
136+
],
137+
"operationId": "upgradeFlexCluster",
138+
"tag": "Flex Clusters"
139+
}
140+
]
141+
},
2142
{
3143
"date": "2024-11-22",
4144
"paths": [

changelog/changelog.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
- date: "2024-12-03"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listCustomDatabaseRoles
5+
path: /api/atlas/v2/groups/{groupId}/customDBRoles/roles
6+
tag: Custom Database Roles
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the '/items/actions/items/action' response property
12+
changeCode: response-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-11-13"
15+
- httpMethod: POST
16+
operationId: createCustomDatabaseRole
17+
path: /api/atlas/v2/groups/{groupId}/customDBRoles/roles
18+
tag: Custom Database Roles
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property
24+
changeCode: response-property-enum-value-added
25+
- backwardCompatible: true
26+
change: added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the request property 'actions/items/action'
27+
changeCode: request-property-enum-value-added
28+
stabilityLevel: stable
29+
version: "2024-11-13"
30+
- httpMethod: GET
31+
operationId: getCustomDatabaseRole
32+
path: /api/atlas/v2/groups/{groupId}/customDBRoles/roles/{roleName}
33+
tag: Custom Database Roles
34+
versions:
35+
- changeType: update
36+
changes:
37+
- backwardCompatible: true
38+
change: added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property
39+
changeCode: response-property-enum-value-added
40+
stabilityLevel: stable
41+
version: "2024-11-13"
42+
- httpMethod: PATCH
43+
operationId: updateCustomDatabaseRole
44+
path: /api/atlas/v2/groups/{groupId}/customDBRoles/roles/{roleName}
45+
tag: Custom Database Roles
46+
versions:
47+
- changeType: update
48+
changes:
49+
- backwardCompatible: true
50+
change: added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property
51+
changeCode: response-property-enum-value-added
52+
- backwardCompatible: true
53+
change: added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the request property 'actions/items/action'
54+
changeCode: request-property-enum-value-added
55+
stabilityLevel: stable
56+
version: "2024-11-13"
57+
- httpMethod: POST
58+
operationId: upgradeFlexCluster
59+
path: /api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade
60+
tag: Flex Clusters
61+
versions:
62+
- changeType: update
63+
changes:
64+
- backwardCompatible: true
65+
change: the request optional property 'clusterType' became not read-only
66+
changeCode: request-optional-property-became-not-read-only
67+
- backwardCompatible: true
68+
change: the request optional property 'name' became not read-only
69+
changeCode: request-optional-property-became-not-read-only
70+
- backwardCompatible: true
71+
change: the request optional property 'versionReleaseSystem' became not read-only
72+
changeCode: request-optional-property-became-not-read-only
73+
- backwardCompatible: true
74+
change: added the new 'CONTINUOUS' enum value to the request property 'versionReleaseSystem'
75+
changeCode: request-property-enum-value-added
76+
- backwardCompatible: true
77+
change: added the new 'GEOSHARDED, SHARDED' enum values to the request property 'clusterType'
78+
changeCode: request-property-enum-value-added
79+
- backwardCompatible: true
80+
change: added the new optional request properties 'acceptDataRisksAndForceReplicaSetReconfig, backupEnabled, biConnector, configServerManagementMode, diskWarmingMode, encryptionAtRestProvider, globalClusterSelfManagedSharding, labels, mongoDBEmployeeAccessGrant, mongoDBMajorVersion, paused, pitEnabled, redactClientLogData, replicaSetScalingStrategy, replicationSpecs, rootCertType'
81+
changeCode: new-optional-request-property
82+
stabilityLevel: stable
83+
version: "2024-11-13"
184
- date: "2024-11-22"
285
paths:
386
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,156 @@
11
[
2+
{
3+
"date": "2024-12-03",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-11-13",
11+
"changes": [
12+
{
13+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the '/items/actions/items/action' response property",
14+
"changeCode": "response-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listCustomDatabaseRoles",
23+
"tag": "Custom Database Roles"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles",
27+
"httpMethod": "POST",
28+
"versions": [
29+
{
30+
"version": "2024-11-13",
31+
"changes": [
32+
{
33+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property",
34+
"changeCode": "response-property-enum-value-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the request property 'actions/items/action'",
39+
"changeCode": "request-property-enum-value-added",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "createCustomDatabaseRole",
48+
"tag": "Custom Database Roles"
49+
},
50+
{
51+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles/{roleName}",
52+
"httpMethod": "GET",
53+
"versions": [
54+
{
55+
"version": "2024-11-13",
56+
"changes": [
57+
{
58+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property",
59+
"changeCode": "response-property-enum-value-added",
60+
"backwardCompatible": true
61+
}
62+
],
63+
"stabilityLevel": "stable",
64+
"changeType": "update"
65+
}
66+
],
67+
"operationId": "getCustomDatabaseRole",
68+
"tag": "Custom Database Roles"
69+
},
70+
{
71+
"path": "/api/atlas/v2/groups/{groupId}/customDBRoles/roles/{roleName}",
72+
"httpMethod": "PATCH",
73+
"versions": [
74+
{
75+
"version": "2024-11-13",
76+
"changes": [
77+
{
78+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the 'actions/items/action' response property",
79+
"changeCode": "response-property-enum-value-added",
80+
"backwardCompatible": true
81+
},
82+
{
83+
"change": "added the new 'BYPASS_DEFAULT_MAX_TIME_MS' enum value to the request property 'actions/items/action'",
84+
"changeCode": "request-property-enum-value-added",
85+
"backwardCompatible": true
86+
}
87+
],
88+
"stabilityLevel": "stable",
89+
"changeType": "update"
90+
}
91+
],
92+
"operationId": "updateCustomDatabaseRole",
93+
"tag": "Custom Database Roles"
94+
},
95+
{
96+
"path": "/api/atlas/v2/groups/{groupId}/flexClusters:tenantUpgrade",
97+
"httpMethod": "POST",
98+
"versions": [
99+
{
100+
"version": "2024-11-13",
101+
"changes": [
102+
{
103+
"change": "the request optional property 'clusterType' became not read-only",
104+
"changeCode": "request-optional-property-became-not-read-only",
105+
"backwardCompatible": true
106+
},
107+
{
108+
"change": "the request optional property 'name' became not read-only",
109+
"changeCode": "request-optional-property-became-not-read-only",
110+
"backwardCompatible": true
111+
},
112+
{
113+
"change": "the request optional property 'versionReleaseSystem' became not read-only",
114+
"changeCode": "request-optional-property-became-not-read-only",
115+
"backwardCompatible": true
116+
},
117+
{
118+
"change": "added the new 'CONTINUOUS' enum value to the request property 'versionReleaseSystem'",
119+
"changeCode": "request-property-enum-value-added",
120+
"backwardCompatible": true
121+
},
122+
{
123+
"change": "added the new 'GEOSHARDED, SHARDED' enum values to the request property 'clusterType'",
124+
"changeCode": "request-property-enum-value-added",
125+
"backwardCompatible": true
126+
},
127+
{
128+
"change": "added the new optional request properties 'acceptDataRisksAndForceReplicaSetReconfig, backupEnabled, biConnector, configServerManagementMode, diskWarmingMode, encryptionAtRestProvider, globalClusterSelfManagedSharding, labels, mongoDBEmployeeAccessGrant, mongoDBMajorVersion, paused, pitEnabled, redactClientLogData, replicaSetScalingStrategy, replicationSpecs, rootCertType'",
129+
"changeCode": "new-optional-request-property",
130+
"backwardCompatible": true
131+
},
132+
{
133+
"change": "removed the enum value 'LOADBALANCED' of the request property 'clusterType'",
134+
"changeCode": "request-property-enum-value-removed",
135+
"backwardCompatible": false,
136+
"hideFromChangelog": true
137+
},
138+
{
139+
"change": "the request property 'name' became required",
140+
"changeCode": "request-property-became-required",
141+
"backwardCompatible": false,
142+
"hideFromChangelog": true
143+
}
144+
],
145+
"stabilityLevel": "stable",
146+
"changeType": "update"
147+
}
148+
],
149+
"operationId": "upgradeFlexCluster",
150+
"tag": "Flex Clusters"
151+
}
152+
]
153+
},
2154
{
3155
"date": "2024-11-22",
4156
"paths": [

0 commit comments

Comments
 (0)