Merge TGCloud4_25_07_B Generate Release Notes into main#116
Conversation
DOC-2118 feat(tgcloud4): Cloud v4 major doc update (still beta)
DOC-2705-update-pricing
…orkspace-logs.adoc
TCE-6256(workspacelog): doc for workspace log; DOC-2727 feat
[DOC-2703] feat(snowflake): create snowflake step by step instruction;
…onnect-via-api.adoc
[Doc 2715] feat(profile): create query profile instruction;
DOC-2705 Update price page
DOC-2837-remove-copilot
DOC-2873-remove-mlworkbench
…vanna-release-notes DOC-2895-updated savanna release notes
✅ Deploy Preview for thriving-strudel-91d4a9 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Bug: API Schedule Update/Delete Endpoint Mismatch
The API endpoints for "Update an existing workspace schedule" (originally PUT) and "Delete an existing workspace schedule" (originally DELETE) have been replaced by a single POST /workgroups/{workgroupID}/workspaces/{workspaceID}/backups/schedule endpoint. This change removes the schedule_id from the path, preventing the update or deletion of specific schedules. The new POST endpoint also incorrectly requires a request body for the former DELETE operation.
modules/savanna/modules/rest-api/pages/endpoints.adoc#L2219-L2224
cloud-docs/modules/savanna/modules/rest-api/pages/endpoints.adoc
Lines 2219 to 2224 in caaeb9b
modules/savanna/modules/rest-api/pages/endpoints.adoc#L2288-L2293
cloud-docs/modules/savanna/modules/rest-api/pages/endpoints.adoc
Lines 2288 to 2293 in caaeb9b
Bug: API Endpoint Change Breaks Backup Restore Status
The API endpoint for "Get backup restore status" was incorrectly changed from /workspaces/{workspaceID}/backups/restore/{job}/status to /workspaces/{workspaceID}/backups/{job}/status. This change removes the "restore" path segment, making the endpoint semantically ambiguous and a breaking change for existing integrations.
modules/savanna/modules/rest-api/pages/endpoints.adoc#L2028-L2032
cloud-docs/modules/savanna/modules/rest-api/pages/endpoints.adoc
Lines 2028 to 2032 in caaeb9b
Comment bugbot run to trigger another review on this PR
Was this report helpful? Give feedback by reacting with 👍 or 👎
Please review TGCloud4_25_07_B all release notes