-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sdk minor release 2024 #1203
Sdk minor release 2024 #1203
Conversation
New param list: smartFormattingVersion, force, mappingOnly
74cc66f
to
ff6d067
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment about style
const sdkHeaders = getSdkHeaders( | ||
AssistantV2.DEFAULT_SERVICE_NAME, | ||
'v2', | ||
'listAssistants' | ||
); | ||
const sdkHeaders = getSdkHeaders(AssistantV2.DEFAULT_SERVICE_NAME, 'v2', 'listAssistants'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these indent changes a deliberate stylistic change or are we forgetting to run something like prettier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are a deliberate stylistic change from the sdk-generator
BREAKING CHANGE: Renaming and changing of multiple interfaces
b3e1a38
to
3b9e410
Compare
🎉 This PR is included in version 9.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.