x/v0.0.2 Proxy fallback support added to Mobile Proxy
We're pleased to announce the release v0.0.2 of the Outline SDK x module. This release introduces a significant enhancement for integrators: built-in proxy fallback support within the Mobile Proxy.
This highly requested feature simplifies integration for partners using the Outline SDK. Previously, implementing proxy fallback required duplicated effort in application code for both Android and iOS. With this release, the SDK now handles this logic directly, streamlining development and improving reliability.
You can find the config details in the Smart Dialer documentation.
Uses Outline SDK main module v0.0.19
What's Changed
Features:
Bug Fixes:
- fix(x): return
ErrClosedfor abnormal closures by @sbruens in #377 - fix(x): fix error in ws2endpoint by @fortuna in #378
- fix: example command in stream dialer by @ohnorobo in #380
Documentation:
- doc(x): Improve configurl documentation by @fortuna in #379
- docs(x): update smartproxy readme to yaml format by @ohnorobo in #381
New Contributors
Full Changelog: x/v0.0.1...x/v0.0.2