Skip to content

v0.7.13

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 00:35
· 3892 commits to main since this release
8ab7899

Milestone
v0.7.12...v0.7.13

Feature

#388 #389 #390 Download assets from GitHub Release without GitHub API

We have tested if downloading assets from public repository's GitHub Releases anonymously is rate limited.
As a result of test, it seems not to be limited.
So at first aqua tries to download assets without GitHub API.
And if it failed, aqua tries again with GitHub API.
It avoids the rate limit of GitHub API.