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

Update FetchRelease to use API for getting single release by tag name #3321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheSench
Copy link

@TheSench TheSench commented Jul 25, 2023

GitHub's APIs now have an endpoint for getting a single release by tag name. This is much more efficient than getting all releases (or one-or-more pages of 100 of them) and filtering client-side.

Fixes #2920

GitHub's APIs now have an endpoint for getting a single release by tag.
This is much more efficient than getting all releases and filtering
client-side.
@Jhoine
Copy link

Jhoine commented Jul 25, 2023 via email

@TheSench TheSench changed the title update API used by FetchRelease Update FetchRelease to use API for getting single release by tag name Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hub release show doesn't seem to handle more than 1000 releases
2 participants