Skip to content

0.17.47-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:27
Immutable release. Only release title and notes can be modified.
  • Implement ShadowQUIC in core and remove the previous experimental ShadowQUIC plugin. There is no plan to implement SunnyQUIC and Brutal, and they have been removed. 12
  • Update mieru to 3.35.0 and add low entropy mode.
  • Fix Snell UDP MTU.
  • Allow to diable AnyTLS connection reuse.
  • Fix UID 0 matching.
  1. If you use official ShadowQUIC as the server, you may need to disable zero-rtt otherwise connections may fail randomly. Related bug: spongebob888/shadowquic#191.

  2. The client ALPN must match the server ALPN. For ShadowQUIC in Exclave, if no ALPN is specified, it defaults to no ALPN (rather than h3). However, for the official ShadowQUIC, if you don't specify the ALPN (alpn: null), it defaults to h3; specifying an empty array (alpn: []) as the ALPN means no ALPN.