Skip to content

v1.2.0

Choose a tag to compare

@aelahmar aelahmar released this 28 Jul 21:47
· 3 commits to main since this release
ce5cae0

Breaking Changes

  • Changed VpnDetector.isVpnActive() return type from Future<bool> to Future<VpnStatus>, introducing the VpnStatus enum.

Added

  • Introduced VpnStatus enum with values active and notActive.
  • Added onVpnStatusChanged stream for real-time VPN status updates.
  • Added VpnDetector.withDependencies(...) constructor (annotated @visibleForTesting) for dependency injection and TDD.