Update os_info to released version.#185
Merged
mikrostew merged 1 commit intovolta-cli:masterfrom Oct 23, 2018
rwjblue:update-os-info
Merged
Update os_info to released version.#185mikrostew merged 1 commit intovolta-cli:masterfrom rwjblue:update-os-info
mikrostew merged 1 commit intovolta-cli:masterfrom
rwjblue:update-os-info
Conversation
The changes that we needed (for Windows support) have been released in 1.1.0.
Contributor
|
Thanks Rob! |
wagenet
added a commit
to wagenet/volta
that referenced
this pull request
Jan 13, 2026
Volta previously failed to download Node.js through authenticated proxies, returning "401 Unauthorized" errors. The issue was that attohttpc 0.28 doesn't extract credentials from proxy URLs or send Proxy-Authorization headers during CONNECT handshakes. Version 0.29.1 adds proxy authentication support (attohttpc PR volta-cli#185), properly handling credentials in proxy URLs like http://user:pass@proxy:port. Pinned to exactly 0.29.1 because versions 0.29.2+ contain lifetime errors that don't compile with Rust 1.75 (the project's toolchain version). Fixes volta-cli#2090 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The changes that we needed (stanislav-tkach/os_info#88) have been released in 1.1.0.