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
PR#170 removed the native-tls and rustls-tls feature flags, rustls is now used as the TLS implementation unconditionally.
Changed
PR#170 changed it so that rustls-platform-verifier is used for certificate validation. Previously webpki-roots was used, but this meant hostile corporate networks that middle man HTTPS traffic would cause failures.
PR#160 resolved #126 by ignoring MSI installers that don't reference any cabinet files. Why do such utterly fucking useless installers exist? Because fuck me I guess.
PR#159 fixed an issue where enabling native TLS was not actually doing anything. No one actually reported this not working which makes me think no one is using this feature. :)
PR#143 is a second attempt to resolve #141 by switching to a new 3.0.0-rc1 version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via --http-retry or XWIN_HTTP_RETRY.
Added
PR#148 resolved #81 by adding --include-debug-runtime to download the debug runtime binaries that are not provided by wine. Thanks @superewald!
PR#143 is a second attempt to resolve #141 by switching to a new 3.0.0-rc1 version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via --http-retry or XWIN_HTTP_RETRY.