| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-20 | 1.1 kB | |
| v1.14.0 source code.tar.gz | 2026-04-20 | 2.2 MB | |
| v1.14.0 source code.zip | 2026-04-20 | 2.3 MB | |
| Totals: 3 Items | 4.6 MB | 0 | |
This release includes significant internal changes to artifact download logic. No support was intentionally broken, but less common artifact download support, such as Gitea artifact downloads, might have regressed due to reduced test coverage. Please report if you're affected.
- Changes
- Requests to GitHub authenticate if an auth token is available even for public downloads. This avoids API rate limit issues and makes Nerves more forgiving if you change your Nerves system repository to private.
- Use GitHub Bearer authentication instead of basic auth
- Remove
:usernamefrom the:github_apisite method. It hasn't been used for a long time. - Default the GitHub release tag to
v#{version}for:github_apisite downloads just like is done for:github_releasesite downloads. If you don't use thevnotation, you can set the:tagas previously done. - Fall back to using the GitHub CLI if available to determine the auth token.
This is the final method. Environment variables like
GITHUB_API_TOKENand customized Nerves system token overrides take precedence.