feat: Console SDK update for version 3.2.0#64
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis pull request bumps the SDK version to 3.2.0 (package.json, README CDN snippet, CHANGELOG) and updates the client header Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 113-198: Remove the stray changelog block that was copied from
another SDK: delete everything starting at the header "## 22.3.1" through the
end of the file (the block that includes version headings down to "## 17.0.0").
Ensure only the legitimate changelog entries for this SDK (up to its actual
latest version, e.g., 1.5.0) remain and verify there are no leftover lines from
the "22.x.x"–"17.x.x" block.
- Around line 3-6: The changelog entry contains internal CI context ("for the CI
failure in sdk-generator"); remove that note and rewrite the entry to be
consumer-facing—e.g., state that the SDK was regenerated to version 1.8.x and
that the Health and Projects services now include the new methods
getConsolePausing, updateConsoleAccess, and updateStatus—so the entry describes
what changed for SDK consumers without mentioning CI or internal tooling.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (7)
CHANGELOG.mdREADME.mdpackage.jsonsrc/client.tssrc/enums/build-runtime.tssrc/enums/runtime.tssrc/enums/runtimes.ts
| ## 3.2.0 | ||
|
|
||
| * Regenerate SDK with version 1.8.x to add `getConsolePausing`, `updateConsoleAccess` and `updateStatus` to `Health` and `Projects` service for the CI failure in sdk-generator | ||
|
|
There was a problem hiding this comment.
Internal CI context doesn't belong in a user-facing changelog entry.
"for the CI failure in sdk-generator" is an internal engineering note. The changelog entry should describe what the change means to SDK consumers, not why it was triggered internally.
✏️ Suggested rewrite
-* Regenerate SDK with version 1.8.x to add `getConsolePausing`, `updateConsoleAccess` and `updateStatus` to `Health` and `Projects` service for the CI failure in sdk-generator
+* Add `getConsolePausing`, `updateConsoleAccess`, and `updateStatus` methods to `Health` and `Projects` services📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ## 3.2.0 | |
| * Regenerate SDK with version 1.8.x to add `getConsolePausing`, `updateConsoleAccess` and `updateStatus` to `Health` and `Projects` service for the CI failure in sdk-generator | |
| ## 3.2.0 | |
| * Add `getConsolePausing`, `updateConsoleAccess`, and `updateStatus` methods to `Health` and `Projects` services | |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` around lines 3 - 6, The changelog entry contains internal CI
context ("for the CI failure in sdk-generator"); remove that note and rewrite
the entry to be consumer-facing—e.g., state that the SDK was regenerated to
version 1.8.x and that the Health and Projects services now include the new
methods getConsolePausing, updateConsoleAccess, and updateStatus—so the entry
describes what changed for SDK consumers without mentioning CI or internal
tooling.
This PR contains updates to the Console SDK for version 3.2.0.