Skip to content
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 #839

Merged
merged 9 commits into from
Feb 26, 2024
Merged

Sdk minor release 2024 #839

merged 9 commits into from
Feb 26, 2024

Conversation

apaparazzi0329
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.81%. Comparing base (75285ea) to head (c82d672).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #839      +/-   ##
==========================================
- Coverage   89.82%   89.81%   -0.01%     
==========================================
  Files          19       19              
  Lines       31987    32159     +172     
==========================================
+ Hits        28732    28885     +153     
- Misses       3255     3274      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@jeff-arn jeff-arn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a question about style

Comment on lines -2814 to +3048
sdk_headers = get_sdk_headers(service_name=self.DEFAULT_SERVICE_NAME,
service_version='V1',
operation_id='list_synonyms')
sdk_headers = get_sdk_headers(
service_name=self.DEFAULT_SERVICE_NAME,
service_version='V1',
operation_id='list_synonyms',
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the vast majority of these changes are indent changes. Is this an intentional stylistic change or did we forget to run a style linter?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is due to changes to updates to the sdk generator

@apaparazzi0329 apaparazzi0329 merged commit a109e2e into master Feb 26, 2024
12 checks passed
@apaparazzi0329 apaparazzi0329 deleted the sdk-minor-release-2024 branch February 26, 2024 17:32
@watson-github-bot
Copy link
Member

🎉 This PR is included in version 8.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

4 participants