-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(datasource/hex): extract deprecated versions #26392
feat(datasource/hex): extract deprecated versions #26392
Conversation
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.
Needs a test
Where is this schema from? |
I can see this example: https://hex.pm/api/packages/ueberauth But I can't find anywhere on the net where |
The docs are outdated hence we have to confirm the details by visting the api source code at https://github.com/hexpm/hexpm/blob/main/lib/hexpm_web/views/api For our use-case we need to check the package-view and confirm the structure of the response: PS: Here is a comment from the owner confirming that the docs are outdated. |
🎉 This PR is included in version 37.106.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This breaks for hackney:
For whatever reasons, hackney has a |
@Cikey next time please open a new discussion instead of commenting on merged / closed PR's |
I tried, but i didn't realize i had to use the |
Changes
Extract retired versions from the response and use it to populate the
isDepreceated
field in release info.Context
Closes: #26391
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: