Skip to content

x/v0.0.7 - Mobile Proxy fixes, SOAX library and fetch with ECH

Choose a tag to compare

@fortuna fortuna released this 02 Sep 20:45
· 26 commits to main since this release
dfee2ea

The main reason for this release is to fix some critical issues in the Mobile Proxy related to a strategy cache crash and and issue with the storage path for Psiphon.

Fixes

  • fix(x/mobileproxy): prevent panic when StrategyCache is not set by @jyyi1 in #505
  • release(x): retract broken versions that potentially cause panic by @jyyi1 in #506
  • fix: fetching cache dir in android by @ohnorobo in #517
  • fix: fetching cache dir in android by @ohnorobo in #517

Features

  • Added a package (x/soax) to use the SOAX proxy network more easily for multi-hop network measurements.
  • Added a -ech-config flag to x/tools/fetch to specify the ECH config and start exploring the use of ECH.
    • feat(x/tools): Add ech-config flag to fetch by @fortuna in #516
  • Added AGENTS.md and GEMINI.md and updated documents to make it easier to use AI agents.

Other changes

Full Changelog: x/v0.0.6...x/v0.0.7