Skip to content

Releases: klzgrad/naiveproxy

v103.0.5060.53-2

28 Jun 14:55
Compare
Choose a tag to compare

Fix a crash when serving non-canonalized endpoints, e.g. http://EXAMPLE.COM.

v103.0.5060.53-1

26 Jun 07:40
Compare
Choose a tag to compare

v102.0.5005.61-1

29 May 13:53
Compare
Choose a tag to compare

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

21 May 18:12
Compare
Choose a tag to compare
cronet-test8 Pre-release
Pre-release
  • Support setting base::FeatureList with the experimental option "feature_list": { "enable-features": "...", "disable-features": "..." }. See comments of InitializeFromCommandLine 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

02 May 17:55
Compare
Choose a tag to compare

v100.0.4896.60-1

30 Mar 15:34
Compare
Choose a tag to compare

v99.0.4844.51-1

02 Mar 18:50
Compare
Choose a tag to compare

v98.0.4758.80-2

20 Feb 05:22
Compare
Choose a tag to compare

v98.0.4758.80-1

09 Feb 08:55
Compare
Choose a tag to compare

v97.0.4692.71-2: Fix Android build

06 Jan 15:09
Compare
Choose a tag to compare
Pre-release
Some static libraries are still required in 32-bit builds.