Skip to content

Releases: greatfire/envoy

138.0.7204.180

20 Nov 23:42
ed96a23

Choose a tag to compare

This is a major update of Envoy

  • Adds OHTTP
  • Adds HTTP Concealed Auth (with an Envoy proxy)
  • Adds ECH connections to Envoy proxies
  • Updated Hysteria, V2Ray, and Shadowsocks libraries
  • Lots of little stuff

Envoy itself is majorly refactored. It should connect faster, and be easier to maintain. We also remove some deprecated API use

138.0.7204.63-beta demo app

08 Sep 20:21

Choose a tag to compare

108.0.5359.243 beta 1

18 Dec 23:14
ee4599a

Choose a tag to compare

108.0.5359.243 beta 1 Pre-release
Pre-release
  • Updates cronet code to 108.0.5359.243
  • Re-orders the (still hardcoded) DNS servers to put Cloudflare back as the first

108.0.5359.195

02 Jul 20:02

Choose a tag to compare

  • updates to 108.0.5359.195
  • Adds ECH support
  • Currently, DoH servers are hardcoded (dns.sb, quad9, cloudflare, and nextdns)
  • DNS won't fall back to insecure methods, so HTTPS proxying will fail if all DoH servers are blocked

108.0.5359.195-beta1 ECH support

23 Apr 23:00

Choose a tag to compare

Pre-release
  • updates to 108.0.5359.195 (from my closed PR to update to 108)
  • Enabled the built in resolver and configures it to use DoH, so ECH is supported
  • Currently, DoH servers are hardcoded (dns.sb, quad9, cloudflare, and nextdns)
  • DNS won't fall back to insecure methods, so HTTPS proxying will fail if all DoH servers are blocked

108.0.5359.195 alpha 1

26 Jan 18:43

Choose a tag to compare

Pre-release

Updated build for 108.0.5359.195

Envoy 107.0.5304.150.5

15 Aug 16:21
0b696a0

Choose a tag to compare

  • Adds support for Meek
  • Fixes some timing issues

The same 107.0.5304.150-1 release of cronet is used with this version

Envoy 107.0.5304.150.3

10 Jul 21:46
28bd2d0

Choose a tag to compare

several related improvements:

  • batches are now somewhat randomly sized
  • selected services (currently snowflake) can be pushed to the front of the
  • shortened service startup
  • moved http/envoy delays into results processing so delays can be skipped if direct URL results have been received

This still depends on Chromium 107.0.5304.150-1

Envoy 107.0.5304.150.1

20 Jun 18:25
fe78d7c

Choose a tag to compare

  • update to IEnvoyProxy 1.4.2 (random masquerading client hello by default for snowflake support)
  • feature: improve scrubbing sensitive info from logs
  • fix: direct URLs always failing

This uses the current 107.0.5304.150-1 release of Cronet

107.0.5304.150

07 Jun 20:01
7c1b669

Choose a tag to compare

  • Add support for Snowflake
  • Adds Envoy/Cronet support a socks5 param to envoy:// URLs to allow using Envoy's HTTPS proxying over SOCKS, which lets us support spec compliant PTs like Snowflake
  • Updates Cronet to 107.0.5304.150 (107.0.5304.150-1 build is needed, we missed Java support for the socks5 param in the first version)