Releases: klzgrad/naiveproxy
v103.0.5060.53-2
Fix a crash when serving non-canonalized endpoints, e.g. http://EXAMPLE.COM
.
v103.0.5060.53-1
Rebased to 103.0.5060.53.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/2563413773#artifacts
v102.0.5005.61-1
Rebased to 102.0.5005.61.
Since this release cronet-$version-$os-$arch.tar.xz
will include the Cronet dynamic and static libraries, and also an example and sysroots to cross compile Go apps with CGO linking the prebuilt libraries.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/2404505093#artifacts. How to use this link: The SHA256 hashes of specific artifacts are saved in file names. The file names will not expire. The authenticity of the hashes is guaranteed by the immutability of Github Action run result page (release artifacts can be manually edited).
cronet-test8
- Support setting base::FeatureList with the experimental option
"feature_list": { "enable-features": "...", "disable-features": "..." }
. See comments ofInitializeFromCommandLine
in https://source.chromium.org/chromium/chromium/src/+/main:base/feature_list.h for details. - Support setting the network isolation key of a stream with stream header
-network-isolation-key
. The header value should be a valid URL with different host and port for each different network isolation key. Network isolation takes effect only if it is enabled by experimental
option of"feature_list": { "enable-features": "PartitionConnectionsByNetworkIsolationKey" }
.
v101.0.4951.41-1
Rebased to v101.0.4951.41.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/2259518494#artifacts
v100.0.4896.60-1
Rebased to v100.0.4896.60.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/2065812616#artifacts
v99.0.4844.51-1
Rebased to 99.0.4844.51.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/1924066236#artifacts
v98.0.4758.80-2
Fix QUIC authentication.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/1870992938#artifacts
v98.0.4758.80-1
Rebased to 98.0.4758.80.
SHA256: https://github.com/klzgrad/naiveproxy/actions/runs/1817049676#artifacts
v97.0.4692.71-2: Fix Android build
Some static libraries are still required in 32-bit builds.