You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub now exposes release asset digests directly via its API (changelog).
To improve efficiency in the github-release-attachments datasource, we should fetch these API-provided digests when available.
The current methods of parsing checksum files (e.g., SHASUMS.txt) or downloading assets to calculate their digests should be retained as a fallback for older releases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
GitHub now exposes release asset digests directly via its API (changelog).
To improve efficiency in the
github-release-attachmentsdatasource, we should fetch these API-provided digests when available.The current methods of parsing checksum files (e.g.,
SHASUMS.txt) or downloading assets to calculate their digests should be retained as a fallback for older releases.I would like to create a pull request for this.
All reactions