Skip to content

1.15.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:55
Immutable release. Only release title and notes can be modified.
1f886d7

πŸ“ Release Notes

  • Implement fully functional auto_redirect for Android 1
  • Add on_demand endpoint option 2
  • Add cache file write buffering 3
  • Fixes and improvements

1:

auto_redirect is now fully supported on Android through the root service of the graphical client or a root shell.

See TUN.

2:

Allow the endpoint to be disconnected when necessary.

See WireGuard, Tailscale, OpenVPN Client and OpenConnect.

3:

Changes to the cache file are now collected in a write buffer and committed in one transaction when the buffer is full, on memory pressure, or when sing-box exits.

See Cache File.