-
Notifications
You must be signed in to change notification settings - Fork 11
feat: improve information in the user-agent param #427
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
Conversation
I'd like to get this one released and it seems like a very small but |
search_results = search(session_key, test_url) | ||
if len(search_results) > 0: | ||
break | ||
sleep(0.5) |
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.
Do we require this sleep as it is already present in "search" import?
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.
you are right, this sleep here is not that relevant but since we break after result is found I think we can keep it.
sure, lets release it :) |
🎉 This PR is included in version 6.2.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 6.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Issue number: ADDON-76041
PR Type
What kind of change does this PR introduce?
Summary
Changes
Changed "User-Agent" header parameter from
Curl
tosolnlib/<version> rest-client <os platform>
User experience
The user will see more detailed "User-Agent" information in the logs regarding requests made using the rest client.
Checklist
If an item doesn't apply to your changes, leave it unchecked.