APIBot: SDK update based on recent changes in Atlas API#778
APIBot: SDK update based on recent changes in Atlas API#778svc-apix-Bot wants to merge 3 commits intomainfrom
Conversation
🤖 Augment PR SummarySummary: This PR updates the generated Atlas Go SDK to align with recent Atlas Admin API (OpenAPI) changes. Changes:
Technical Notes: The OpenAPI changes include new discriminator/mapping entries and a new schema for threshold configuration; ensure downstream transforms/codegen consume these updates as intended. 🤖 Was this summary useful? React with 👍 or 👎 |
| required: | ||
| - metricName | ||
| type: object | ||
| SearchProcessThrottlingRawMetricThresholdView: |
There was a problem hiding this comment.
SearchProcessThrottlingRawMetricThresholdView (and the new SEARCH_PROCESS_THROTTLING discriminator entries) are added to openapi/atlas-api.yaml, but they don’t appear in openapi/atlas-api-transformed.yaml in this PR; if the SDK is generated from the transformed spec, this new metric may be dropped. Consider confirming the transform/codegen pipeline is updated so this metric is actually exposed/handled by generated clients.
Severity: medium
Other Locations
openapi/atlas-api.yaml:21424openapi/atlas-api.yaml:21800openapi/atlas-api.yaml:22095openapi/atlas-api.yaml:22254
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
e17aecb to
69b95f2
Compare
2ac9beb to
c985d77
Compare
c985d77 to
65e0980
Compare
Automatic update for MongoDB Atlas Go Client based on OpenAPI changes.
PR contains autogenerated changes for the MongoDB Atlas client.
Automated checks
Important Details
Fixes should be applied to the OpenAPI file (openapi/atlas-api.yaml) or ./tools engine in a separate PR.
Manual Review Procedure
./releaser/breaking_changes/{release_version}.mdfileTroubleshooting
To skip release process after merge please revert changes from
version.gofile.Release can be triggered by restoring changes in version.go.